Skip to content

Commit

Permalink
Update Dev Run Instructions (#96)
Browse files Browse the repository at this point in the history
* Add Line Explaining to Install Dev Environment

* Don't Limit Docker Stack to Deidentifier Backend

It's easier to just use the whole stack

* Update README.md

Co-authored-by: Thomas Schaffter <thomas.schaffter@gmail.com>
  • Loading branch information
boyleconnor and tschaffter authored Jun 8, 2021
1 parent 1834ffe commit 9194e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ the de-identifier server being run in the background. Assuming that Node and Doc
commands can start up the full stack (back end & front end) for development/testing purposes using the following commands:

```bash
$ docker-compose up --build phi-deidentifier
$ docker compose up --build
```
(you may have to run this command as root or prepend the command with `sudo`).

Then, in another shell, run the following:

```bash
$ cd client/
$ npm ci
$ SERVER_PORT=80 npm start
```

Expand Down

0 comments on commit 9194e30

Please sign in to comment.