/ManiaJS

ManiaPlanet Server Controller in JavaScript. Hugely based on plugins.

Primary LanguageJavaScriptISC LicenseISC

ManiaJS

Join the chat at https://gitter.im/ManiaJS/ManiaJS

Dependency Status NodeJS Version GitHub license Codacy Badge Code Climate

Installation

  1. Follow the installation instructions for installing NodeSource
  2. Make sure NodeJS has been succesfully installed (check npm -v)
  3. Clone the git repository (git clone https://github.com/ManiaJS/ManiaJS.git via git, or download the zip)
  4. Move the config.dist.yaml to config.yaml and make sure to enter all information in that file
  5. Install all dependencies by using: npm install

Getting started

To start the controller, open a terminal in the installation folder and run the following command:

npm start

(run npm install after installing, before executing npm start)