Skip to content

djspacedevil/Raspcontrol

 
 

Repository files navigation

Raspcontrol

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

Love Raspcontrol? The origional author @imjacobclark is saving up to study Computer Science at University, help him out? Go on gittip.com/Bioshox

Home of Raspcontrol


Installation

The Installation Guide in now hosted on the wiki.
German Installation Guide: (http://sven-goessling.de/12/01/2014/raspcontrol-cgminer-auf-dem-raspberry-pi-11-01-14/) 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/djspacedevil/Raspcontrol.git raspcontrol

And create the json authentifation file /etc/raspcontrol/database.aptmnt with 777 rights:

{
   "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.

Cronjob

if you want a automatic update of the cgminer static's you need a cron job.

open /etc/crontab Insert: #CG-Miner Stats 0 * * * * www-data php /var/www/functions/cron_job.php

open /etc/rc.local Insert: php /var/www/functions/cron_job.php new

About

Raspberry Pi Control with CGMiner written in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.5%
  • CoffeeScript 20.6%
  • CSS 2.0%
  • JavaScript 0.9%