Georg Fischer WMS Dokumentation - Bereitstellungs-Checkliste

Vollständige Anleitung für die Bereitstellung der WMS-Dokumentationswebsite in die Produktion.

Vor-Bereitstellungs-Überprüfung ✅

Inhaltsvalidierung ✅

Technical Requirements ✅

Quality Assurance ✅

Deployment Steps

1. Pre-Deployment Tasks

# Install Jekyll dependencies
bundle install

# Build the site
bundle exec jekyll build

# Test locally
bundle exec jekyll serve
# Visit http://localhost:4000 to verify

2. Configuration Updates

Update _config.yml with production values:

# Update these values for production
url: "https://your-production-url.com"
baseurl: "/path-if-needed"

3. Asset Verification

Ensure these directories contain required files:

  • /downloads/ - Software and document downloads
  • /videos/ - Training videos (if referenced)
  • /tools/ - Online tools (if referenced)

4. External Dependencies

Verify these external resources:

  • Font Awesome icons (CDN or local)
  • Google Fonts (if used)
  • Any JavaScript libraries

5. Security Considerations

6. Performance Optimization

7. Backup and Version Control

8. Post-Deployment Testing

9. Monitoring Setup

10. Communication

Rollback Plan

In case of issues:

  1. Keep previous version backup accessible
  2. Document rollback procedure
  3. Test rollback process
  4. Maintain version control tags

Support Contacts for Deployment

Technical Lead: Erick Hernandez Zenil (erick.hernandez.zenil@georgfischer.com)

IT Support: +41 81 770 5678

Emergency: +41 81 770 9999

Final Verification

Note: This checklist should be reviewed and customized based on your specific deployment environment and requirements.