Skip to content

Commit

Permalink
removed lib64
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsrivastava29 committed Mar 26, 2022
1 parent 2bb09b7 commit c1a3077
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ junit.xml
eslint.xml
yarn-error.log
build
lib64

# Other
.DS_Store
Expand Down
3 changes: 1 addition & 2 deletions docs/source/recipes/creating-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ For using Volto for a project (i.e. use Volto as a library), You should use Volt
cd myvoltoapp
```
4. The project is ready to be started, `@plone/generator-volto` already has run the
dependencies installations for you.
4. The project is ready to be started, `@plone/generator-volto` already has run the dependencies installations for you.
```shell
yarn start
Expand Down
4 changes: 4 additions & 0 deletions docs/source/recipes/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ in order to ease configuration. These are the defaults:

That means that your backend will be available under `http://localhost:3000/++api++`

```shell
RAZZLE_DEV_PROXY_API_PATH = 'http://localhost:8080/Plone'
```

The internal proxy simulates a web server doing reverse proxy with standard Plone VHM config.
You can configure this if required too:

```shell
RAZZLE_PROXY_REWRITE_TARGET = '/VirtualHostBase/http/localhost:3000/Plone/++api++/VirtualHostRoot'
```

(this variable by default is parameterized like this: `/VirtualHostBase/http/${apiPathURL.hostname}:${apiPathURL.port}${instancePath}/++api++/VirtualHostRoot`)

Expand Down

0 comments on commit c1a3077

Please sign in to comment.