Skip to content

Commit

Permalink
changed update docu
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Nov 14, 2016
1 parent c709698 commit ce5cdaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install-update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ You can directly download Zammad from https://ftp.zammad.com/ or use the direct
zammad@shell> cd zammad
zammad@shell> gem install bundler

# For PostgreSQL (note, the option says "without ... mysql")::
* For PostgreSQL (note, the option says "without ... mysql")::

zammad@shell> bundle install --without test development mysql

# For MySQL (note, the option says "without ... postgres")::
* For MySQL (note, the option says "without ... postgres")::

zammad@shell> bundle install --without test development postgres


3. Stop zammad services
-----------------------

Expand Down Expand Up @@ -69,6 +72,7 @@ correct baseurl (see below).
----------------------

CentOS7
+++++++


::
Expand Down

0 comments on commit ce5cdaf

Please sign in to comment.