Skip to content

Commit

Permalink
Add note to README about deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Jul 20, 2018
1 parent 307ad80 commit 4c0ec1e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,20 @@ You can [deploy](#deployment) your own Postfacto to **Pivotal Web Services** or
* Ruby 2.4.0
* bundler
* rspec
* Postgres
* MySql
* Node 6
* npm 3.10.10 (`npm install -g [email protected]`)
* gulp
* chromedriver

You can also use the Postfacto [docker image](https://hub.docker.com/r/postfacto/postfacto/) for development if you'd prefer. If you're not using Docker you'll need to install all the dependencies on your local machine and then run `bundle install` in `api` and `e2e` to install Ruby dependencies and then run `npm install` in `web` to install Javascript ones.
You can use the Postfacto [docker image](https://hub.docker.com/r/postfacto/postfacto/) for development.

### Installing library dependencies

You can install library dependencies (gems and npm packages) for the `web`, `api` and `e2e` codebases by running:

```bash
./deps.sh
```

### Running locally

Expand Down

0 comments on commit 4c0ec1e

Please sign in to comment.