Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.57 KB

Getting Started with Drupal

Deploy to Divio

Welcome to our QuickStart template – your portal to swift application development and seamless local testing. Whether you're delving into Drupal for the first time or optimizing your workflow, our template, based on Drupal's recommended-project, has got you covered.

Cloud Setup

Create a Divio Account and choose Drupal from the template selection when creating a new application. Alternatively, click the Deploy to Divio button above and follow the app creation wizard. Finally, deploy your app to the test or live environment.

If you get a "Gateway timeout error" after the "Configure site" step, navigate back to the root of the application and everything should be working.

For in-depth details about Divio Cloud, refer to the Divio documentation.

Local Setup

Install the Divio CLI to set up your app locally.

Alternatively, build this app locally using Docker:

  1. Ensure Docker is installed and running.
  2. Clone this repository locally.
  3. Build the app with docker compose build.
  4. Install dependencies using docker compose run --rm web composer install.
  5. Run the app using docker compose up.
  6. Open http://localhost:8000 to view your app.