Skip to content

Deployment

phene edited this page Jun 21, 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

# macOS/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