Jarek Kobus bbcbbbdc80 Try to be a little more specific in online README
Change-Id: I2110d675b96ab4ad84a702eebdedd61dc49cd077
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
2015-02-26 14:10:07 +00:00
..
2015-01-26 12:39:58 +01:00
2015-01-26 12:39:58 +01:00

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 example's directory (admin rights may be needed)

  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.