mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
python manage.py migrate
|
||
|
|
||
|
python manage.py runserver 0.0.0.0:8000
|