Tutorials

Start Customizing the Nuxeo Platform

Updated: March 18, 2024

Welcome to the Nuxeo Developer Quick Start Guide!

This guide will show you how to start a Nuxeo project with a simple example using our tools, Nuxeo Studio and Nuxeo CLI. When people want to customize the Nuxeo Platform they usually start by doing the configuration and implementing the business model in Nuxeo Studio. Then they might use a Java development environment to implement new features server side. This Java development can be done with any Java editor. We will be using Nuxeo CLI, a command line interface tool dedicated to help developers with Nuxeo Platform, in this Quick Start Guide. It will guide you through the different steps of the process.

  • Starting your project in Nuxeo Studio by changing the logo and creating a Contract document type on your brand new Nuxeo Platform instance
  • Creating a new operation using Nuxeo CLI to calculate the contract renegociation date and leverage it in Nuxeo Studio

The purpose of this guide is not to provide an overview of all the features of Nuxeo Studio or Nuxeo CLI but to show you how to use these two tools to make your own Nuxeo project, so that you become operational quickly. However, you can take a look at the Studio documentation or Nuxeo CLI documentation at any time if you want more information about a feature of those environments.