Merge pull request #278 from chrisdecker1201/develop
Ordered list always started with 1
This commit is contained in:
commit
c6ab14817a
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue