Friday, October 03, 2014

Synthèse Installation Owncloud sur Raspbian (Debian Wheezy)



passwd
dpkg-reconfigure locales
dpkg-reconfigure tzdat
apt-get install nano 
apt-get update && apt-get install linux-image-rpi-rpfv
apt-get update && apt-get install linux-image-rpi-rpfv raspberrypi-bootloader-nokernel
apt-get install raspberrypi-bootloader-nokernel
cp /vmlinuz /boot/kernel.img && reboot
apt-get install sqlite3
apt-get install apache2 php5 php5-common php5-gd
apt-get install php5-sqlite curl libcurl3 libcurl3-dev php5-curl
apache2ctl restart
nano /etc/apache2/conf.d/httpd.conf
apache2ctl restart
apt-get install owncloud-sqlite

No comments: