mirror of
https://github.com/zonemaster/zonemaster-gui.git
synced 2025-11-22 16:31:04 +01:00
1.7 KiB
1.7 KiB
Migrating from the Old Zonemaster GUI
The old Zonemaster GUI was similar to the current quick install option, which means there is no complex migration path required.
Migration Overview
Since the old GUI functioned similarly to a static deployment, you can simply replace it with the new GUI by following the standard installation process. Choose the installation method that best fits your needs:
- Quick install - For simple deployments with basic configuration
- Full customization - For deployments requiring theming or advanced customization
Migrating Your Configuration
If you had customized configuration in the old GUI, you can migrate these settings to the new GUI's static/config.json file.
All previous configuration options may not be available in the new GUI.
Refer to CONFIG.md#staticconfigjson for information on how to configure the new GUI's runtime settings, including message banners.
Installation Steps
- Choose your installation method from INSTALL.md
- Follow the installation instructions for your chosen method
- Configure your web server (Apache or Nginx) using the provided example configurations
- If you had custom configuration, update the
static/config.jsonfile accordingly - Test your new installation to ensure it works as expected
Need Help?
For detailed configuration options, see:
- CONFIG.md - Complete configuration guide
- THEMING.md - Theming and customization guide
- INSTALL.md - Installation instructions