You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
4. Update the `wpdevel` submodule in Chassis to latest on master from [WordPress Git Mirror](https://make.wordpress.org/core/2014/01/15/git-mirrors-for-wordpress/):
83
-
84
-
```bash
85
-
# From your base directory, api-tester if following the steps from before
86
-
cd extensions/tester/wpdevel
87
-
git checkout master
88
-
git pull
89
-
cd ../../..
90
-
```
91
-
92
-
5. Start the virtual machine:
93
-
94
-
```bash
95
-
vagrant up
96
-
```
97
-
98
-
6. Set the permalink structure to something other than the default, in order to
99
-
enable the http://vagrant.local/wp-json/ endpoint URL (if you skip this
100
-
step, it can be accessed at http://vagrant.local/?json_route=/):
0 commit comments