2.0.5 • Published 6 years ago
rhgamestation-manager2 v2.0.5
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