diff --git a/docs/faq.md b/docs/faq.md index 1285b2ac2..e5e34ad50 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -36,7 +36,7 @@ then make sure you have set [all required headers](install/docker.md#required-he If that doesn't fix it, you can also refer to the appropriate sub section in the [reverse proxy documentation](install/docker.md#reverse-proxy) and verify your general webserver configuration. ### Required Headers -Navigate to `/system` and review the headers listed in the DEBUG section. At a minimum, if you are using a reverse proxy the headers must match the below conditions. +Navigate to `/system/` and review the headers listed in the DEBUG section. At a minimum, if you are using a reverse proxy the headers must match the below conditions. | Header | Requirement | | :--- | :---- | diff --git a/docs/install/manual.md b/docs/install/manual.md index 64de3e4c7..2135b172f 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -77,10 +77,10 @@ Using binaries from the virtual env: /var/www/recipes/bin/pip3 install -r requirements.txt ``` -You will also need to install front end requirements and build them. For this navigate to the `./vue` folder and run +You will also need to install front end requirements and build them. For this navigate to the `./vue3` folder and run ```shell -cd ./vue +cd ./vue3 yarn install yarn build ``` @@ -224,7 +224,7 @@ bin/python3 manage.py migrate bin/python3 manage.py collectstatic --no-input bin/python3 manage.py collectstatic_js_reverse # change to frontend directory -cd vue +cd vue3 # install and build frontend yarn install yarn build