- cd <project-root-directory>
- grails run-app
- git init
- git add application.properties grails-app test web-app lib --force
- git commit -m init
- git push heroku master
Wednesday, November 20, 2013
deploy a grails app on heroku using git
how to install a third-party app you have binary for, to /usr/bin debian
- update-alternatives --install "/usr/bin/<app-name>" "<app-name>" "<full-path-to-app-executable>" 1
- update-alternatives --config <app-name>
- update-alternatives --install "/usr/bin/netbeans" "netbeans" "/opt/netbeans-7.4/bin/netbeans" 1
- update-alternatives --config netbeans
Subscribe to:
Posts (Atom)