Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
note that dev db is on 192.168.0.240. TODO: Fix this
  • Loading branch information
gutschilla committed Jul 15, 2015
1 parent d6a41ed commit 67a9604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Now you can visit `localhost:4000` from your browser.
# System dependencies

- Erlang/Elixir, of course ;-)
- PostgreSQL (tests run on 9.4, but 9.x shoulb be OK)
- see config/dev.exs for host/user/port settings
- PostgreSQL (tests run on 9.4)
- see config/dev.exs for host/user/port settings (CAUTION: dev host is set to 192.168.0.240, this will fail on your machine, set to locahost!)
- memcached
- assumed to run on 127.0.0.1:11211
- npm package manager
- tested with 1.4.28
- bower package manager
- tested with 1.3.12
- tested with 1.4.1

## Create development database

Expand Down

0 comments on commit 67a9604

Please sign in to comment.