Installing GGTS - rukichen/GrailsGroovyLDAP GitHub Wiki

Step 1

Before you install some other things have to installed: First is the latest Java Version(at least Version 7). The following lines will install Version 8 in Linux.

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default

Step 2

What you also need to install in advance is grails. The easiest way to get it is via SDK.

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install grails

Step 3

Download GGTS. Install as usual.

Trouble Shooting

Problems with JDK

It could be that you still get a problem with jdk. That means he can't find the right version and you have to tell the program where to find it.

  1. on your GGTS go to window
  2. select java
  3. select installed JREs
  4. add-> Standard VM
  5. jRE home select directory up to C:\Program Files\Java\jdk1.6.0_18
  6. select jdk1.6.0_18 from installed JREs

"run as" - Bug

This happens after creating a new Project try "run as" - Lots of Errors appear The season is a bug within the springloaded-1.2.x.RELEASE file. Its solved and you can download a bugfix.

Download from springloaded-1.2.x.BUILD-SNAPSHOT or newer Move it into lib/org.springframework/springloaded/jars remove or move springloaded-1.2.x.RELEASE rename springloaded-1.2.x.BUILD-SNAPSHOT.jar to springloaded-1.2.x.RELEASE

after the restart of ggts everything should be working as planed