https://github.com/cdent/twebwiki-openshift
TiddlyWebWiki on OpenShift
https://github.com/cdent/twebwiki-openshift
Last synced: about 1 year ago
JSON representation
TiddlyWebWiki on OpenShift
- Host: GitHub
- URL: https://github.com/cdent/twebwiki-openshift
- Owner: cdent
- Created: 2015-02-07T11:53:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T17:37:14.000Z (over 11 years ago)
- Last Synced: 2025-02-01T03:28:47.871Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This provides the basic workings for running TiddlyWeb and
TiddlyWebWiki on OpenShift without requiring any specific
configuration. The deployment process configures things properly and
then creates the necessary recipes, bags and tiddlers using a deploy
action hook in `.openshift/action_hooks/deploy`.
The files here are:
* requirements.txt
* Lists the required Python packages. Sub dependencies are handled
automatically.
* setup.py
* This is where you list information. I've made no changes here.
* tiddlywebconfig.py
* The config used by TiddlyWeb.
* wsgi.py
* A copy of `wsgiapp.py` from the [TiddlyWeb
repo](https://github.com/tiddlyweb/tiddlyweb). This replaces the
pre-existing wsgi.py.
* .openshift/action_hooks/deploy
* Installs the necessary entities.
Look in the files themselves for additional comments.