Chapter 0

Setup and Requirements

Before we get started, it's important to make sure that your environment is properly setup to work on this tutorial.

Setup ServoyCloud

To start creating applications, you must first register for a free ServoyCloud account and then create your namespace. Without a namespace, you cannot create, manage, or deploy applications to the cloud.

Create a ServoyCloud account

The first step is to register for your free ServoyCloud account. After you register and confirm your email address, you can log into ServoyCloud to continue.

Create a namespace

Log into the Cloud Control Center and from the home page, click on the button Start Cloud Setup.

See namespace setup instructions here or follow the on-screen instructions.

After setting up your namespace, proceed with installing the developer and checking out your application.

Namespace setup may take a few minutes.

Install Servoy Developer

It's recommended that you download and install the latest version of Servoy Developer.

If you have an existing copy of Servoy Developer that you want to use, be sure to switch into an empty workspace. This will ensure that you don't corrupt your tutorial with files from an existing project.

Log in using Servoy Developer

Once you have downloaded and opened Servoy Developer, use the Servoy Cloud Control Center credentials to log in.

Select Servoy Cloud Application

After successful sign-in, a dialog box will appear prompting you to select your application.

After making your selection, the source code will be automatically checked out into your local workspace.

If the dialog does not show, switch into an empty workspace. This will ensure that you don't corrupt your tutorial with files from an existing project.

Include Example Data

The subsequent chapters of this guide rely on the example database that should have been installed by default during the installation process. If for some reason, you do not have the example database, then you must reinstall Servoy Developer and be sure to include example data.

To confirm that you have the example database, look at the Database Servers node in your Solution Explorer panel. You should see a database called example_data.

Excellent! Now you are ready to begin adding features to your first solution.

Last updated