Skip to content

Dexy static site template with config for deploying to Stackato

Notifications You must be signed in to change notification settings

troytop/dexy-altitude

Repository files navigation

Dexy Static Website

A static website generated and served by Dexy using the altitude template from HTML5 Templates. Excerpted from the dexy-templates repository.

Running locally

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'.

Pushing to Stackato

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

About

Dexy static site template with config for deploying to Stackato

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published