- 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
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)