diff --git a/README.md b/README.md index 67a12c28f..e5738b326 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Getting Started --------------- 1. Install Zammad on your system - ``` root@shell> cd /opt/ root@shell> tar -xzf zammad-1.0.1.tar.gz @@ -22,7 +21,6 @@ Getting Started ``` 2. Install all dependencies - ``` zammad@shell> cd zammad zammad@shell> gem install bundler @@ -35,14 +33,12 @@ Getting Started ``` 3. Configure your databases - ``` zammad@shell> cp config/database.yml.dist config/database.yml zammad@shell> vi config/database.yml ``` 4. Initialize your database - ``` zammad@shell> export RAILS_ENV=production zammad@shell> rake db:create @@ -51,7 +47,6 @@ Getting Started ``` 5. Change directory to zammad (if needed) and start the web server: - ``` zammad@shell> rake assets:precompile zammad@shell> rails s -p 3000 # application web server @@ -61,4 +56,3 @@ Getting Started 6. Go to http://localhost:3000/#getting_started and you'll see: "Welcome to Zammad!", there you need to create your admin user and you need to invite other agents. -