Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added steps for using config.json #12

Merged
merged 1 commit into from
Jan 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This is a lightweight way to manage your HTPC apps without having to run anythin
## Setup

- To set it up clone and place the folder inside the root directory of your webserver then navigate to the landing folder.
- In your favourite editor open the html pages and add in the urls of your apps by replacing the "ENTER URL HERE" line.
- You can change the app icons by replacing them with ones from http://bootstrapdocs.com/v3.0.0/docs/components/ or http://fontawesome.io/icons/
- In your favourite editor open the config.json pages and add in the urls of your apps you use inside of the the `url:""` sections.
- You can change the app icons by replacing the classes inside of the `"icons":{ "nav": "", "launchpage": "" }"`, `nav`, try [fontawesome](https://fortawesome.github.io/Font-Awesome/icons/) or [glyphicons](https://getbootstrap.com/components/#glyphicons).
- Navigate to http://youripaddress/Managethis to access Managethis.
- You can access your apps by clicking on the "Launch" button. This was implemented to stop you being hit by multiple login requests as soon as you start the app. It also speeds up loading time.
- To reload an app, double click it in the menu. Only that specific page will reload.
Expand Down