mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-28 02:06:05 +00:00
23 lines
343 B
Markdown
23 lines
343 B
Markdown
My little Django website + blog
|
|
|
|
## Installation
|
|
Clone this repo and cd into it
|
|
|
|
### Install dependencies
|
|
```bash
|
|
poetry update
|
|
```
|
|
|
|
### First time setup
|
|
|
|
```bash
|
|
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!
|