View on GitHub

diaas

debian-installer (d-i) as a service

debian-installer (d-i) as a service

Usage

Debian

auto=true url=sylee.org

If you need less prompts to achieve the fully automatic installation,

auto=true url=sylee.org priority=critical netcfg/get_hostname=debian

Ubuntu

auto=true url=sylee.org

If you need less prompts to achieve the fully automatic installation,

auto=true url=sylee.org priority=critical netcfg/get_hostname=ubuntu

Setup the service

$ git clone --depth=1 https://github.com/fourdollars/diaas.git
$ cd diaas
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ FLASK_ENV=development FLASK_APP=service.py flask run --host=0.0.0.0