Skip to content

Commit

Permalink
Fix repository address in README. Also make instructions a bit more c…
Browse files Browse the repository at this point in the history
…lear and correct for starting your own site with a refinery clone from github. Thanks @semenov for pointing out the incorrect repository address.
  • Loading branch information
parndt committed Jun 18, 2009
1 parent 747017c commit 0cd22de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Refinery is a simple, easy to use, well presented content manager for small businesses.

Refinery was born out of Resolve Digital (resolvedigital.co.nz). After building 40 real client
Refinery was born out of Resolve Digital (http://resolvedigital.co.nz). After building 40 real client
sites, we began making our own content manager which would suit the small businesses we
worked with. We learnt all the common requests and included them and nothing more.

Expand All @@ -14,12 +14,13 @@ LICENSE file.

== Setup

mkdir mynewsite.com
cd mynewsite.com
git clone git@github.com:resolve/refinery.git
git clone git://github.com/resolve/Refinery.git mynewsite.com
cd ./mynewsite.com
git remote rm origin
git remote add origin git@github.com:you/yournewsite.git
mv ./config/database.yml.example ./config/database.yml

Edit /config/database.yml to your database server details.
Edit ./config/database.yml to your database server details.

Then run these to create your database and fill it with Refinery's default data.:
rake db:create
Expand All @@ -31,4 +32,4 @@ ruby script/server

Now in your browser go to http://localhost:3000 and your site should be running.

You will be prompted to setup your first user.
You will be prompted to setup your first user.

0 comments on commit 0cd22de

Please sign in to comment.