This commit is contained in:
parent
68a85ac270
commit
9b48c952a9
@ -30,7 +30,7 @@ local_backend: true
|
|||||||
- If the default port (8081) is in use, the proxy server won't start and you will see an error message. In this case, follow [these steps](#configure-the-netlify-cms-proxy-server-port-number) before proceeding.
|
- If the default port (8081) is in use, the proxy server won't start and you will see an error message. In this case, follow [these steps](#configure-the-netlify-cms-proxy-server-port-number) before proceeding.
|
||||||
|
|
||||||
4. Start your local development server (e.g. run `gatsby develop`).
|
4. Start your local development server (e.g. run `gatsby develop`).
|
||||||
5. Open <http://localhost:8000/admin> to verify that your can administer your content locally.
|
5. Open `http://localhost:<port>/admin` to verify that your can administer your content locally. Replace `<port>` with the port of your local development server. For example Gatsby's default port is `8000`
|
||||||
|
|
||||||
**Note:** `netlify-cms-proxy-server` runs an unauthenticated express server. As any client can send requests to the server, it should only be used for local development.
|
**Note:** `netlify-cms-proxy-server` runs an unauthenticated express server. As any client can send requests to the server, it should only be used for local development.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user