Commit 44f9e909 authored by Thomas Lechauve's avatar Thomas Lechauve

Remove trailing character.

parent 3deaf2a0
# Html5 Application Server # # Html5 Application Server #
## Presentation ## ## Presentation ##
* Fast hosting software for static website (html5) * Fast hosting software for static website (html5)
* Use Nginx server * Use Nginx server
## Parameter ## ## Parameter ##
download_url (string) download_url (string)
usage: usage:
`<instance> `<instance>
<parameter id="download_url">{{ your website tarball }}</parameter> <parameter id="download_url">{{ your website tarball }}</parameter>
</instance>` </instance>`
Details : Details :
* Instance must have [download_url] parameter * Instance must have [download_url] parameter
* Only tarball (tar) is supported * Only tarball (tar) is supported
* Compressed format is gunzip (optional) * Compressed format is gunzip (optional)
* Tarball must contain an index.html at its root * Tarball must contain an index.html at its root
## How it works ## ## How it works ##
Each time you (re)start your instance, html5as will remove previous website then download tarball and extract it in docroot directory. Each time you (re)start your instance, html5as will remove previous website then download tarball and extract it in docroot directory.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment