Merge branch 'master' into 'master'

move the package installation step to before setting up DB and migrations

See merge request litecord/litecord!16
This commit is contained in:
Luna 2019-02-01 21:01:57 +00:00
commit 3a90471798
1 changed files with 6 additions and 6 deletions

View File

@ -53,6 +53,12 @@ Requirements:
$ git clone https://gitlab.com/litecord/litecord.git && cd litecord $ git clone https://gitlab.com/litecord/litecord.git && cd litecord
``` ```
### Install packages
```sh
$ pipenv install --dev
```
### Setting up the database ### Setting up the database
It's recommended to create a separate user for the `litecord` database. It's recommended to create a separate user for the `litecord` database.
@ -80,12 +86,6 @@ $ cp config.example.py config.py
$ $EDITOR config.py $ $EDITOR config.py
``` ```
### Install packages
```sh
$ pipenv install --dev
```
## Running ## Running
Hypercorn is used to run Litecord. By default, it will bind to `0.0.0.0:5000`. Hypercorn is used to run Litecord. By default, it will bind to `0.0.0.0:5000`.