summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-12-28 07:33:48 -0700
committermo khan <mo@mokhan.ca>2013-12-28 07:33:48 -0700
commitc152bc13cc5d125faaf7aa68862f5c087d7bdda2 (patch)
treed94959a2eb2a71cea65a72a425df69c983feed68
parentfc84a7f7e1bec7a0ae2cecfb2954723f8b5ee131 (diff)
update readme.
-rw-r--r--README.md18
1 files changed, 2 insertions, 16 deletions
diff --git a/README.md b/README.md
index a5f3f3be..184aed37 100644
--- a/README.md
+++ b/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 %}