Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lira/wordpress-heroku
A updated fork of https://github.com/PhilippHeuer/wordpress-heroku/
https://github.com/lira/wordpress-heroku
Last synced: 2 days ago
JSON representation
A updated fork of https://github.com/PhilippHeuer/wordpress-heroku/
- Host: GitHub
- URL: https://github.com/lira/wordpress-heroku
- Owner: lira
- License: mit
- Created: 2022-07-14T21:37:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T19:55:20.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:42:14.247Z (about 2 months ago)
- Language: PHP
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [WordPress](https://wordpress.org/) on [Heroku](http://heroku.com)
Project Information:
[![Build Status](https://travis-ci.org/PhilippHeuer/wordpress-heroku.svg?branch=master)](https://travis-ci.org/PhilippHeuer/wordpress-heroku)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ea24e1ba7dbf4845b94ddb23929b0fd1)](https://www.codacy.com/app/PhilippHeuer/wordpress-heroku?utm_source=github.com&utm_medium=referral&utm_content=PhilippHeuer/wordpress-heroku&utm_campaign=badger)
[![Dependency Status](https://www.versioneye.com/user/projects/588d26251618a700318eb016/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/588d26251618a700318eb016)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/PhilippHeuer/wordpress-heroku.svg)](http://isitmaintained.com/project/PhilippHeuer/wordpress-heroku "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/PhilippHeuer/wordpress-heroku.svg)](http://isitmaintained.com/project/PhilippHeuer/wordpress-heroku "Percentage of issues still open")Support:
[![Join the chat at https://gitter.im/wordpress-heroku/Lobby](https://badges.gitter.im/wordpress-heroku/Lobby.svg)](https://gitter.im/wordpress-heroku/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
--------
## About:
This project is a template for installing and running [WordPress](http://wordpress.org/) on [Heroku](http://www.heroku.com/).It is based on [Bedrock](https://roots.io/bedrock/), a modern WordPress stack that helps you to get started with the best development tools and a modern project structure.
All resources used in this project are free-of-charge. You can upgrade them post-deployment.
## Table of Contents
- [Getting Started](#gettingstarted)
- [Features](#features)
- [WIKI](https://github.com/PhilippHeuer/wordpress-heroku/wiki)
- [Changelog](./CHANGELOG.md)## Getting Started
#### Method 1: One-Click-Deployment (suggested for evaluation)[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
Using this button you can deploy a new instance of WordPress.
All required extensions (MySQL DB) will be deployed automatically.
This also works if you fork your own project to work on your site.#### Method 2: Deploy using Heroku CLI (suggested for customization)
Please check out the [deployment page](https://github.com/PhilippHeuer/wordpress-heroku/wiki/Deployment) in the wiki for a step-by-step guide.## Features
- [x] Better folder structure
- [x] Dependency management with [Composer](http://getcomposer.org)
- [x] Easy WordPress configuration with environment variables from Heroku
- [x] Autoloader for mu-plugins (use regular plugins as mu-plugins)
- [x] Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt))## Problems?
If you have problems using your instance of WordPress, you should check the [official documentation](https://codex.wordpress.org/).
If you discover an issue with the deployment process provided by *this repository*, then [open an issue here](https://github.com/PhilippHeuer/wordpress-heroku/issues/new).## License
Released under the [MIT license](./LICENSE).