bgrrtt / spacecraft
DevOps Infrastructure for CraftCMS.
Fund package maintenance!
bgrrtt
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- craftcms/cms: ^3.0.0-beta.23
- roave/security-advisories: dev-master
Requires (Dev)
- bgrrtt/ansible-roles: dev-master
This package is auto-updated.
Last update: 2024-10-26 13:53:13 UTC
README
███████╗ ██████╗ █████╗ ██████╗ ███████╗ ██████╗ ██████╗ █████╗ ███████╗ ████████╗
██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ██╔════╝ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝
███████╗ ██████╔╝ ███████║ ██║ █████╗ ██║ ██████╔╝ ███████║ █████╗ ██║
╚════██║ ██╔═══╝ ██╔══██║ ██║ ██╔══╝ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║
███████║ ██║ ██║ ██║ ╚██████╗ ███████╗ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║
╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
DevOps for Craft CMS 🚀
A project-based, host-agnostic, and version-controlled development environment that builds and operates cloud-based production environments. Our homesteads may be different, so let's go to SPACE together!
Installation
brew install php71 composer
brew cask install vagrant virtualbox
composer create-project bgrrtt/spacecraft
&&cd spacecraft
vagrant up
&&vagrant ssh
- Visit http://spacecraft.dev/admin/install to complete the setup.
Follow this walkthrough to build and command your own SpaceCraft cloud infrastructure.
Welcome to Space!
Roadmap
- Smaller Infrastructure Options (VPC vs. VPS)
- Container Architecture Options with Docker
- FPM Static Page Caching
- Webpack Frontend System
- Template Pattern Lab
- Progressive Web Application Options
- Auto Install Craft CMS
- Preview Environment
- Continuous Integration Flow
- Test all the things with CircleCI
- Expand providers to Digital Ocean, Vultr, Google Cloud, Azure, Openstack, and Rackspace
- Guest CLI for ansible-playbooks and options
- Host CLI to manage local SpaceCrafts
Looking for contributors! Please submit an issue or pull request or find me on the Craft Slack.
Acknowledgements
Thanks to @pixelandtonic and @khalwat for their industry and influence.
Thanks to @geerlingguy for Ansible for DevOps, his Ansible Galaxy Roles, and Drupal VM.