Skip to content

Deployment

Joey edited this page Jun 15, 2023 · 2 revisions

Deployment

Prerequisites

Installation

To install Dispenser, you must first clone the repository:

git clone https://github.com/NebulaServices/Dispenser.git
cd Dispenser

Copy .env.example to .env:

# Windows
copy .env.example .env

# Linux
cp .env.example .env

Then edit .env with any text editor and fill out the keys.

Now, run the designated install script for your system:

MacOs/Linux:

start.sh

Windows:

start.bat
Clone this wiki locally