summaryrefslogtreecommitdiffstats
path: root/examples/online/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-23 15:17:04 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-26 12:39:58 +0100
commitdb423c387a601305a9851a8e72fa3d46aaabaa9d (patch)
tree646dd36bd70f6a5229230526e7227809326c12b2 /examples/online/README
parent47e99faf9bed6bfa124ea47428af4cef737606c3 (diff)
Add example for online installer
Change-Id: I7c4f32db01b94b24339641907ae7cdbe209ff707 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'examples/online/README')
-rw-r--r--examples/online/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/online/README b/examples/online/README
new file mode 100644
index 000000000..a29944668
--- /dev/null
+++ b/examples/online/README
@@ -0,0 +1,26 @@
+Shows how to set up an online installer.
+
+The example uses a very simple web server shipped with python.
+
+Generate online repository with
+
+ repogen -p packages repository
+
+Generate installer with
+
+ binarycreator --online-only -c config/config.xml -p packages installer
+
+Now launch a minimal web server in the local directory
+
+ python -m SimpleHTTPServer 80
+
+This should make the content of the local directory available under
+http://localhost
+
+You should be able to now launch the installer.
+
+To deploy an update, run
+
+ repogen --update-new-components -p packages_update repository
+
+and launch the maintenance tool in your installation.