These instructions should be updated to reflect the current state of the project.
Template repository for Savantly Wordpress Enterprise hosting
Savantly provide a container based Wordpress hosting solution that is designed to be scalable, secure and easy to manage.
This repository is a template for creating a custom Wordpress hosting solution that can be deployed to the Savantly platform.
Feel free to fork this repository and customize it to your needs.
Contact us at Savantly for more information.
Start up the local development environment with the following command:
make dev
- Clone the repository
- Replace the
IMAGE_NAMEvariable in theMakefilewith your own value - Do
make pushto build and push the image to the repository
- Do
make releaseto create a new release tag and push it to the repository and increment the version number
- Do
make downloadto download the plugins and themes from the pod
- Enable GitHub Actions in the repository, by removing the
.in the file names in the.github/workflowsdirectory - Replace the variables in the GitHub Actions workflow file
.github/workflows/main.ymlwith your own values - Replace the variables in the GitHub Actions workflow file
.github/workflows/release.ymlwith your own values