Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divio/getting-started-with-wordpress


https://github.com/divio/getting-started-with-wordpress

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Getting Started with WordPress

[![Deploy to Divio](https://docs.divio.com/deploy-to-divio.svg)](https://control.divio.com/app/new/?template_url=https://github.com/divio/getting-started-with-wordpress/archive/refs/heads/main.zip)

Welcome to our QuickStart template – your portal to swift application development and seamless local testing. Whether you're delving into WordPress for the first time or optimizing your workflow, our template, based on WordPress [Official Docker Image](https://hub.docker.com/_/wordpress), has got you covered.

## Cloud Setup

Create a [Divio Account](https://control.divio.com/) and choose **WordPress** 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.

For in-depth details about Divio Cloud, refer to the [Divio documentation](https://docs.divio.com/introduction/).

## Local Setup

Install the [Divio CLI](https://github.com/divio/divio-cli) to set up your app locally.

Alternatively, build this app locally using Docker:

1. Ensure [Docker](https://docs.docker.com/get-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.