Maintain consistent and separate installation paths for different build types to prevent conflicts and improve system organization. Use `/hab` directory for Habitat builds and `/opt/chef` for Omnibus installations.
Maintain consistent and separate installation paths for different build types to prevent conflicts and improve system organization. Use /hab
directory for Habitat builds and /opt/chef
for Omnibus installations.
Key guidelines:
/hab/
directory/opt/chef/
/hab/migration/
)Example directory structure:
# Habitat builds
/hab/
├── chef/
│ └── bin/
└── migration/
├── bin/
└── bundle/
# Omnibus installations
/opt/chef/
├── bin/
└── bundle/
This separation enables:
Enter the URL of a public GitHub repository