14 lines
292 B
Markdown
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>
|
|
```
|