From e5570ec3afdb3cfe2835019ee58555b52c0f807e Mon Sep 17 00:00:00 2001 From: Lee Lawlor Date: Thu, 8 May 2014 16:30:59 -0400 Subject: [PATCH] update README --- README.textile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.textile b/README.textile index bf8e333..161c0f6 100644 --- a/README.textile +++ b/README.textile @@ -50,3 +50,11 @@ h1. Installation on clean install of Ubuntu 12.04 LTS rake db:schema:load rails server +h2. Upgrading existing installations + +git pull origin master +bundle install +rake db:migrate +If your server is active you can restart it by going to the active terminal, hitting Ctrl-c, and then typing: +rails server +