Skip to content

Commit 4b821ab

Browse files
author
Marko Bogdanović
authored
Merge pull request #252 from bmarkons/update-readme
Update setup section in README
2 parents af25723 + e0ef13d commit 4b821ab

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ Motherboard | Intel Coporation S1200RP
4141

4242
# Contribute
4343

44-
## Dependency
45-
PostgreSQL 9.x in order to enable the hstore extension.
46-
47-
Redis
44+
## Dependencies
45+
- PostgreSQL 9.x in order to enable the hstore extension.
46+
- Redis
47+
- PhantomJS
4848

4949
## Setup
5050
```bash
5151
redis-server
52-
bundle exec rake db:setup
5352

54-
# copy database.yml.example to database.yml and make sure you have correct configuration
55-
cp config/database.yml.example config/database.yml
53+
# Make sure that the current user has a Postgres account
54+
# If not run : sudo -u postgres createuser <username> -s
55+
bundle exec rake db:setup
5656

5757
unicorn -c config/unicorn.rb
5858
```

0 commit comments

Comments
 (0)