Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 662 Bytes

kickstart.md

File metadata and controls

36 lines (35 loc) · 662 Bytes

kickstart guide

Windows

install python3  
install pip3  
install Flask  
install flask_login  
install flask_bcrypt  
install flask_wtf
install wtforms  
install mysql.connecter  
install git  
login to git  
clone nisbweb/nisbconnect  
run the server python app.py  
check the website on browser  
make changes  
fill the form and submit  

Linux

install Flask  
install flask_login  
install flask_bcrypt  
install flask_wtf
install wtforms  
install mysql.connecter  
install git  
login to git  
clone nisbweb/nisbconnect  
run the server python app.py  
check the website on browser  
make changes  
fill the form and submit