diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-28 07:33:48 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-28 07:33:48 -0700 |
| commit | c152bc13cc5d125faaf7aa68862f5c087d7bdda2 (patch) | |
| tree | d94959a2eb2a71cea65a72a425df69c983feed68 | |
| parent | fc84a7f7e1bec7a0ae2cecfb2954723f8b5ee131 (diff) | |
update readme.
| -rw-r--r-- | README.md | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -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 %} |
