Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/martini/zammad
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Jan 23, 2013
2 parents 29b6dfb + 535b992 commit 0e16ef7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 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,17 +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
5 changes: 5 additions & 0 deletions script/init-script-normal-user-rvm-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ NAME=zammad
APP_PORT=3000
WS_PORT=6042

ZAMMAD_CONFIG=/etc/sysconfig/zammad
# Read config
[ -f "$JENKINS_CONFIG" ] && . "$JENKINS_CONFIG"


# Load RVM into a shell session *as a function*
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then
# First try to load from a user install
Expand Down

0 comments on commit 0e16ef7

Please sign in to comment.