Skip to content
jesseeichar edited this page Nov 23, 2012 · 3 revisions

Faster Application startup

To speed up startup of geocat run application with: bin/start.sh -o -DskipTests

Minifying scripts quickly

cd web-client
mvn prepare-package -o
cd ../web
mvn prepare-package -o -DskipTests

Editing schema plugins

The clean.sh script makes a copy of the schema_plugins in the data directory. This means that when editing the plugins the changes are not taken into account unless the files are copied again to the data directory. On linux you can make a symlink to the sources so that they can be editing and the changes immediately viewed in the web UI immediately. There is a script for doing this. I don't think it will work on windows.

bin/link_schema_plugins.sh