summaryrefslogtreecommitdiffstats
path: root/examples/online/README
blob: a299446683156f1a56f1e582f1ac7095922be4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.