Skip to content

tharindulucky/premium-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Wordpress on Heroku

This is where changes to your Wordpress site are made. Changes committed to this directory will overwrite all the vendor defaults.

Generally, you'll be interested in adding plugins, adding themes, and modifying wordpress.conf.erb.

└── config                # Config files
    ├── public            # Public directory
    │   └── wp-content    # Themes & plugins
    │       ├── plugins
    │       └── themes
    └── vendor            # Config files for vendored apps
        ├── nginx
        │   └── conf      # nginx.conf + wordpress.conf.erb
        └── php           # php.ini
            └── etc       # php-fpm.conf

For everything you ever wanted to know about running Wordpress on Heroku, check out my heroku-buildpack-wordpress.

About

Wordpress on Heroku. Runs on top of Nginx, PHP, and MySQL. Pretty magical

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 57.2%
  • CSS 32.0%
  • JavaScript 10.3%
  • HTML 0.5%