Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLeChuck committed Oct 2, 2016
1 parent 3597b17 commit 5d96e68
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# recalbox-manager
A web interface to manage recalbox configuration

## Installation
## Installation from sources
1. Clone or download the repository: `git clone https://github.com/DjLeChuck/recalbox-manager.git`
2. Install all the requirements from a computer (not recalbox): `npm install`
3. Copy the folder on recalbox : `\recalbox\share\manager` for example
3. Copy the folder on recalbox: `\recalbox\share\manager` for example
4. Activate the API: https://github.com/recalbox/recalbox-api/blob/1.1.x/documentation/activate-on-recalbox.md
5. Launch the server (connect through SSH on the recalbox): `cd /recalbox/share/manager && node app.js`
6. Go on http://recalbox:3000/

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

## Known issues
* There is a problem with string values and the recalbox API which corrupts parameters like SSID, controllers' params, etc.. We must wait the next version of the API to fix the problem.
* Les modifications ne sont pas directement appliquées; Le recalbox doit être redémarré.

0 comments on commit 5d96e68

Please sign in to comment.