2015-03-24 22:18:20 +01:00
|
|
|
# docker-terasology
|
|
|
|
|
2016-09-19 20:46:39 +02:00
|
|
|
Automatic builds are provided by dockerhub and my own jenkins instance.
|
|
|
|
For all enthusiasts who just want to have a running server:
|
|
|
|
- `docker pull qwick/terasology:latest`
|
|
|
|
- or with version: `docker pull qwick/terasology:1.2.1-alpha`
|
2015-03-24 22:18:20 +01:00
|
|
|
|
2016-09-19 20:46:39 +02:00
|
|
|
For all developers who want a nightly build for debugging or just testing purposes:
|
|
|
|
- `docker pull qwick/terasology:dev-latest` (a versioned tag is available too. Example: `dev-1.2.2-SNAPSHOT`)
|
2016-03-27 16:58:01 +02:00
|
|
|
|
2016-09-19 20:46:39 +02:00
|
|
|
Versioned tags may change over time.
|
2016-03-27 16:58:01 +02:00
|
|
|
|
2016-01-10 11:48:35 +01:00
|
|
|
## Small guide
|
|
|
|
|
|
|
|
Be aware that this image provides a bare terasology server, if you want to enable specific modules, you have to do this yourself.
|
|
|
|
|
|
|
|
Just bind the provided volume of the container to a local directory and edit the generated config.cfg after the first run of the container.
|
|
|
|
|
|
|
|
Best practice would be cloning this repository and using docker-compose to pull and start the image.
|
|
|
|
1. Edit the ```docker-compose.yml``` file for the location of the volume mount.
|
2016-01-10 13:50:58 +01:00
|
|
|
2. Pull the image with ```docker-compose pull```.
|
|
|
|
3. Start it with ```docker-compose up``` and watch the output for errors.
|
|
|
|
4. Edit the generated config.cfg at the location of the mount and proceed with until your server runs like you want.
|
2016-01-10 11:48:35 +01:00
|
|
|
|
|
|
|
There may be standard configurations in the future for specific use cases, may be... ;-)
|
|
|
|
|
2016-01-10 14:07:34 +01:00
|
|
|
More information about terasology can be found on following sites:
|
|
|
|
* https://github.com/MovingBlocks/Terasology
|
|
|
|
* http://terasology.org/
|