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
- Host: GitHub
- URL: https://github.com/jagedn/grails-profiles
- Owner: jagedn
- License: gpl-3.0
- Created: 2016-04-24T11:12:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T07:23:46.000Z (over 10 years ago)
- Last Synced: 2025-03-02T16:48:43.405Z (over 1 year ago)
- Language: Groovy
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```