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
- Host: GitHub
- URL: https://github.com/dankolbman/travel_blahg
- Owner: dankolbman
- License: mit
- Created: 2015-05-09T20:46:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T17:14:44.000Z (about 4 years ago)
- Last Synced: 2023-04-04T22:43:55.782Z (about 3 years ago)
- Language: JavaScript
- Homepage: http://www.dankolbman.xyz
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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