mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-01-14 18:25:17 +00:00
Update README.md
This commit is contained in:
parent
42ff1ce803
commit
daecf442e8
11
README.md
11
README.md
|
@ -3,15 +3,20 @@ My little Django website + blog
|
||||||
## Installation
|
## Installation
|
||||||
Clone this repo and cd into it
|
Clone this repo and cd into it
|
||||||
|
|
||||||
### Running
|
### Install dependencies
|
||||||
```bash
|
```bash
|
||||||
docker-compose up
|
poetry update
|
||||||
```
|
```
|
||||||
|
|
||||||
### First time setup
|
### First time setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose exec website python3 /app/manage.py createsuperuser
|
poetry run python3 manage.py createsuperuser
|
||||||
|
```
|
||||||
|
|
||||||
|
### Running
|
||||||
|
```bash
|
||||||
|
poetry run gunicorn -w 4 -b :6969 --chdir /var/www/html/Fluffys-website website.wsgi:application
|
||||||
```
|
```
|
||||||
|
|
||||||
ok bye!
|
ok bye!
|
||||||
|
|
Loading…
Reference in a new issue