Getting Started
After installing data and understanding the initial concepts, you can try entering the platform and see how it works in a special Sandbox tenant. This is a typical User Workspace for learning Data in a completely safe way. You can edit sources and see how the dynamic frontend and server engine changes on save.
The Sandbox tenant allows you to work safely in a special environment where both data and sources are isolated and available only to you. You can edit them without compromising the work of others. It doesn't require authentication, but you must define a username (avoid special characters) during its creation.
To enter the sandbox environment, connect to the Data installation (default: http://[IP/DNS]/WebUP
. es: https://kokoslab.smeup.com/WebUP
) and in "Free Login" enter using the following credentials:
User: <choose your username, no signup is required>
Password: <you can omit the password>
Environment: sandbox
After logging in, you can find out how the developer experience works by editing the first page you are shown. Click the "OPEN DEVELOPMENT ENVIRONMENT" button, go to the SCP_SCH/MUBASE.sch
source file and edit the chart component in position 2A
. Change the DSL statement ::G.SET.CHA Typ="Line"
to ::G.SET.CHA Typ="Bar"
. Return to the frontend application and reload the page. You will see that the chart line component is updated to a chart bar component.
This was just a simple update, you are now free to edit other sources and take advantage of the dynamic platform.