My notes on installing/developing/using griffon - http://griffon-framework.org/
There is an older griffon
at 1.5.0
and a more recent one, version 2.8.0+
.
Installing on windows
- install jdk
- set JAVA_HOME
- add to path
Install from: http://babun.github.io/
Install from: http://sdkman.io/
sdk install griffon
Download old plugins from http://griffon-framework.org/portal-storage/
Example:
griffon install-plugin http://griffon-framework.org/portal-storage/packages/plugin/glazedlists/2.0.0/griffon-glazedlists-2.0.0.zip
Installing on windows
- install jdk
- set JAVA_HOME
- add to path
Install from: http://babun.github.io/
Install from: http://sdkman.io/
sdk install gradle
sdk install lazybones
Register the griffon-lazybones-templates
by editing $USER_HOME/.lazybones/config.groovy
and adding the following:
bintrayRepositories = [
"griffon/griffon-lazybones-templates",
"pledbrook/lazybones-templates"
]
I installed Babun on Windows 7. I had to put config.groovy in /c/Users/myusername/.lazybones/config.groovy