3
0
Files
corteza/webconsole/README.md
2022-02-18 13:28:08 +01:00

13 lines
530 B
Markdown

# Corteza Server Web Console
When enabled (`HTTP_WEB_CONSOLE_ENABLED=true`), it allows insight and management of corteza internals.
## Running server and web console both from source
See [DEVELOPMENT.md](DEVELOPMENT.md) for details.
## Running server from source and using bundled web console
If you want to use web console while do changes on the server you need to bundle it.
Run `yarn build` and make sure you enable dev mode with `ENVIRONMENT=dev`, restart the server and navigate your browser to `<server>/console/`.