[PYTHON] [Remotte Development] Switch from administrator mode to developer mode

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.

What can I do if I register as a developer?

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.

Register as a developer

To register as a developer, first open the menu of the management tool and select [Developer mode]. dev_menu.png When the developer license agreement is displayed, check the contents and proceed to the next step if there are no problems. dev_eula.png Enter the information of the person to register as a developer. dev_info.png When the developer registration is completed, the [New] menu will be displayed at the top of the application list screen. dev_app.png

Summary

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

[Remotte Development] Switch from administrator mode to developer mode
Switch from python2.7 to python3.6 (centos7)
Python to switch from another language
From 0 to Django development environment construction to basic operation
Sum from 1 to 10
App development to tweet in Python from Visual Studio 2017
Python development environment construction 2020 [From Python installation to poetry introduction]
How to switch to smartphone mode with Python + Selenium + Chrome