README.md 636 Bytes
Newer Older
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 27 28 29 30 31
# Html5 Application Server #

## Presentation ##

* Fast hosting software for static website (html5)

* Use Nginx server

## Parameter ##

download_url (string)

usage: 

`<instance>
  <parameter id="download_url">{{ your website tarball }}</parameter>
</instance>`

Details :

* Instance must have [download_url] parameter

* Only tarball (tar) is supported

* Compressed format is gunzip (optional)

* Tarball must contain an index.html at its root

## How it works ##

Each time you (re)start your instance, html5as will remove previous website then download tarball and extract it in docroot directory.