Not needed.
This commit is contained in:
parent
9df585ee37
commit
8ee5832884
1 changed files with 7 additions and 7 deletions
14
README.rdoc
14
README.rdoc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue