An open API service indexing awesome lists of open source software.

https://github.com/dankolbman/travel_blahg

For tracking my travels
https://github.com/dankolbman/travel_blahg

Last synced: 9 months ago
JSON representation

For tracking my travels

Awesome Lists containing this project

README

          

Sweet Stuff I'm Using
---------------------

[Flask](http://flask.pocoo.org/docs/0.10/) - A Python framework

[Materialize](http://materializecss.com/) - For styling

[Mapbox](https://www.mapbox.com/) - Cool maps

[PostgreSQL+Postgis](http://www.postgresql.org/) - All around database

Deployment
----------

git clone https://github.com/dankolbman/tblog
cd tblog
docker build -t tblog_app:v1 .
docker run -d -p 80:8000 tblog_app:v1

To pull and update server:

docker exec git pull
docker exec supervisorctl restart tblog