mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Update Readme
This commit is contained in:
parent
f2f04eb6b7
commit
687e1f6462
17
README.md
17
README.md
@ -19,15 +19,26 @@ FOSSDB is an open-source web application that helps users find, contribute, and
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
3. Enter your `SECRET_KEY` and database information into `config.json` file.
|
||||
4. Run database migrations:
|
||||
4. Install and build tailwind.
|
||||
```sh
|
||||
python manage.py tailwind install
|
||||
```
|
||||
```sh
|
||||
python manage.py tailwind build
|
||||
```
|
||||
5. Run database migrations:
|
||||
```sh
|
||||
python manage.py migrate
|
||||
```
|
||||
5. Create a superuser:
|
||||
6. Collect static files
|
||||
```sh
|
||||
python manage.py collectstatic
|
||||
```
|
||||
7. Create a superuser:
|
||||
```sh
|
||||
python manage.py createsuperuser
|
||||
```
|
||||
6. Run the development server:
|
||||
8. Run the development server:
|
||||
```sh
|
||||
python manage.py runserver
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user