maniajs
Version:
ManiaPlanet (Dedicated) Server Controller.
34 lines (22 loc) • 1.82 kB
Markdown
# ManiaJS
[](https://gitter.im/ManiaJS/ManiaJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.versioneye.com/user/projects/56bc63ef2a29ed0034380562)
[]()
[](https://raw.githubusercontent.com/ManiaJS/ManiaJS/master/LICENSE)
[](https://www.codacy.com/app/tomvalk/Mania-JS)
[](https://codeclimate.com/github/ManiaJS/ManiaJS)
**Note, the controller is in heavy development right now!**
# Installation
**Outdated information. A CLI tool is in development to init and manage ManiaJS installations!**
1. Follow the [installation instructions for installing NodeSource](https://github.com/nodesource/distributions#debinstall)
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
**A CLI tool is in development to init and manage ManiaJS installations!**
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)