Skip to content

Instantly share code, notes, and snippets.

@gghughunishvili
Created June 3, 2017 19:01
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 gghughunishvili/366b0b926c9e02bc06a778192dad9b4b to your computer and use it in GitHub Desktop.
Save gghughunishvili/366b0b926c9e02bc06a778192dad9b4b to your computer and use it in GitHub Desktop.
All necessary steps for configuring server on digitalocean and preparing for laravel
1) https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
2) https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-14-04
3) install additional packages of php: sudo apt-get install php-mbstring php-zip php-xml
4) https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment