2. Building from source

This page will provide you the detailed instructions for downloading and running Crafter rivet for Grails Plugin Source Code

Prerequisites

i) You should have Grails 3.2 or higher installed and configured on your machine. See this page for instructions.

Installation Instructions

i) Download plug-in source code from https://svn.rivetlogic.com/repos/rivets/crafter/ext/grails/plugins/crafter/trunk/ to your local machine. Your project structure should look like this


ii)  Go to the project's root folder from the command line. Let's call it $workspace/crafter-rivet

iii) Run > grails compile to see if everything is alright. If the compilation succeeds then the source code is downloaded succesfully.

iv) Run > grails -Dserver.port=8085 run-app , to run the application. Once the application is up and running you should have the following message on the prompt
 
 
vi) Go to $workspace/crafter-rivet/logs folder to verify that application has started creating crafter-rivet.log file. This is the main log file for the application.
vii) Open the browser and go to  http://localhost:8085/crafter-rivet/crafterItem/list. You should see the following page
 
 
 
 viii) Browse through the links to ensure that the navigation is properly working.
 
 

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.