-
Notifications
You must be signed in to change notification settings - Fork 45
Deployment
phene edited this page Jun 21, 2023
·
2 revisions
To install Dispenser, you must first clone the repository:
git clone https://github.com/NebulaServices/Dispenser.git
cd DispenserCopy .env.example to .env:
# Windows
copy .env.example .env
# macOS/Linux
cp .env.example .envThen edit .env with any text editor and fill out the keys.
Now, run the designated install script for your system:
macOS/Linux:
start.shWindows:
start.bat