-
Notifications
You must be signed in to change notification settings - Fork 4
Home
byParallax edited this page Aug 21, 2018
·
1 revision
Woah there! If you want to try to get up and running as soon as possible, follow these steps:
- Make sure Node is installed (either version is fine)
- Make sure Git is installed (to clone the repo)
- In terms of dependencies, only install Eris and fs if you want to go fast
- Git clone the repository
- comment out any lines relating to postgres or snekfetch, because those require a bit more work to set up
- Also, make sure to generate a config.json file with these properties:
- id (your id)
- altid (this is for when I'm using my alt, just set this to an empty string if you don't have an alt you are using this with)
- token (because you don't want to put your token in the main file)
- Make sure you're in the Steak-Knight folder and run
node app.js
- good job
- Make sure Node is installed (either version is fine)
- Make sure Git is installed
- install all the dependencies as listed above
- Git clone the repository
- Alright, postgres stuffs. You can adjust the name of the database to your liking, but make sure to reflect that in app.js. The schema I use is: TABLE prefixes with COLUMNS id (varchar 25) and list (varchar 25) TABLE bottles with COLUMN id (varchar 25)
- Also, I like using pm2 to keep my bot up, but use what you like. Screen or tmux also work.
- Make sure you have a config.json file made with the following:
- id (your id)
- altid (if you have an alt you use this bot with, leave it as an empty string if this doesn't apply)
- token (because you don't want your token in the main file)
- dbots (if you're uploading stats to dbots)
- Make sure you're in the Steak-Knight folder and run
node app.js
If you run into issues installing, please yell at me at Xamtheking#2099 or MaxGrosshandler#6592