Update README.rst

This commit is contained in:
uggla
2015-05-09 17:14:27 +02:00
parent fa31398248
commit 645e5cf967
+13 -11
View File
@@ -1,11 +1,11 @@
PAServerDockerfile PAServerDockerfile
================== ==================
Dockerfile to build images for Planetary Annihilation Servers. Dockerfile to build images for Planetary Annihilation Servers.
Note : this project is in an early stage. Please report any issue or comment to github bug tracker : Note : this project is in an early stage. Please report any issue or comment to github bug tracker :
https://github.com/uggla/PAServerDockerfile/issues https://github.com/uggla/PAServerDockerfile/issues
PAServer documentation source PAServer documentation source
----------------------------- -----------------------------
PA server installation procedure is available at `EXODUS ESPORTS <http://exodusesports.com/guides/planetary-annihilation-dedicated-server-setup>`_. PA server installation procedure is available at `EXODUS ESPORTS <http://exodusesports.com/guides/planetary-annihilation-dedicated-server-setup>`_.
@@ -13,32 +13,34 @@ PA server installation procedure is available at `EXODUS ESPORTS <http://exoduse
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 above procedure.
Variation from the initial procedure : Variation from the initial procedure :
* Installation in a docker image to easily deploy new servers and improve security. - Installation in a docker image to easily deploy new servers and improve security.
* Operating system changed to latest Ubuntu image 15.04 (Vivid Vervet), intead of 14.04 (Trusty Tahr). - Operating system changed to latest Ubuntu image 15.04 (Vivid Vervet), intead of 14.04 (Trusty Tahr).
* Image use colors from - Image use colors from
Prerequisites Prerequisites
------------- -------------
* Install docker. - Install docker.
* Update sudoers to avoid enter your password each time (optional). - Update sudoers to avoid enter your password each time (optional).
Building instructions Building instructions
--------------------- ---------------------
# Clone the repo with git. 1. Clone the repo with git.
# Change directory to the repository and run buildImage.sh. 2. Change directory to the repository and run buildImage.sh.
# Answer script questions. 3. Answer script questions.
Have a coffee. Image is ~5 GB, so time for building depends from your internet bandwidth. 4. Have a coffee. Image is ~5 GB, so time for building depends from your internet bandwidth.
Running instructions Running instructions
-------------------- --------------------
Run a container to start pa server. Run a container to start pa server.
Attach Attach
Stop Stop
Modifying container content Modifying container content
--------------------------- ---------------------------