Desktop + Web version
This release have ScalaJs+Play version of zooming based organizer. Only basic functionality was migrated from Desktop version. Most of the was was done in zooming usability in mobile website version. Web version also include acceptance tests.
Desktop version had mainly dependency updates, no big features or breaking changes.
Executing binary versions:
auginte-0.8.5.zip
- desktop version:
cd auginte-0.8.5.1/bin
./auginte
auginte-0.8.5.2.zip
- One jar version
cd auginte-0.8.5.2
java -jar auginte-desktop-assembly-0.8.5.jar
auginte-0.8.5-server.tar.gz
- Server/web version ready to deploy. Update files inconfig/*
(at leastconfig/local.conf
)
bin/auginte-server -Dhttp.port=8080 -Dconfig.file=conf/application.conf
Requirements:
- Oracle JRE 7+: for desktop version (JavaFx)
- OrinetDB 2.1.4: for server version (desktop version have embedded database). Needed exact database version, as 2.1.8 database have breaking changes with 2.1.4 client.