An application for reviewing statuses of GreenCubes web-services: Site, Forum, API, Support System, Game server.
Written in Node.js with Express.js.
- Node
- MySQL
- Clone repo, move to new directory and install node modules:
git clone https://github.com/GreenCubes/GCStatus.git && cd GCStatus && npm install
- Import MySQL database:
mysql -u username -p database_name < db.sql
- Create config file and open it with
nano
(you can replace it with your favourite editor):
cp config.example.js config.js && nano config.js
- Set up crontab for
node bin/getstatus
Nope, google it yourself - Start up our application:
node bin/www
- ???
- PROFIT
Copyright (c) 2014 GreenCubes. See the LICENSE file for license rights and limitations (MIT).
Kern0 aka Arseniy Maximov – Code, UI.
MushroomKiller aka Sergey Tsvetkov – Design assets.