summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUnknown <fireice2@o2.pl>2017-11-18 17:16:15 +0000
committerUnknown <fireice2@o2.pl>2017-11-18 17:39:10 +0000
commitf222bd38759eb53376c5c4bedfebe8abcf8c0b30 (patch)
treed0732cdd65ce005d23938ae7f7b3596afcb0d5d4 /doc
parentf50fa7d84d6cca05d0684c6f018ad5928301eafe (diff)
downloadxmr-stak-f222bd38759eb53376c5c4bedfebe8abcf8c0b30.zip
xmr-stak-f222bd38759eb53376c5c4bedfebe8abcf8c0b30.tar.gz
Update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/Linux_deployment.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/Linux_deployment.md b/doc/Linux_deployment.md
new file mode 100644
index 0000000..e464e45
--- /dev/null
+++ b/doc/Linux_deployment.md
@@ -0,0 +1,24 @@
+# Deploying portable **XMR-Stak** on Linux systems
+
+XMR-Stak releases include a pre-built portable version. If you are simply using it to avoid having to compile the application, you can simply download **xmr-stak-portable-bin.tar.gz** from our [latest releases](https://github.com/fireice-uk/xmr-stak/releases/latest). Open up command line, and use the following commands:
+
+```
+tar xzf xmr-stak-portable-bin.tar.gz
+./xmr-stak.sh
+```
+
+Configuration and tuning files will be generated automatically from your answers.
+
+For automatic deployments, please use the steps above to obtain config.txt and use the following script:
+
+```
+#!/bin/bash
+curl -O `curl -s https://api.github.com/repos/fireice-uk/xmr-stak/releases/latest | grep -o 'browser_download_url.*xmr-stak-portable-bin.tar.gz' | sed 's/.*"//'`
+curl -O http://path.to/your/config.txt
+tar xzf xmr-stak-portable-bin.tar.gz
+./xmr-stak.sh
+```
+
+XMR-Stak will auto-configure and go to work. You don't even need Docker!
+
+
OpenPOWER on IntegriCloud