Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated with fixes
  • Loading branch information
mverteuil authored Oct 6, 2019
1 parent 725c214 commit 2e3c88f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ was designed to be supported by:

```zsh
git clone https://github.com/mverteuil/mig3.git .
pipenv install --deploy
pipenv run pip install gunicorn
poetry install --no-dev
```

---
Expand All @@ -92,26 +91,25 @@ What follows are the instructions for getting started with actual mig3 developme
```zsh
git clone https://github.com/mverteuil/mig3.git .
pre-commit install
pipenv install
poetry install
cd mig3-ui
yarn install
```
then,
```zsh
make devserver # build and start detatched containers
make devserver # Build and start detatched containers
```
or
```zsh
make run-dev # build and start containers in console
make run-dev # Build and start containers in console
```
or
```zsh
make devserver-db # Start only the database
```
It's recommended that you validate your installation at this point by confirming that linters and tests are passing as expected:

or
```zsh
py.test && pre-commit run --all-files && echo "VALIDATED\!" || echo "CHECK YOUR INSTALLATION"
make test # (Start containers and) run test suite
```

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmverteuil%2Fmig3.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmverteuil%2Fmig3?ref=badge_large)

0 comments on commit 2e3c88f

Please sign in to comment.