Created
October 3, 2017 19:42
-
-
Save emmanuelbarturen/e9cccd00b38725e7b1a2dffbc7e02e0c to your computer and use it in GitHub Desktop.
Install wordpress on Homestead
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
# On homestead | |
$ cd Code | |
$composer create-project johnpbloch/wordpress project-name | |
# Set a local domain in host file | |
192.168.10.10 project-name.dev | |
# Update Hometead.yaml | |
sites: | |
- map: project-name.dev | |
to: /home/vagrant/Code/project-name/wordpress | |
# in terminal | |
$ homestead reload --provision |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment