diff options
| -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 %} |
