Skip to content
seeknirvana edited this page Apr 2, 2016 · 4 revisions

Setting up your project

Backend

Setting up Grails

  • Install gvm or sdkman

    run - $ curl -s http://get.sdkman.io | bash --> on mac terminal

    refer to installation page for further information - http://sdkman.io/install.html

  • Install Java 1.7 java version "1.7.0_79" Java(TM) SE Runtime Environment (build 1.7.0_79-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

  • Install groovy version 2.4.3 run sdkman install groovy 2.4.3

    run groovy -version on your mac terminal, you should see this - Groovy Version: 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Mac OS X

  • Install grails version 2.4.4 run sdkman install grails 2.4.4

    run grails -version on your mac terminal, you should see this - Grails version: 2.4.4

  • Install Mongo version 3.0.4 Follow the document in the link below: http://docs.mongodb.org/master/tutorial/install-mongodb-on-os-x/

  • Install STS for eclipse with spring support https://spring.io/tools/sts/all

  • Get the latest and Run project

    Navigate to project root folder - grails run-app

Clone this wiki locally