Skip to content

couetilc/treehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connor's Treehouse

Personal Website by CRC

Setting up Flask Virtual Environment

Navigate to site's root folder and run

$ python3 -m venv flask

Navigate to virtual environment folder and install the following packages:

$ flask/bin/pip install flask

Running the Treehouse application

Make initializer scripts executable

$ chmod 744 run.py

Start the application

$ ./run.py

Config Information

Place config.py in root app directory. Must contain the following information:

* CONTACT_EMAIL

About

Personal Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published