https://github.com/jpmcb/slackertracker
https://github.com/jpmcb/slackertracker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpmcb/slackertracker
- Owner: jpmcb
- Created: 2018-03-30T15:23:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T08:13:45.000Z (about 8 years ago)
- Last Synced: 2025-06-04T19:55:08.407Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlackerTracker [](https://travis-ci.org/slackertracker/slackertracker)
## Description
Description goes here.
## Installation Instructions
1. Install Python 3.6
1. Install virtualenv
1. Clone the repo: `git clone `
1. Move into the dir: `cd `
1. Initialize the virtual environment: `virtualenv env`
1. Activate the env: `source env/bin/activate`
1. Install dependencies: `pip3 install -r requirements.txt`
1. Add the env variable: `export FLASK_APP=manage.py`
1. Run the config script: `python3 config.py`
1. Init/upgrade the db: `flask db upgrade`
1. Run the app: `flask run`
1. Open page: `http://localhost:5000`