Here's what you'll need to do to set the site up locally...
NOTE: You won't be able to do this till I've added your SSH key and IP address to the server.
- run
git clone --recursive <SSH URL FROM GITHUB>
- Go into the dev branch -
git checkout development
- run
bundle install
- Copy
config/database.example.yml
toconfig/database.yml
and add in your local database (you'll need to create one) as well as the database details from the spec doc (link in email). - Set your vhosts up as the domain found within the
wp_localurl
variable withinconfig/deploy.rb
Line 14. (this is required!) - run
bundle exec cap staging wp:setup:local
- run
bundle exec cap staging db:pull
- run
bundle exec cap staging uploads:pull
- Log into
<LOCAL URL>/wordpress/wp-admin
(see spec doc for deets) - Go to
Settings > Permalinks
to refresh your permalinks.
Fin. :) Any questions let me know!