The server for Ironbane, the open source MMO. Play the game at http://www.ironbane.com/.
- GraphicsMagick
- NodeJS
- Grunt
- MySql
- Clone this repository somewhere on your system.
git clone https://github.com/ironbane/IronbaneServer.git
-
Install GraphicsMagick, make sure the binaries are in your PATH.
-
Install MySql
-
Install Node.js version 0.8.5 or higher
-
Checkout the IronbaneAssets repo in your root folder.
git clone git@github.com:ironbane/IronbaneAssets.git
Your root folder should now contain an IronbaneAssets folder.
-
Run
npm installfrom the root directory -
Run
node ironbane.js initat the prompt OR Create aconfig.jsonfile setting values for the properties you need. Refer tonconf.jsfor the defaults. -
Run
npm install -g grunt-clito install Grunt -
(Optional) If you want to make new 3d models and test them out, you will need to have Python 2.7.x installed. Do not use the latest version of Python, only 2.7.x currently works with the script that converts our 3d models to be used in-game.
-
Run grunt
grunt -
Run
node ironbane.js adminpassfrom the root directory to set a new admin password. -
Run
node ironbane.js startfrom the root directory. -
Open
http://localhost:8080/to try out your installation. -
Login using username
adminand your password.
