Not needed.

This commit is contained in:
Martin Edenhofer 2012-04-11 11:56:51 +02:00
parent 9df585ee37
commit 8ee5832884

View file

@ -13,20 +13,20 @@ want to answer them with a team of agents? You're going to love Zammad!
== Getting Started == Getting Started
1. Install Zammad on your system 1. Install Zammad on your system
<tt>tar -xzvf zammad-1.0.1.tar.gz</tt> shell>tar -xzvf zammad-1.0.1.tar.gz
2. Install all dependencies 2. Install all dependencies
<tt>cd zammad</tt> shell> cd zammad
<tt>bundle install</tt> shell> bundle install
3. Configure your databases (if needed) 3. Configure your databases (if needed)
4. Initialize your databse 4. Initialize your databse
<tt>rake db:migrate</tt> shell> rake db:migrate
<tt>rake db:seed</tt> shell> rake db:seed
5. Change directory to <tt>zammad</tt> and start the web server: 5. Change directory to <tt>zammad</tt> (if needed) and start the web server:
<tt>cd zammad; rails server</tt> shell> rails server
6. Go to http://localhost:3000/app#getting_started and you'll see: 6. Go to http://localhost:3000/app#getting_started and you'll see:
"Welcome to Zammad!", there you need to create your admin "Welcome to Zammad!", there you need to create your admin