Skip to content

LorenzoRogai/Raspcontrol

This branch is 311 commits ahead of weah/Raspcontrol:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

400efa9 · Jan 31, 2014
Aug 27, 2013
Aug 24, 2013
Aug 27, 2013
Aug 28, 2013
Aug 28, 2013
Aug 28, 2013
Aug 28, 2013
Jul 22, 2013
Sep 14, 2012
Aug 13, 2013
Aug 28, 2013
Aug 28, 2013
Jan 31, 2014
Aug 28, 2013
Apr 17, 2013

Repository files navigation

Raspcontrol

Raspcontrol is a web control centre written in PHP for Raspberry Pi.

Home of Raspcontrol


Installation

The Installation Guide in now hosted on the wiki.
For the moment, you need a web server (like Apache) installed on your Raspberry Pi.

If you are in a hurry, just clone the repository with:

git clone https://github.com/Bioshox/Raspcontrol.git raspcontrol

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.
Please follow instructions described on the wiki page Enable URL Rewriting.

Note: It's not necessary to enable URL Rewriting to use Raspcontrol.

About

Raspberry Pi Control Centre written in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • Other 0.3%