added instructions for upstream contents

This commit is contained in:
2021-06-09 21:41:01 +10:00
parent 6a0141504d
commit 3bf97df7fe

21
README
View File

@@ -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