Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created December 11, 2012 16:19
Show Gist options
  • Save gerjantd/4259951 to your computer and use it in GitHub Desktop.
Save gerjantd/4259951 to your computer and use it in GitHub Desktop.
Cloud foundry Grails app from scratch
Cloud foundry Grails app from scratch
=====================================
* Pre: Ubuntu 12.10 desktop system
* Log in (guest account)
* Alt+F2 firefox
* http://www.springsource.org/downloads/sts-ggts
* http://download.springsource.com/release/STS/3.1.0/dist/e3.8/groovy-grails-tool-suite-3.1.0.RELEASE-e3.8-linux-gtk.tar.gz
* Alt+F2 gnome-terminal
* cd Downloads/
* tar zxvf groovy-grails-tool-suite-3.1.0.RELEASE-e3.8-linux-gtk.tar.gz
* cd springsource/ggts-3.1.0.RELEASE/
* ./GGTS&
* Dashboard > Extensions
* Check Cloud Foundry Integration for Eclipse
* Install
* Restart
* Servers > New Server > VMware > Cloud Foundry
* Services
* Tunnel
* Pgadmin3
UserName: ue323e70bd9e44f80b375340bc4148428 Password: p4fea8efad66e41dc903118de9d255e6b DatabaseName: da46306b2c2ef498b8777e00c654c472d Port: 10100 URL: jdbc:postgresql://127.0.0.1:10100/da46306b2c2ef498b8777e00c654c472d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment