Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaldung committed Jan 22, 2013
1 parent 3e26937 commit 535b992
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Getting Started

```
root@shell> cd /opt/
root@shell> tar -xzvf zammad-1.0.1.tar.gz
root@shell> tar -xzf zammad-1.0.1.tar.gz
root@shell> useradd zammad
zammad@shell> su - zammad
```
Expand All @@ -26,16 +26,17 @@ Getting Started

```
zammad@shell> cd zammad
zammad@shell> sudo gem install rails
zammad@shell> gem install rails
zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed!
zammad@shell> sudo bundle install
```

3. Configure your databases (if needed)
3. Configure your databases

```
zammad@shell> cp config/database.yml.dist config/database.yml
zammad@shell> vi config/database.yml
````
```

4. Initialize your database

Expand Down

0 comments on commit 535b992

Please sign in to comment.