Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Add permalink settings step to Quick Setup instructions #183

Merged
merged 2 commits into from May 12, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -56,14 +56,19 @@ testing environment in a few easy steps:
vagrant up
```

5. Browse to http://vagrant.local/wp/wp-admin/ and activate the WP API plugin
5. Browse to http://vagrant.local/wp/wp-admin/plugins.php and activate the WP
API plugin

```
Username: admin
Password: password
```

6. Browse to http://vagrant.local/wp-json/
6. Browse to http://vagrant.local/wp/wp-admin/options-permalink.php and set
the permalink structure to anything other than "Default"

7. Browse to http://vagrant.local/wp-json/ (or if the permalink structure is
still "Default," to http://vagrant.local/?json_route=/)


### Testing
Expand Down