-
Notifications
You must be signed in to change notification settings - Fork 8
Configure using nuxeo studio
WARNING not available until all template overrides are removed, see #82
Ask for a Nuxeo Connect trial account, or subscribe to a paid one, at http://www.nuxeo.com/en/products/studio .
- Nuxeo Studio login or tool
- Documentation
- register your Nuxeo instance : in your Nuxeo's install wizard or in Admin > Connect ; see doc
- hot (re)deploy configuration : in your Nuxeo instance, go to Admin > Update > Studio , see doc
Then got to Nuxeo Studio, use it to configure Nuxeo, and from time to time update your Nuxeo instance's configuration to see changes.
Samples for everything that can be done (models, rights, views...) are provided in the default Content Automation project.
When you add a button, implementation of its action can be visually designed as a Content Automation Operation Chain. See HelloWorld default sample or Content Automation bulk export. Content Automation allows for Operations doing
- query, download, structured content manipulation
- script
- events (log in audit, send, handler)
-
packaging : your Nuxeo Studio configuration is provided as a maven artifact in repository or as download. If you already develop on the Nuxeo platforme, you can therefore easily integrate it in your own releases. See http://doc.nuxeo.com/pages/viewpage.action?pageId=4685865
-
i18n : upload messages_FR.properties to Resources > i18n , see doc