Created
June 3, 2017 19:01
-
-
Save gghughunishvili/366b0b926c9e02bc06a778192dad9b4b to your computer and use it in GitHub Desktop.
All necessary steps for configuring server on digitalocean and preparing for laravel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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