mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-26 09:16:05 +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
|
||||
Clone this repo and cd into it
|
||||
|
||||
### Running
|
||||
### Install dependencies
|
||||
```bash
|
||||
docker-compose up
|
||||
poetry update
|
||||
```
|
||||
|
||||
### First time setup
|
||||
|
||||
```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!
|
||||
|
|
Loading…
Reference in a new issue