Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 1433ef8

Browse files
committed
Updated installation instructions for branch openatrium.
1 parent 89dd88a commit 1433ef8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Drupal installation profile for B-Translator Client.
1313

1414
+ Build a Docker image:
1515
#+BEGIN_EXAMPLE
16-
btr_client/docker-build.sh cfg.sh --git_branch=master
17-
less -r nohup-btr_client-master.out
16+
btr_client/docker-build.sh cfg.sh --git_branch=openatrium
17+
less -r nohup-btr_client-openatrium.out
1818
#+END_EXAMPLE
19-
This will create a docker image, named =btr_client:master= with a
20-
minimal ubuntu system and everything that is needed for the normal
21-
work of the system.
19+
This will create a docker image, named =btr_client:openatrium=
20+
with a minimal ubuntu system and everything that is needed for the
21+
normal work of the system.
2222

2323
+ Create a Docker container like this:
2424
#+BEGIN_EXAMPLE
2525
docker images
2626
docker run -d --name=btr_client --hostname=example.org \
27-
-p 80:80 -p 443:443 btr_client:master
27+
-p 80:80 -p 443:443 btr_client:openatrium
2828
#+END_EXAMPLE
2929
Then you can stop and start the container with =docker stop btr_client=
3030
and =docker start btr_client=.

0 commit comments

Comments
 (0)