Documentation • Getting Started
Cloud Engine is a developer-focused platform for managing WordPress VPS engines such as EasyEngine and WordOps. It is being built to centralize server provisioning, engine operations, and site lifecycle management behind a modern Laravel-based application.
https://devmasnaodev.github.io/cloud-engine-docs/
Warning
Early-stage project: Cloud Engine is still under active development and is not ready for production use. Use it only for testing, evaluation, and controlled environments.
This project uses DDEV as the local development environment.
- Install Docker.
- Install DDEV.
- Clone the repository.
- Start the DDEV environment:
ddev start
- Install project dependencies and bootstrap the app:
ddev composer run setup
- Start the development services:
ddev composer run dev
- Open the application:
ddev launch
ddev composer run dev:ssr
ddev artisan test
ddev exec npm run lint
ddev exec npm run typesProject documentation is maintained in a dedicated repository:
https://github.com/devmasnaodev/cloud-engine-docs
Use that repository for broader architecture notes, guides, and future operational documentation.
Contributions, feedback, and early testing are welcome. For now, prefer small, focused changes and keep development aligned with the current architecture and DDEV workflow.