zsoobhan / prometheus

Ziyad Soobhan's personal website
MIT License
0 stars 0 forks source link

Prometheus - http://zsoobhan.co.uk

Deprecation Warning

Everything here is decades old tech and needs to be replaced with a static website.

See local_deploy_requirements.txt for the python3 deployment requirements. Good luck.

Build Status

Modern(ish) Local Setup

cp www/conf/local.py.sample www/conf/local.py
cd docker
docker-compose run --service-ports website bash
./manage.py migrate
./manage.py runserver 0:8000

Introduction

Ziyad Soobhan's personal website/project. This a Django 1.8.x with a fabric deploy script. It is designed to be repeatable and painless to set up again if the infrastructure changes

Infrastructure

VirtualEnv:

Database:

Server Stack:

App:

Deploy:

Acknowledgements

The overall structure has been inspired by tangentlabs/tangent-django-boilerplate.

The design was inspired by templated.co/plushiness which has been modified to be more responsive.