Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmuschko/favalike

Bookmark manager built with Grails for Google App Engine Java
https://github.com/bmuschko/favalike

Last synced: 7 days ago
JSON representation

Bookmark manager built with Grails for Google App Engine Java

Awesome Lists containing this project

README

        

# Favalike

## Setup

* Make sure you have the environment variable `APPENGINE_HOME` set up. If you are working under MacOSX you have to
set the variable under `~/.MacOSX/environment.plist`:



APPENGINE_HOME
/Users/johndoe/dev/tools/appengine-java-sdk-1.4.0



* Run the application with `grails run-app`.

## Deployment

Due to a [bug](http://jira.codehaus.org/browse/GRAILSPLUGINS-1905) you have to set the Grails environment variable to
`production` when packaging the app.

grails -Dgrails.env=production app-engine package
appcfg.sh update ./target/war