openreplay/backend/development.md
2022-04-30 16:07:00 +00:00

14 lines
292 B
Markdown

### Prerequisites
- [Vagrant](../scripts/vagrant/README.md)
### Building and deploying locally
```bash
cd openreplay-contributions
vagrant ssh
cd openreplay-dev/openreplay/scripts/helmcharts
# For complete list of options
# bash local_deploy.sh help
bash local_deploy.sh <worker name>
```