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

https://github.com/jagedn/grails-profiles

Profiles for Grails framework
https://github.com/jagedn/grails-profiles

Last synced: 3 months ago
JSON representation

Profiles for Grails framework

Awesome Lists containing this project

README

          

# grails-profiles
Profiles for Grails framework

- appengine: profile for Google AppEngine flexible environment
```console
git clone https://github.com/jagedn/grails-profiles
cd grails-profiles/appengine
gradle install
cd ..
grails create-app test-appengine --profile appengine
cd test-appengine
gradle assemble
cd build/libs
gcloud preview app deploy
```