digitalunited/hausrock

A modern WordPress stack

Installs: 162

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 1 163

Type:project

1.3.62 2018-09-14 07:30 UTC

README

  1. Run composer create-project digitalunited/hausrock domain.se to just get a new copy of Hausrock locally.
  2. Run setup.sh located in the root of the project and follow the instructions.
  3. Edit deploy.rb located in the config folder of the project.

Deploy

Deploy to staging bundle exec cap staging deploy

Deploy to production bundle exec cap production deploy

Pull uploads from staging bundle exec cap staging wpcli:uploads:rsync:pull

Pull uploads from production bundle exec cap production wpcli:uploads:rsync:pull

Push uploads to staging bundle exec cap staging wpcli:uploads:rsync:push

Push uploads to production bundle exec cap production wpcli:uploads:rsync:push

Pull database from staging Run db-pull-staging.sh located in the project root

Pull database from production Run db-pull-production.sh located in the project root

Push database to staging Run db-push-staging.sh located in the project root

Push database to production Run db-push-production.sh located in the project root