Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 418 Bytes

File metadata and controls

25 lines (16 loc) · 418 Bytes

fastPortal

A lightweight portal generating Python app.

Installation

make install

Usage

Define your portal page using YAML in portals/. You can model yours after the example. You may also include static elements in static/.

For development/testing:

make up

For a production deployment:

./publish.sh IMAGE_NAME:IMAGE_TAG