https://github.com/harmon25/raspcontrol
Fork of Raspcontrol by Bioshox
https://github.com/harmon25/raspcontrol
Last synced: 6 months ago
JSON representation
Fork of Raspcontrol by Bioshox
- Host: GitHub
- URL: https://github.com/harmon25/raspcontrol
- Owner: harmon25
- Created: 2014-10-23T15:56:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T12:49:38.000Z (over 8 years ago)
- Last Synced: 2025-03-31T14:36:28.795Z (about 1 year ago)
- Language: PHP
- Size: 513 KB
- Stars: 78
- Watchers: 14
- Forks: 57
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspcontrol
Raspcontrol is a web control centre written in PHP for Raspberry 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 Raspberry Pi.
If you are in a hurry, just clone the repository with:
git clone https://github.com/harmon25/raspcontrol.git
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.