https://github.com/schlan/travel-log
https://github.com/schlan/travel-log
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/schlan/travel-log
- Owner: schlan
- License: apache-2.0
- Created: 2014-06-15T20:40:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T20:08:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T03:24:52.527Z (over 1 year ago)
- Language: Scala
- Size: 3.71 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
travel-log
==========
Place a config file named 'images.conf' next to 'application.conf'.
'images.conf' should look like this:
```
at.droelf.travel-log.images.rootDir=
at.droelf.travel-log.tracks.rootDir=
at.droelf.travel-log.db.mode=
at.droelf.travel-log.user=
at.droelf.travel-log.password=
at.droelf.travel-log.analytics=
at.droelf.travel-log.email.recipient=
at.droelf.travel-log.email.sender=
at.droelf.travel-log.email.hold=
at.droelf.travel-log.email.alternative=
at.droelf.travel-log.disqus.shortname=
```
```sbt run```
Features
=========
* Document you travels with images, gpx tracks and texts.
* Automatically calculate the position where pictuers were taken.
* Disqus/Google Analytics integration
* Secures image and track upload
* Android App for uploading media --> https://github.com/makubi/travel-log-app/
Technologies
=========
* Scala
* Play Framework
* Slick ORM (Postgres/H2)
* Javascript
* WebJars
Demo
=====
http://pacific2014.at
[](https://travis-ci.org/MrGradient/travel-log)