-
Clone repo
git clone https://github.com/UnownHash/Dragonite-Public.git
-
Change Directory to the Repo
cd Dragonite-Public
-
Execute
run.sh
to download the latest release binaries./run.sh
-
Create and adjust
config.toml
for dragonitecp dragonite/config.toml.example dragonite/config.toml nano dragonite/config.toml
-
Create and adjust
config.toml
for admincp admin/config.toml.example admin/config.toml nano admin/config.toml
-
Be sure to setup a database
-
Dragonite (change filename if using different platform)
cd dragonite pm2 start ./dragonite-linux-amd64 --name dragonite -o "/dev/null" cd ..
-
Admin (change filename if using different platform)
cd admin pm2 start ./admin-linux-amd64 --name dragonite-admin cd ..
Dragonite itself stores logs into file dragonite/logs/dragonite.log
by default (logs are rotated),
if you want to use pm2 logs pls adapt config and pm2 command.
- Execute
run.sh
to download the latest release - Check Changelog, check config.toml for new config values available
pm2 restart dragonite
pm2 restart dragonite-admin
- To download a testing binary execute
./run.sh -t