Skip to content

Instantly share code, notes, and snippets.

@nclundsten
Created August 15, 2013 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nclundsten/6243972 to your computer and use it in GitHub Desktop.
Save nclundsten/6243972 to your computer and use it in GitHub Desktop.
sudo systemctl stop nginx.service
sudo systemctl stop php-fpm.service
sudo systemctl stop mysqld.service
sudo systemctl start nginx.service
sudo systemctl start php-fpm.service
sudo systemctl start mysqld.service
sudo chmod 777 /var/lib/php/session
sudo tail -f /var/log/nginx/error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment