Fix typo.
This commit is contained in:
parent
fa72c3aa13
commit
523c832e10
|
@ -25,12 +25,12 @@ Create a PostgreSQL database called *devicehub* by running [create-db](examples/
|
||||||
|
|
||||||
- In MacOS: `bash examples/create-db.sh devicehub dhub`, and password `ereuse`.
|
- In MacOS: `bash examples/create-db.sh devicehub dhub`, and password `ereuse`.
|
||||||
|
|
||||||
Configure project using environment file (you can use provided example as quickstart):
|
Configure project using environment file (you can use provided example as quickstart):
|
||||||
```bash
|
```bash
|
||||||
$ cp examples/env.example .env
|
$ cp examples/env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
Using the `dh` tool for set up with one or multiple inventories.
|
Using the `dh` tool for set up with one or multiple inventories.
|
||||||
Create the tables in the database by executing:
|
Create the tables in the database by executing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -43,7 +43,7 @@ Finally, run the app:
|
||||||
$ export dhi=dbtest;dh run --debugger
|
$ export dhi=dbtest;dh run --debugger
|
||||||
```
|
```
|
||||||
|
|
||||||
The error ‘bdist_wheel’ can happen when you work with a *virtual environment*.
|
The error ‘bdist_wheel’ can happen when you work with a *virtual environment*.
|
||||||
To fix it, install in the *virtual environment* wheel
|
To fix it, install in the *virtual environment* wheel
|
||||||
package. `pip3 install wheel`
|
package. `pip3 install wheel`
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ To see a full list of migrations use
|
||||||
$ alembic history
|
$ alembic history
|
||||||
```
|
```
|
||||||
|
|
||||||
# Upgrade an deployment
|
# Upgrade a deployment
|
||||||
|
|
||||||
For upgrade an instance of devicehub you need to do:
|
For upgrade an instance of devicehub you need to do:
|
||||||
|
|
||||||
|
|
Reference in New Issue