21 lines
584 B
Plaintext
21 lines
584 B
Plaintext
== Launch a server
|
|
:version: 0.12.0
|
|
:version-short: 0.12
|
|
|
|
=== Docker
|
|
|
|
Prepare configuration files `dshackle.yaml` and `upstreams.yaml` in the current directory, then launch docker as:
|
|
|
|
[source,bash,subs="attributes"]
|
|
----
|
|
docker run -p 2449:2449 -v $(pwd):/config -w /config drpcorg/dshackle:{version-short}
|
|
----
|
|
|
|
=== Install & Run manually
|
|
|
|
1. Download latest release from https://github.com/drpcorg/dshackle/releases
|
|
2. Unpack `unzip dshackle-0.6.0.zip`
|
|
3. Copy to `/opt/dshackle`
|
|
4. Setup configuration in `/etc/dshackle`
|
|
5. Run as `cp /etc/dshackle && /opt/dshackle/bin/dshackle`
|