-
Notifications
You must be signed in to change notification settings - Fork 3
Installation guide
You can make it wherever you want it to be, just don't lose track of it.
You can download it from the main repo page, or you can use the command line if you are on a VPS
git clone https://github.com/Mstiekema/Yucibot.git .
Go to nodejs.org and follow the installing process. After you finish installing, open up your cmd, go to your project folder and type the following code to initialize node.js and it's packages
npm install
sudo apt-get install mysql-server
Go to https://dev.mysql.com/downloads/installer/ and download the installer. Go through the installation process and install the mysql-server
Open the example.config.js file and fill in your data. Don't forget to change the file name to config.js. After this you should run the installation file
node install.js
Start the bot by typing
node app.js