rhgamestation-manager2

2.0.5 • Public • Published

rhgamestation-manager

Build Status Known Vulnerabilities

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

  1. Clone or download the repository: git clone https://github.com/DjLeChuck/rhgamestation-manager.git
  2. Compile the project from a computer (not rhgamestation): ./compile.sh
  3. Activate the API: https://github.com/rhgamestation/rhgamestation-api/blob/1.1.x/documentation/activate-on-rhgamestation.md
  4. Launch the server (connect through SSH on the rhgamestation): cd /rhgamestation/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
  5. Go on http://rhgamestation:3000/

Installation from releases

  1. Download the release: https://github.com/DjLeChuck/rhgamestation-manager/releases/
  2. Extract the package on rhgamestation: \rhgamestation\share\manager for example
  3. Activate the API: https://github.com/rhgamestation/rhgamestation-api/blob/1.1.x/documentation/activate-on-rhgamestation.md
  4. Launch the server (connect through SSH on the rhgamestation): cd /rhgamestation/share/manager && NODE_ENV=production PORT=3000 node dist/server.js
  5. Go on http://rhgamestation:3000/

Known issues

  • Some changes are not directly applied; The rhgamestation must be restarted.

Contributing

  • Translations are managed with POEditor

Readme

Keywords

none

Package Sidebar

Install

npm i rhgamestation-manager2

Weekly Downloads

3

Version

2.0.5

License

none

Unpacked Size

1.03 MB

Total Files

131

Last publish

Collaborators

  • pmoran13800