.env
This commit is contained in:
parent
45e1889d12
commit
89fc66231f
@ -57,8 +57,8 @@ cd /opt/glitchtip
|
||||
git clone https://gitlab.com/glitchtip/glitchtip-backend.git
|
||||
cd /opt/glitchtip/glitchtip-backend
|
||||
git checkout tags/v4.2.5
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install --upgrade setuptools pip wheel cython uv
|
||||
uv sync
|
||||
```
|
||||
@ -67,7 +67,7 @@ uv sync
|
||||
https://glitchtip.com/documentation/install#configuration
|
||||
|
||||
```shel
|
||||
vim env
|
||||
vim .env
|
||||
```
|
||||
|
||||
```ini
|
||||
@ -87,6 +87,7 @@ GLITCHTIP_DOMAIN="http://frontlog.figli.io"
|
||||
|
||||
#### migrate db
|
||||
```shell
|
||||
export $(cat .env | xargs)
|
||||
manage.py migrate
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user