зеркало из https://github.com/mozilla/redash-stmo.git
Fix rST.
This commit is contained in:
Родитель
e4c26836df
Коммит
d324641d98
28
README.rst
28
README.rst
|
@ -34,35 +34,25 @@ To Create the database (only once) run:
|
|||
make database
|
||||
```
|
||||
|
||||
To start the containers (Backend, Celery, Redis, Postgres) run:
|
||||
To start the containers (Backend, Celery, Redis, Postgres) run::
|
||||
|
||||
```
|
||||
make up
|
||||
```
|
||||
make up
|
||||
|
||||
To also run the webpack devserver please run in parallel:
|
||||
To also run the webpack devserver please run in parallel::
|
||||
|
||||
```
|
||||
make devserver
|
||||
```
|
||||
|
||||
To enter the container and run a bash shell run:
|
||||
To enter the container and run a bash shell run::
|
||||
|
||||
```
|
||||
make bash
|
||||
```
|
||||
make bash
|
||||
|
||||
and then run this inside the container:
|
||||
and then run this inside the container::
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
npm install
|
||||
|
||||
To run the tests (from the host machine) run:
|
||||
To run the tests (from the host machine) run::
|
||||
|
||||
```
|
||||
make test
|
||||
```
|
||||
make test
|
||||
|
||||
Issues & questions
|
||||
------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче