hbz / lobid-resources-web

MOVED TO: https://github.com/hbz/lobid-resources/tree/master/web
0 stars 0 forks source link

h1. Build

"!https://secure.travis-ci.org/hbz/lobid-resources-web.png!":https://travis-ci.org/hbz/lobid-resources-web

See the @.travis.yml@ file for details on the CI config used by Travis.

h1. Setup

Prerequisite: Java 8

@git clone https://github.com/hbz/lobid-resources-web.git ; cd lobid-resources-web@ @wget http://downloads.typesafe.com/typesafe-activator/1.3.10/typesafe-activator-1.3.10-minimal.zip@ @unzip typesafe-activator-1.3.10-minimal.zip@ @./activator-1.3.10-minimal/bin/activator test@

Replace @test@ with other Play commands, e.g. @run@ (run in test mode, recompiles changed files on browser refresh), or @"eclipse with-source=true"@ (generate Eclipse project config files). Use @"start 8000"@ to run in production background mode on port 8000 (hit Ctrl+D to exit logs). To restart a production instance running in the background, you can use the included @restart.sh@ script (configured to use port 8000).

For more information, see the "Play documentation":https://playframework.com/documentation/2.3.x/Home.

h1. License

GNU General Public License, version 2: "http://www.gnu.org/licenses/gpl-2.0.html":http://www.gnu.org/licenses/gpl-2.0.html