kora 23076ad4da Prove FORMS 2 years ago
..
parsers df1c4939c4 configuration files v1 2 years ago
templates 01c1a06dfc pulizia 2 years ago
.gitignore 2deece98f3 FORMS update 2 years ago
AR20AUT_Datini.csv 778a347126 FORMS embrionale 2 years ago
AR20AUT_Datini.ttl df1c4939c4 configuration files v1 2 years ago
AR20AUT_Martini.csv de9f05b6b2 chebelleforme 2 years ago
AR20AUT_Ospedale.csv de9f05b6b2 chebelleforme 2 years ago
AR20AUT_Ospedale.ttl df1c4939c4 configuration files v1 2 years ago
AR20AUT_Ospedale_2.csv df1c4939c4 configuration files v1 2 years ago
AR20AUT_Ospedale_2.ttl df1c4939c4 configuration files v1 2 years ago
AR20AUT_Ospedale_2_riformattato.ttl df1c4939c4 configuration files v1 2 years ago
app.py df1c4939c4 configuration files v1 2 years ago
descrizione.json 23076ad4da Prove FORMS 2 years ago
descrizione_minimal.json 23076ad4da Prove FORMS 2 years ago
readme.md 521635e8f1 forms_readme 2 years ago
temp.py 23076ad4da Prove FORMS 2 years ago

readme.md

To get flask running (use Python 3!):

  1. [Optional but recommendend] Create and activate virtual environment by:

    • Going to the FORMS subdirectory
    • Executing: python (or python3 or py depending on your system) -m venv [virtual_environment_name]
    • Executing: source [virtual_environment_name]/bin/activate
  2. Install Flask by executing:

    • pip install flask
  3. [Optional] Activate Debug Mode by setting the environment variable:

    • FLASK_ENV=development (for instance by executing export FLASK_ENV=development in bash)
  4. Start the app by executing:

    • flask run

(vscode can do 3. and 4. automatically, and possibly the venv setup too)