Skip to content

Commit

Permalink
more fixes on docker / vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Nov 17, 2016
1 parent 3280458 commit 90a0a77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contributing-install-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Docker run will run a command in a new container, -i attaches stdin and stdout,

::

docker run -ti -p 3001:80 zammad/zammad
docker run -ti -p 80:80 zammad/zammad


That’s it! You’re now using a bash shell inside of a Zammad docker container.

To disconnect or detach from the shell without exiting, use the escape sequence Ctrl-p + Ctrl-q.


Go to http://localhost:3001 and you'll see:
Go to http://localhost and you'll see:
===========================================

* "Welcome to Zammad!", there you need to create your admin user and you need to invite other agents.
10 changes: 9 additions & 1 deletion contributing-install-vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run Vagrant

That’s it! You’re now running Zammad in a Vagrant environment.

Go to http://localhost:3001 and you'll see:
Go to http://localhost and you'll see:
===========================================

* "Welcome to Zammad!", there you need to create your admin user and you need to invite other agents.
Expand Down Expand Up @@ -60,6 +60,14 @@ If you get errors like:
Please use another name or delete the machine with the existing
name, and try again.

or

::

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'centos/7' is up to date...
==> default: VirtualBox VM is already running.


Use the following commands to fix it:

Expand Down

0 comments on commit 90a0a77

Please sign in to comment.