{% load static %} Configure Surface
{% csrf_token %}

Configure the installation settings required by the system. This includes specifying the installation path and selecting whether to initialize using backup data.

{% if install_type == 'remote' %} {{ form.host }}
{{ form.remote_connect_password }} Show Password
{{ form.root_password }} Show Password
{% endif %} {{ form.surface_repo_path }} {{ form.surface_port }}
{{ form.with_data }}

Set up the administrative account and security configuration. Define the primary admin credentials (username, email, password) and generate a security key to secure system authentication and protect critical operations.

{{ form.admin }}
{{ form.admin_password }} Show Password
{{ form.admin_email }}
{{ form.surface_database_password }}
{{ form.surface_secret_key }}
{{ form.surface_encryption_key }}

Choose a country to load its default settings. The system will automatically fill in the topic hierarchy, timezone information, and location details. You may adjust only the latitude, longitude, and zoom level as required by clicking on the map.

{{ form.selected_country }}
{{ form.wis2box_topic_hierarchy }} {{ form.timezone_name }} {{ form.timezone_offset }}
Click to edit the map
{{ form.map_latitude }} {{ form.map_longitude }} {{ form.map_zoom }} {{ form.spatial_analysis_initial_latitude }} {{ form.spatial_analysis_initial_longitude }} {{ form.spatial_analysis_final_latitude }} {{ form.spatial_analysis_final_longitude }}

LRGS (Local Readout Ground Station) is a system that enables the reception of messages from satellite stations, which is crucial for receiving and processing weather data. By configuring LRGS in SURFACE, you can ensure seamless communication with satellite stations.

Note: Before enabling this option, it is recommended that you have an existing LRGS username and password.

{{ form.lrgs_user }}
{{ form.lrgs_password }} Show Password

If satisfied with the SURFACE configuration settings, click the 'Save Configuration' button to proceed. These values make up the production variables for this installation.

Note: Submission is not allow until all required options are completed. Fields beginning with are required and must be filled out!

Flag {{ APP_VERSION_LABEL }} Flag