Reference markdown pastebin using pastemd
.
Sealable supports the following configuration options through environment variables:
SITE_NAME
- the name of the siteINFO_URL
- the url (relative to root/
) that will be served from the "what" link in the footer- Link is not shown in the footer if this variable is not set
USE_STARSTRAW
- if starstraw authentication should be enabled- User authentication is completely disabled if this is not provided
- When provided, views switch from
OpenMultiple
, toAuthenticatedOnce
The following configuration options are required for all database types (besides sqlite):
DB_TYPE
- the type of the database (mysql
orpostgres
)DB_HOST
- the database host location (likelylocalhost
)DB_USER
- database usernameDB_PASS
- database passwordDB_NAME
- database name
It is recommended that you pull the Pongo source into a different directory, build the CSS, and then link it into static/pongo
.
ln -s PATH_TO_PONGO/static static/pongo
Then you can set the PO_STATIC_DIR
variable:
PO_STATIC_DIR="/static/pongo"
Pongo is needed for database management.