-
Notifications
You must be signed in to change notification settings - Fork 14
Tips
jesseeichar edited this page Nov 23, 2012
·
3 revisions
To speed up startup of geocat run application with: bin/start.sh -o -DskipTests
cd web-client
mvn prepare-package -o
cd ../web
mvn prepare-package -o -DskipTests
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