Running symfony on a raspberry

A small LAMP server based on Raspian so we can run Symfony


- First connect to the Raspberry using SSH.

ssh yourname@yourraspberryip

- Check debian is installed.

$ sudo uname -a
$ cat /proc/version

- Install required services

$ sudo apt-get install Apache2 PHP5 mysql-server

$ sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
$ sudo chmod a+x /usr/local/bin/symfonyL

- Create symfony application

$ symfony new raspberry-project

- Links

https://symfony.com/ https://www.raspberrypi.org/downloads/raspbian/

why-guy add:

Last Tweets: