morozd / IronbaneServer

The server for Ironbane, the open source MMO.

Home Page:http://www.ironbane.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ironbane Server

Ironbane Logo

The server for Ironbane, the open source MMO. Play the game at http://www.ironbane.com/.

Requirements

  • GraphicsMagick
  • NodeJS
  • Grunt
  • MySql

Getting started

  • Clone this repository somewhere on your system.
    git clone https://github.com/ironbane/IronbaneServer.git
    git clone git@github.com:ironbane/IronbaneAssets.git

Your root folder should now contain an IronbaneAssets folder.

  • Run npm install from the root directory

  • Run ironbane init at the prompt OR Create a config.json file setting values for the properties you need. Refer to nconf.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 ironbane start from the root directory.

  • Open http://localhost:8080/ to try out your installation.

  • Login using username and password admin.

About

The server for Ironbane, the open source MMO.

http://www.ironbane.com/

License:GNU General Public License v3.0