Giter Site home page Giter Site logo

blackshield6 / canon_law Goto Github PK

View Code? Open in Web Editor NEW

This project forked from historical-theology/canon_law

0.0 0.0 0.0 535 KB

A service for referencing Orthodox canon law.

License: GNU General Public License v3.0

Python 37.27% CSS 11.53% HTML 51.20%

canon_law's Introduction

canon_law

A service for referencing Orthodox canon law.

Self-Host Installation

Step 1. Python Setup (Linux/MacOS)

python3 -m venv venv
source venv/bin/activate
pip install -U colorama flask tinydb

Step 1. Python Setup (Windows)

python3 -m venv venv
.\venv\Scripts\activate
pip install -U colorama flask tinydb

Step 2. Setting Environment Variables

You will need to set your flask environment to development or production, with the former having an interactive debugger and live reload.

For Linux, you will use export FLASK_ENV=<option> where <option> is one of settings aforementioned. For Windows, this is set FLASK_ENV=<option>.

Finally, set the FLASK_APP environment variable to canon_law by doing export FLASK_APP=canon_law or set FLASK_APP=canon_law, the latter if you are on Windows.

Step 3. Launch

Do flask run and the service should start up. If it doesn't, please file an issue so I can get to work. :)

canon_law's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.