Skip to content

Instantly share code, notes, and snippets.

@Mashpy
Last active March 19, 2017 13:57
Show Gist options
  • Save Mashpy/a1cfe1f0cfb609789f563ce4b427490d to your computer and use it in GitHub Desktop.
Save Mashpy/a1cfe1f0cfb609789f563ce4b427490d to your computer and use it in GitHub Desktop.
897 sudo add-apt-repository ppa:ondrej/php
898 sudo apt-get update
900 sudo apt-get install php7.0-fpm
901 sudo apt-get install php7.0-mysql
902 cd /etc/nginx/
903 ls
904 cd sites-available/
905 ls
906 sudo nano default
907 sudo service nginx restart
908 ls
909 cd /media/
910 cd sf_servereditor/
911 ls
912 composer update
913 sudo apt-get install php7.0-mbstring
914 ls
915 composer update
916 sudo apt-get install php7.0-curl
917 composer update
918 sudo apt-get install php7.0-xml
919 composer update
920 sudo apt-get install php7.0-sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment