https://github.com/harmon25/banana-panel
Fork of Raspcontrol for the Banana Pi
https://github.com/harmon25/banana-panel
Last synced: 26 days ago
JSON representation
Fork of Raspcontrol for the Banana Pi
- Host: GitHub
- URL: https://github.com/harmon25/banana-panel
- Owner: harmon25
- Created: 2014-10-23T15:34:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T22:48:37.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T03:08:47.788Z (about 2 years ago)
- Language: PHP
- Size: 803 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banana Panel
Banana Panel is a web control centre written in PHP for the Banana Pi.
This is a Fork of the orignal Raspcontrol by Bioshox - It appears the repo is no longer available...
***
## Installation
You need a web server installed on your Banana Pi.
Clone the repository with:
git clone https://github.com/harmon25/banana-panel.git banana-panel
And create the json authentifation file `/etc/raspcontrol/database.aptmnt` with 740 rights and owned by www-data:
{
"user": "yourName",
"password": "yourPassword"
}
## Optional configuration
In order to have some beautiful URLs, you can enable URL Rewriting.
__Note:__ It's not necessary to enable URL Rewriting to use Raspcontrol.