You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Linux VM: The user will create a blank Linux VM image and enable SSL based on the configuration provided by their cloud provider. They will assign a static IP and map it to the domain DNS, including subdomains.
Pull the repository: The user will pull the repository and run the setup script. This script will install all necessary dependencies and configurations.
Script execution: Once the script is executed, it will create an endpoint that allows access to the Streamlit app's GUI through Nginx (referred to as Nginx-1).
GUI interaction: From the GUI interface, the user will execute a second script. This will generate code for the backend, frontend, and Node-RED.
Server startup: Afterward, the user will start the server. During this process, the system will build the Dockerfile, run it in a Docker container, and map the app to another Nginx instance (referred to as Nginx-2).
Accessing the web app: Once the server is up and running, the user can access the web app directly via the mapped subdomain.
The text was updated successfully, but these errors were encountered:
Create a Linux VM: The user will create a blank Linux VM image and enable SSL based on the configuration provided by their cloud provider. They will assign a static IP and map it to the domain DNS, including subdomains.
Pull the repository: The user will pull the repository and run the setup script. This script will install all necessary dependencies and configurations.
Script execution: Once the script is executed, it will create an endpoint that allows access to the Streamlit app's GUI through Nginx (referred to as Nginx-1).
GUI interaction: From the GUI interface, the user will execute a second script. This will generate code for the backend, frontend, and Node-RED.
Server startup: Afterward, the user will start the server. During this process, the system will build the Dockerfile, run it in a Docker container, and map the app to another Nginx instance (referred to as Nginx-2).
Accessing the web app: Once the server is up and running, the user can access the web app directly via the mapped subdomain.
The text was updated successfully, but these errors were encountered: