aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

README.md (721B)


      1 Jitsi auto install
      2 ==================
      3 
      4 Jitsi requires some host-specific configuration during installation and
      5 according to their forum it is easier to re-install the package with right
      6 configuration than to edit an existing installation.
      7 At least this goes for the automatic installation using the debian package.
      8 With the manual installation, we'd have all freedom. But let's stick to the
      9 deb-installation.
     10 
     11 This means, we will use a per-host script that is executed on the host
     12 during startup. An init script can be passed to the VM using `init-script`
     13 in the JSON message or `--init-script` on the command line. The example
     14 Python file reads a jinja2 template and sets a user defined hostname before
     15 starting the VM.