Skip to content

atm08e/amiller.im-py3

Repository files navigation

amiller.im-py3

amiller.im website source code

Dependencies

python3.5 or python 3.6

Fedora

sudo dnf install -y python3-devel redhat-rpm-config

Installation

virtualenv -p `which python3` venv
source venv/bin/activate
pip install -r requirements.txt
honcho start dev

This will start a development server which should auto reload the web application on code changes or alternatively to start a prod server

honcho start prod

Tests

make test

About

amiller.im website source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published