Skip to content

Alveo/alveo.edu.au

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alveo website

This repo is for the public Alveo website, powered by WordPress and deployed using Dokku.

Upgrading WordPress

  • Merge WordPress upstream tag into master (resolving conflicts as required)
  • git push dokku master

In the event of deployment problems, ensure Dokku & Herokuish are up-to-date on the server and also check whether the version of heroku-buildpack-php specified in .buildpacks needs to be bumped.

Persistent Storage

Wordpress stores uploaded content in wp-content/uploads, we use persistent storage to keep this outside of the container.

dokku storage:mount alveowordpress /var/lib/dokku/data/storage/alveowp-uploads:/app/wp-content/uploads