Java front-end to a GF service, modeled after the GF Webservice / GF Cloud Service
Documentation:
Starting (requires GF version 2012-11-14 or newer):
$ GF_RESTRICTED=yes gf --server=41297 --document-root `pwd`/document-root
(Might require the full path to the document-root directory.)
Note that the document root must contain a writeable subdirectory tmp
for the storage
commands to work.
See usage examples in tools/test_gfws.sh
.
JPGF could be another possible backend, but currently calls to it have not been implemented.
Testing against the locally running GF server.
$ mvn test
Building the jar-file.
$ mvn package -DskipTests
Building the website
$ mvn site
The Eclipse (or any other IDE) project files are not included in this repository. To generate the required Eclipse files, run:
$ mvn -Declipse.workspace=/home/yourname/workspace/ eclipse:configure-workspace
$ mvn eclipse:eclipse
Download the jar if building from source should fail: