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