https://github.com/renddslow/hannahkeator
https://github.com/renddslow/hannahkeator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/renddslow/hannahkeator
- Owner: Renddslow
- Created: 2017-06-18T05:43:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T02:06:32.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T17:26:05.648Z (5 months ago)
- Language: Python
- Size: 6.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HannahKeator.org
This is a simple single page site for a friend of mine to have some level of web presence that she can update via SMS.## Getting Started
HannahKeator.org runs on Python with [Redis](https://redis.io/topics/quickstart) as a simple db. You will need to have both installed to proceed.### Prerequisites
You will need to have a virtual environment setup to run the app`sudo apt-get install virtualenv`
### Installing
The repository comes complete with the virtualenv with all of our dependencies already installed. We are using the following depenencies:
- [Flask](http://flask.pocoo.org/)
- [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/)
- [redis](https://pypi.python.org/pypi/redis)So all we have to do is pop on into the virtual environment
`source env/bin/activate`
and run `python app.py` to get things going.