Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 639 Bytes

recipe.md

recipe.md is a webapp to convert recipes from different websites to Markdwown. Written in in python using the micro framework Flask.

It's configured to run on Openshift.

Installation

Local / hosted Installation:

  • Create a virtualenv
  • Install the dependencies
    • pip install -r requirements.txt
  • Run the web app
    • python recipemd.py

OpenShift Installation:

  • Create a python cartridge on Openshift
  • Entry Point is configured in wsgi.py
  • Deploy to OpenShift

License

BSD License