Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

hackthefog/LiveSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

209 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTF Live Site

Flask live website.

Setup

Clone the repository and enter it

git clone https://github.com/hackthefog/LiveSite.git
cd LiveSite

Requirements

Use virtualenv to keep packages clean and isolated. Install, Create, Activate virtualenv.

pip install virtualenv
virtualenv --python='python3' venv
source venv/bin/activate

Use pip to install needed libraries

make

OR

pip install -r requirements.txt

Running

Running the program. Make sure your virtualenv is activated.

make run

OR

python run.py

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

About

Hack the Fog live site using Flask

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •