This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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é. |