kfields / pugsley-lite

Python User Group Website with Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pugsley Lite

Installation

  1. Navigate to a directory where you keep your software projects:

     cd projects
    
  2. Clone the repository:

     git clone https://github.com/kfields/pugsley-lite.git
    
  3. Navigate to the new directory which contains the repository.

     cd pugsley-lite
    
  4. Create a Python 3 virtual environment called env:

     python3 -m venv env
    
  5. Activate the environment:

     source env/bin/activate
    
  6. Install required packages:

     pip install -r requirements.txt
    

Development

  1. Activate the virtual environment, if not already active:

     cd pugsley-lite
     source env/bin/activate
    
  2. Launch the Flask application in debug mode:

     ./dev
    

About

Python User Group Website with Flask

License:MIT License


Languages

Language:CSS 78.9%Language:HTML 13.7%Language:JavaScript 4.1%Language:Python 3.2%Language:Mako 0.0%