mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
7 lines
263 B
Markdown
7 lines
263 B
Markdown
Run the following in the root of the posthog folder to install the chart and run posthog with an internal database
|
|
|
|
```shell script
|
|
helm install -f chart/values-local.yaml posthog ./chart
|
|
```
|
|
|
|
When using a managed database, don't forget to change `databaseURL`! |