mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-12 12:58:20 +00:00
fix mor formatting in read me
This commit is contained in:
parent
4966d6b029
commit
ad237b121b
16
README.md
16
README.md
@ -205,17 +205,19 @@ res
|
||||
We will also need to copy the `CDServer.sqlite` database file from the server to the `~/NexusDashboard/app/luclient/res` folder
|
||||
|
||||
Once the file is moved over, you will need to rename it to `cdclient.sqlite`
|
||||
`mv ~/NexusDashboard/app/luclient/res/CDServer.sqlite ~/NexusDashboard/app/luclient/res/cdclient.sqlite`
|
||||
```bash
|
||||
mv ~/NexusDashboard/app/luclient/res/CDServer.sqlite ~/NexusDashboard/app/luclient/res/cdclient.sqlite
|
||||
```
|
||||
|
||||
|
||||
##### Remaining Setup
|
||||
Run the following commands one at a time
|
||||
|
||||
`cd ~/NexusDashboard`
|
||||
`pip install -r requirements.txt`
|
||||
`pip install gunicorn`
|
||||
`flask db upgrade`
|
||||
|
||||
```bash
|
||||
cd ~/NexusDashboard
|
||||
pip install -r requirements.txt
|
||||
pip install gunicorn
|
||||
flask db upgrade
|
||||
```
|
||||
##### Running the site
|
||||
You can run the site with
|
||||
`gunicorn -b :8000 -w 4 wsgi:app`
|
||||
|
Loading…
Reference in New Issue
Block a user