Skip to content

Instantly share code, notes, and snippets.

@emmanuelbarturen
Created October 3, 2017 19:42
Show Gist options
  • Save emmanuelbarturen/e9cccd00b38725e7b1a2dffbc7e02e0c to your computer and use it in GitHub Desktop.
Save emmanuelbarturen/e9cccd00b38725e7b1a2dffbc7e02e0c to your computer and use it in GitHub Desktop.
Install wordpress on Homestead
# 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