maniajs
v0.0.5
Published
ManiaPlanet (Dedicated) Server Controller.
Downloads
5
Readme
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!
- Follow the installation instructions for installing NodeSource
- Make sure NodeJS has been succesfully installed (check
npm -v
) - Clone the git repository (
git clone https://github.com/ManiaJS/ManiaJS.git
via git, or download the zip) - Move the
config.dist.yaml
toconfig.yaml
and make sure to enter all information in that file - 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)