From 3aba92ba76db49fc117e28eb5e4e28a19883f13a Mon Sep 17 00:00:00 2001 From: uggla Date: Sat, 9 May 2015 19:37:49 +0200 Subject: [PATCH] Update README.rst --- README.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9dd039a..6d22702 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ PAServer documentation source ----------------------------- PA server installation procedure is available at `EXODUS ESPORTS `_. -The dockerfile will try to automate and produce a system configuration similar as the above procedure. +The dockerfile will try to automate and produce a system configuration similar as the result of above procedure. Variations from the initial procedure : @@ -19,7 +19,7 @@ Variations from the initial procedure : - Installation uses a docker image to easily deploy new servers and improve security. - Operating system changed to latest Ubuntu image 15.04 (Vivid Vervet), instead of 14.04 (Trusty Tahr). -- Image use colors produced by burntcustard by default. +- Image uses colors produced by burntcustard by default. Prerequisites @@ -27,14 +27,17 @@ Prerequisites - Install docker. Example : sudo apt-get install docker.io + or + yum install docker.io -- Add a rule into /etc/sudoers to avoid enter your password each time (optional). +- Add a rule into /etc/sudoers to avoid entering your password each time (optional). user ALL=(ALL) NOPASSWD: /usr/bin/sudo -- Add an alias to your .bashrc not enter sudo each time (optional). +- Add an alias to your .bashrc not enter your sudo password each time (optional). Alias docker=”sudo docker” - Open port **20545** on your server firewall. Do not forget your firewall router, if you have one in between. Example with firewalld : + firewall-cmd --add-port 20545/tcp Building instructions @@ -79,7 +82,7 @@ Running instructions - Attach to the container console to show logs. docker attach paserver - ctrl p ctrl q to detach from container. + Note : ctrl p ctrl q to detach from container. - Stop your server. docker stop paserver