more install doc
parent
85902d99d9
commit
c2c00f7c9e
|
@ -9,12 +9,13 @@ put raspian image on SD card and put into rPi
|
||||||
ssh to pi@<ip address>
|
ssh to pi@<ip address>
|
||||||
if that does not work, edit the SD card and put into etc/rc.local "/etc/init.d/ssh start"
|
if that does not work, edit the SD card and put into etc/rc.local "/etc/init.d/ssh start"
|
||||||
sudo bash # all is installed under root
|
sudo bash # all is installed under root
|
||||||
apt-get install php-curl # for twitter
|
apt-get install php5-curl # for twitter
|
||||||
apt-get install git # for getting this
|
apt-get install git # for getting this
|
||||||
apt-get install wiringpi # bor the buttons and stuff
|
apt-get install wiringpi # bor the buttons and stuff
|
||||||
|
|
||||||
cp -p systemfiles/sudoers.d/* /etc/sudoers.d/
|
cp -p systemfiles/sudoers.d/* /etc/sudoers.d/
|
||||||
|
|
||||||
|
mkdir /root/var # kinda important
|
||||||
put your ssh key in git and on the pi's /root/.ssh
|
put your ssh key in git and on the pi's /root/.ssh
|
||||||
|
|
||||||
cd /root
|
cd /root
|
||||||
|
|
Loading…
Reference in New Issue