| commit | 2c1d9bc279b62a03b095fb8f4c3e602dcc7629bd | [log] [tgz] |
|---|---|---|
| author | Puneet Behl <behlp@objectcomputing.com> | Fri Apr 28 18:35:40 2023 +0530 |
| committer | Puneet Behl <behlp@objectcomputing.com> | Thu May 18 17:52:16 2023 +0530 |
| tree | d13d1581b9339423ea7c258766eea4622da8dbd5 | |
| parent | 2543bf62d5c420e66778f4e868d4a39cb1fc4cf7 [diff] |
Testing application locally
Generates Grails applications.
The CLI application comes in various flavours from a universal Java applications to native applications for Windows, Linux and OS X. These are available for direct download on the releases page. For installation see the Grails documentation.
If you prefer not to install an application to create Micronaut applications you can do so with curl directly from the API:
$ curl https://forge.grails.org/demo.zip -o demo.zip $ unzip demo.zip -d demo $ cd demo $ ./gradlew run
Run curl https://forge.grails.org for more information on how to use the API or see the API documentation referenced below.
If you prefer a browser based user interface you can visit Grails Forge.
The user interface is written in React and is a static single page application that simply interacts with the https://start.grails.org API.
API documentation for the production instance can be found at:
API documentation for the snapshot /development instance can be found at:
See the Snapshot Documentation for the current development docs.
Snapshots are automatically published to Sonatype OSSRH using Github Actions.
See the documentation in the Grails Docs for how to configure your build to use snapshots.
Releases are published to Maven Central via Github Actions.
A release is performed with the following steps:
v. For example v1.0.0.