Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.95 KB

File metadata and controls

69 lines (50 loc) · 1.95 KB

English | Português

Cloud Engine

DocumentationGetting 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.

Read the documentation

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.

Getting Started

This project uses DDEV as the local development environment.

Prerequisites

  1. Install Docker.
  2. Install DDEV.

Development setup

  1. Clone the repository.
  2. Start the DDEV environment:
    ddev start
  3. Install project dependencies and bootstrap the app:
    ddev composer run setup
  4. Start the development services:
    ddev composer run dev
  5. Open the application:
    ddev launch

Useful development commands

ddev composer run dev:ssr
ddev artisan test
ddev exec npm run lint
ddev exec npm run types

Documentation

Project 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.

Contributing

Contributions, feedback, and early testing are welcome. For now, prefer small, focused changes and keep development aligned with the current architecture and DDEV workflow.