From 8ee5832884849c32a4a36c208ce160fb41db916d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 11 Apr 2012 11:56:51 +0200 Subject: [PATCH] Not needed. --- README.rdoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rdoc b/README.rdoc index 6192081ca..b00134dc0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -13,20 +13,20 @@ want to answer them with a team of agents? You're going to love Zammad! == Getting Started 1. Install Zammad on your system - tar -xzvf zammad-1.0.1.tar.gz + shell>tar -xzvf zammad-1.0.1.tar.gz 2. Install all dependencies - cd zammad - bundle install + shell> cd zammad + shell> bundle install 3. Configure your databases (if needed) 4. Initialize your databse - rake db:migrate - rake db:seed + shell> rake db:migrate + shell> rake db:seed -5. Change directory to zammad and start the web server: - cd zammad; rails server +5. Change directory to zammad (if needed) and start the web server: + shell> rails server 6. Go to http://localhost:3000/app#getting_started and you'll see: "Welcome to Zammad!", there you need to create your admin