We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af25723 + e0ef13d commit 4b821abCopy full SHA for 4b821ab
1 file changed
README.md
@@ -41,18 +41,18 @@ Motherboard | Intel Coporation S1200RP
41
42
# Contribute
43
44
-## Dependency
45
-PostgreSQL 9.x in order to enable the hstore extension.
46
-
47
-Redis
+## Dependencies
+- PostgreSQL 9.x in order to enable the hstore extension.
+- Redis
+- PhantomJS
48
49
## Setup
50
```bash
51
redis-server
52
-bundle exec rake db:setup
53
54
-# copy database.yml.example to database.yml and make sure you have correct configuration
55
-cp config/database.yml.example config/database.yml
+# Make sure that the current user has a Postgres account
+# If not run : sudo -u postgres createuser <username> -s
+bundle exec rake db:setup
56
57
unicorn -c config/unicorn.rb
58
```
0 commit comments