Here's what you can expect to see once your application is built out...
In the Workspace tab, here are some page elements you should be aware of...
Menu selections may vary depending on the version of DevPanel you're on and depending on your level of access.
If you are on a "Testing Cluster," then your application will automatically be deleted after (n) hours.
You can also "PAUSE" or suspend applications to save system resources.
Update Config button rebuilds the container configurations. This is useful if you want to allocate more memory to your application.
Unlike the previous screenshot with the Drupal application, this one illustrates a Wordpress application, and the "Admin account" credentials are missing: they are to be selected manually during Wordpress setup.
Contains direct links to the pages of your git provider
Use the "Logs" tab for looking at the logs of your application.
Standard devpanel applications usually run in two docker containers: PHP and Nginx. You can select the logs of the container you need by selecting log type, marked (1) on the screenshot.
Application logs are produced by working applications and are different from the logs produced when creating those applications or performing various operations on them. These logs can be opened using the link marked (2) under the "Activities" section on the right of the page.
Add explanation
Use this tab to lock the application by enabling HTTP auth. This can be used, for example, to prevent public access to a site under construction. An attempt to open such a site will make the browser ask for username and password.
The change will not take effect until "Update application" is clicked.
When the site is ready for public access, turn off the lock switch marked (1) and do not forget to click on "Update application" (4) again.
In order to delete the application, select "Danger zone", type the branch name to be undeployed and click on "Delete Application".
For safety reasons, you are required to type the branch name manually to prevent accidental deletion.
The deletion process can take more the one minute.