Skip to content

Installing it on Raspberry Pi

emreb edited this page Jun 12, 2014 · 10 revisions

Install the necessary software fist:

sudo apt-get update

sudo apt-get install php5

sudo apt-get install curl

sudo apt-get install php5-mcrypt

sudo apt-get install mysql-server

sudo apt-get install redis-server

sudo apt-get install git

Install composer curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer

Get the repository git clone https://github.com/MiniCodeMonkey/Sophie-Tracker-3000.git sophie cd sophie

More coming soon...

Clone this wiki locally