https://github.com/atlasoflivingaustralia/sandbox-hub
Sandbox hub separates sandbox UI (angular app) from backend methods. This plugin will enable apps to include sandbox UI while committing data to the same
https://github.com/atlasoflivingaustralia/sandbox-hub
ala-product-sandbox
Last synced: 3 months ago
JSON representation
Sandbox hub separates sandbox UI (angular app) from backend methods. This plugin will enable apps to include sandbox UI while committing data to the same
- Host: GitHub
- URL: https://github.com/atlasoflivingaustralia/sandbox-hub
- Owner: AtlasOfLivingAustralia
- Created: 2016-08-29T06:50:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T05:58:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T12:13:37.129Z (4 months ago)
- Topics: ala-product-sandbox
- Language: Groovy
- Size: 178 KB
- Stars: 0
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sandbox-hub
Sandbox hub separates sandbox UI (angular app) from backend methods. This plugin will enable apps to include sandbox UI while committing data on a different server.## Getting started
The easiest way to get started is add **collectory-hub** as a plugin in BuildConfig.groovy. Any functionality that you wish to alter, is achieved by creating a copy of the groovy/GSP/JS/CSS/i18n file of interest, from **collectory-hub** and placing it in your client app, so that it overrides the plugin version.E.g. to change the header and footer, create a copy of the file `https://github.com/AtlasOfLivingAustralia/ala-bootstrap3/blob/grails3/grails-app/views/layouts/main.gsp` (calling it generic.gsp) and then edit the configuration file to point to this new GSP file: `grails-app/conf/application.groovy` - set `skin.layout = 'generic'`.
A full list of the configuration settings (and their default values) are found in `grails-app/views/_configjs.gsp`.