1
0
mirror of https://github.com/jgamblin/Mirai-Source-Code synced 2025-07-13 23:32:50 +00:00

Changes to be committed:

modified:   README.md
This commit is contained in:
Chuck McAuley 2016-10-12 14:38:29 -04:00
parent 965ab0d627
commit c8381aa219

View File

@ -35,9 +35,11 @@ steps to setup build environment
- cd /vagrant/mirai - cd /vagrant/mirai
- ./build.sh - ./build.sh
Steps to create database Steps to create database:
cat Configure_CNC_Database.txt | mysql -u root --password=password `cat Configure_CNC_Database.txt | mysql -u root --password=password`
Start the CnC Start the CnC
make a prompt file in ./release - make a prompt file in ./release
- `cd ./release`
- `sudo ./cnc`