Commit c152bc13

mo khan <mo@mokhan.ca>
2013-12-28 14:33:48
update readme.
1 parent fc84a7f
Changed files (1)
README.md
@@ -12,16 +12,6 @@ Install required gems
 
     bundle install
 
-Install/Start Postgres
-
-    brew install postgres
-    initdb /usr/local/var/postgres
-
-Configure Postgres (uncomment and change unix_socket_directory = '/var/pgsql_socket')
-
-    vim /usr/local/var/postgres/postgresql.conf
-    pg-start
-
 Setup database (set password to postgres)
 
     cp config/database.yml.example config/database.yml
@@ -36,10 +26,6 @@ Start server
 
 [more info](https://github.com/capistrano/capistrano/wiki/2.x-From-The-Beginning)
 
-{% highlight text linenos %}
-
-  $ cap deploy:setup
-  $ cap deploy:check
-  $ cap deploy:update
+  cap staging deploy:migrations
+  cap production deploy:migrations
 
-{% endhighlight %}