-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
amilward edited this page Oct 23, 2013
·
8 revisions
I personally recommended the following development tools (although any grails compatible IDE and git source control software will do):
Groovy on grails ToolSuit - GGTS
SourceTree - Source Tree
- Navigate to Grails previous releases and download binaries for grails 2.3.1 (we will need these later) - Grails Previous Releases.
- Clone this git repository locally.
- Import the groovy_metadata_registry folder that sits within your cloned repository, as a grails project into your chosen IDE. At this point the IDE will complain that you are not using the correct version of grails. You need to click configure installations, then add the 2.3.1 installation that you downloaded from the grails site. Then you will be able to select the installation 2.3.1 and should be good to go. Hurrah!
- Left click on the project, go to grails tools-->refresh dependencies.
- Then run the project on your server.
- Navigate to http://localhost:8080/groovy_metadata_registry and log in with the following credentials: admin, admin123 or username1, password1 or username2, password2.