Over the next few posts, I will explain how to develop apps using Rimotte. In Limotte, users are divided into three types: administrator, user, and developer, but this article is for developers. For information for administrators and users, refer to the User Guide on the Rimotte homepage or another post on Qiita below.
With the slogan "Everyone is fun and easy," Limotte makes systems such as IoT, AI, and automation as easy as installing and using what the general public likes from the app store on smartphones and tablets. The goal is to be able to build. Therefore, the user interface for users and developers who want to use it more advanced is hidden by default, and more detailed functions can be displayed only when the developer is registered.
If you register as a developer from the management tool, you can use the following functions. Create new apps and components, edit information, save files, version control Addition / registration of program files and data files Source code editor Use of debug screen Defining / editing optional variables Multilingual
The Limotte app is written in the Python language, but the code editor and console used for debugging are also provided on the same browser screen as the management tool, so it is easy to work with.
To register as a developer, first open the menu of the management tool and select [Developer mode]. When the developer license agreement is displayed, check the contents and proceed to the next step if there are no problems. Enter the information of the person to register as a developer. When the developer registration is completed, the [New] menu will be displayed at the top of the application list screen.
This time up to the point of registering as a developer. Next time Let's take a look at the functions that are displayed only in developer mode.
Recommended Posts