rhgamestation-manager2
v2.0.5
Published
[![Build Status](https://travis-ci.org/DjLeChuck/rhgamestation-manager.svg?branch=master)](https://travis-ci.org/DjLeChuck/rhgamestation-manager) [![Known Vulnerabilities](https://snyk.io/test/github/djlechuck/rhgamestation-manager/badge.svg)](https://sny
Downloads
2
Readme
rhgamestation-manager
A web interface to manage rhgamestation configuration.
Note
The API activation step is only needed if you want launch game through the web interface. Otherwise, it's not necessary.
Installation from sources
- Clone or download the repository:
git clone https://github.com/DjLeChuck/rhgamestation-manager.git
- Compile the project from a computer (not rhgamestation):
./compile.sh
- Activate the API: https://github.com/rhgamestation/rhgamestation-api/blob/1.1.x/documentation/activate-on-rhgamestation.md
- Launch the server (connect through SSH on the rhgamestation):
cd /rhgamestation/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
- Go on http://rhgamestation:3000/
Installation from releases
- Download the release: https://github.com/DjLeChuck/rhgamestation-manager/releases/
- Extract the package on rhgamestation:
\rhgamestation\share\manager
for example - Activate the API: https://github.com/rhgamestation/rhgamestation-api/blob/1.1.x/documentation/activate-on-rhgamestation.md
- Launch the server (connect through SSH on the rhgamestation):
cd /rhgamestation/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
- Go on http://rhgamestation:3000/
Known issues
- Some changes are not directly applied; The rhgamestation must be restarted.
Contributing
- Translations are managed with POEditor