diff --git a/docs/data/routes/docs/getting-started/jss-server-install/en.md b/docs/data/routes/docs/getting-started/jss-server-install/en.md index 6d6cb4d472..b3ffa77d92 100644 --- a/docs/data/routes/docs/getting-started/jss-server-install/en.md +++ b/docs/data/routes/docs/getting-started/jss-server-install/en.md @@ -62,6 +62,10 @@ If you are installing the JSS server components to a scaled Sitecore installatio 1. Extract the server components Sitecore package with an unzip tool such as 7-zip. 1. Extract the inner `package.zip` the same way. Ignore any unzip warnings about `sc_*.txt` files. 1. In the resulting items, deploy all of the items in the `files` folder to your CD server's webroot: `App_Config`, `bin`, `sitecore`, and `Views`. +1. add this key in `` section in Web.config on a CD server: + ```xml + + ``` 1. Congratulations, your CD server is ready to host JSS apps. ## What's next?