DarkNode: Remove Madeira and Funchal references for location-agnostic design
Removed all Funchal and Madeira references from: - governance, logistics, commerce, housing, mobility, workforce - architecture, PRD, roadmap, deployment, README - config files (node.yml, mesh.yml, profiles.yml, bitcoin.yml) - scripts/deploy.sh - docs/BUSINESS_ONBOARDING.md, docs/MOBILITY_PLAN.md Renamed docs/FUNCHAL_SERVICE_MAP.md to docs/SERVICE_MAP.md DarkNode is now location-agnostic - works for any town/city
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# NodeZero Funchal - Deployment Script
|
||||
# Deploys the mesh network nodes, services, and governance to Funchal
|
||||
# NodeZero - Deployment Script
|
||||
# Deploys the mesh network nodes, services, and governance to
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
@@ -118,7 +118,7 @@ deploy_governance() {
|
||||
# Main deployment flow
|
||||
main() {
|
||||
log "=========================================="
|
||||
log " NodeZero Funchal Deployment"
|
||||
log " NodeZero Deployment"
|
||||
log "=========================================="
|
||||
log ""
|
||||
check_requirements
|
||||
@@ -132,7 +132,7 @@ main() {
|
||||
log ""
|
||||
log "=========================================="
|
||||
log " Deployment Complete!"
|
||||
log " NodeZero Funchal is LIVE! (June 2026)"
|
||||
log " NodeZero is LIVE! (June 2026)"
|
||||
log "=========================================="
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user