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 [email protected]:ironbane/IronbaneAssets.git
Your root folder should now contain an IronbaneAssets folder.
-
Run
npm install
from the root directory -
Run
node ironbane.js init
at the prompt OR Create aconfig.json
file setting values for the properties you need. Refer tonconf.js
for the defaults. -
Run
npm install -g grunt-cli
to 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 adminpass
from the root directory to set a new admin password. -
Run
node ironbane.js start
from the root directory. -
Open
http://localhost:8080/
to try out your installation. -
Login using username
admin
and your password.