A static website generated and served by Dexy using the altitude template from HTML5 Templates. Excerpted from the dexy-templates repository.
Requires Python 2.7. Install dexy from source or using 'pip'/'pypm'.
After you generate the site by running 'dexy' in the base directory, you can preview your site by running 'dexy serve' which will launch a simple web server built into Python. For more information run 'dexy help -on serve'.
To push to a Stackato PaaS:
stackato push -n
All the configuration necessary is in the stackato.yml file. On Stackato 3.x systems, the 'framework' key trigger the Legacy Buildpack (2.10.x compatibility). If you prefer to use the new Python buildpack, override this with the --buildpack option:
stackato push --buildpack https://github.com/ActiveState/stackato-buildpack-python.git