Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bmuschko/favalike
- Owner: bmuschko
- Created: 2010-12-04T17:50:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-08T03:57:38.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T10:16:35.325Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.favalike.com
- Size: 4.75 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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