-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Nepherius edited this page Jun 14, 2015
·
1 revision
Welcome to the Nephbot wiki!
#####Prerequisites:
Installation :
- Setup MySQL Database:
LOGIN
mysql -u root -p
Create DB
CREATE DATABASE IF NOT EXISTS
nephbot;
Add User
CREATE USER 'nephbot'@'localhost' IDENTIFIED BY 'nephbot;
GRANT ALL PRIVILEGES ON
nephbot.* TO 'nephbot'@'localhost' IDENTIFIED BY 'nephbotpwd';
- CHANGE nephbotpwd'
Exit DB
quit
You can read more here.
- Create a directory where Nephbot will reside:
mkdir nepbhot
cd nephbot/
- Download Nephbot:
wget https://github.com/Nepherius/Nephbot/archive/master.zip
- Unzip the files:
unzip Nephbot-master
- Install the required dependencies:
npm install
- Start the bot and enter the required details:
node start.js