From 3bf97df7fed346abd8289d32da34debe6d937455 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 9 Jun 2021 21:41:01 +1000 Subject: [PATCH] added instructions for upstream contents --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README b/README index 3b047a9..1f78e63 100644 --- a/README +++ b/README @@ -16,6 +16,27 @@ pip packages: #### dlib (might need to install this before face_recognitioin, but it might not be needed, cmake clearly was) +upstream packages... + mkdir static/upstream + cd static/upstream + + # for boostrap: + wget https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css + wget https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js + + # for jquery + https://code.jquery.com/jquery-3.6.0.min.js + + # for jquery/smart context menu + wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.css + wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.min.js + wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.contextMenu.min.js.map + wget https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.9.2/jquery.ui.position.min.js + + # font-awesome + ### browse to https://fontawesome.com/download, grab zip, unzip it into static/upstream + + To run debug version of web server: FLASK_APP=main FLASK_ENV=development flask run --host=192.168.0.2