60 lines
1.3 KiB
Markdown
60 lines
1.3 KiB
Markdown
|
|
---
|
||
|
|
---
|
||
|
|
|
||
|
|
## Getting Started: Quick Start
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bash
|
||
|
|
# 1. Install (5 minutes)
|
||
|
|
provisioning-installer --headless --mode solo --yes
|
||
|
|
|
||
|
|
# 2. Workspace setup (5 minutes)
|
||
|
|
provisioning workspace init myproject
|
||
|
|
|
||
|
|
# 3. First infrastructure (10 minutes)
|
||
|
|
provisioning guide from-scratch
|
||
|
|
|
||
|
|
# Total: 20 minutes to first deployment
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Resources & Documentation
|
||
|
|
|
||
|
|
**Documentation**
|
||
|
|
|
||
|
|
- <https://github.com/anthropics/provisioning/docs>
|
||
|
|
- Interactive guides: `provisioning guide list`
|
||
|
|
- API reference: `provisioning help`
|
||
|
|
|
||
|
|
**Community**
|
||
|
|
|
||
|
|
- GitHub: <https://github.com/anthropics/provisioning>
|
||
|
|
- Issues/Discussions: GitHub Discussions
|
||
|
|
- Examples: `provisioning/examples/`
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Key Takeaways
|
||
|
|
|
||
|
|
1. **Provisioning solves what Terraform/Ansible can't**: Business logic + Type safety + Performance
|
||
|
|
|
||
|
|
2. **Hybrid approach wins**: Rust for speed + Nushell for flexibility
|
||
|
|
|
||
|
|
3. **Enterprise-grade security built-in**: Not an afterthought
|
||
|
|
|
||
|
|
4. **Multi-cloud is native**: Not bolted on
|
||
|
|
|
||
|
|
5. **Developer experience matters**: Guides, shortcuts, interactive help
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Questions?
|
||
|
|
|
||
|
|
<img src="/provisioning-logo.svg" alt="Provisioning Logo" class="w-24 mx-auto mt-8" />
|
||
|
|
|
||
|
|
**Resources:**
|
||
|
|
|
||
|
|
- Repository: <https://github.com/anthropics/provisioning>
|
||
|
|
- Documentation: <https://provisioning.io/docs>
|
||
|
|
- Examples: github.com/anthropics/provisioning/examples
|