digitalunited / hausrock
A modern WordPress stack
Installs: 163
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1 172
Type:project
Requires
- php: >=5.5
- careofhaus/advanced-custom-fields-haus-icomoon-icon-picker: dev-master
- careofhaus/advanced-custom-fields-pro: *
- careofhaus/coh-responsive-images: dev-master
- careofhaus/gravityforms: *
- careofhaus/js_composer: *
- composer/installers: v1.0.12
- digitalunited/components: *
- digitalunited/vc-clean-up: *
- digitalunited/wordpress-clean-up: *
- johnpbloch/wordpress: *
- roots/soil: *
- roots/wp-stage-switcher: *
- stoutlogic/acf-builder: ^1.7
- vlucas/phpdotenv: 1.0.9
- wpackagist-plugin/advanced-custom-fields-nav-menu-field: *
- wpackagist-plugin/autodescription: *
- wpackagist-plugin/cms-tree-page-view: *
- wpackagist-plugin/disable-comments: *
- wpackagist-plugin/duracelltomi-google-tag-manager: *
- wpackagist-plugin/filenames-to-latin: *
- wpackagist-plugin/nginx-helper: *
- wpackagist-plugin/post-duplicator: *
- wpackagist-plugin/redirection: *
- wpackagist-plugin/sendgrid-email-delivery-simplified: *
- wpackagist-plugin/user-role-editor: *
- wpackagist-plugin/usersnap: *
- dev-master
- 1.3.62
- 1.3.61
- 1.3.60
- 1.3.59
- 1.3.58
- 1.3.57
- 1.3.56
- 1.3.55
- 1.3.54
- 1.3.53
- 1.3.52
- 1.3.51
- 1.3.50
- 1.3.49
- 1.3.48
- 1.3.47
- 1.3.46
- 1.3.45
- 1.3.44
- 1.3.43
- 1.3.42
- 1.3.41
- 1.3.40
- 1.3.39
- 1.3.38
- 1.3.37
- 1.3.36
- 1.3.35
- 1.3.34
- 1.3.33
- 1.3.32
- 1.3.31
- 1.3.30
- 1.3.29
- 1.3.28
- 1.3.27
- 1.3.26
- 1.3.25
- 1.3.24
- 1.3.23
- 1.3.22
- 1.3.21
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
This package is not auto-updated.
Last update: 2024-12-21 17:38:17 UTC
README
- Run
composer create-project digitalunited/hausrock domain.se
to just get a new copy of Hausrock locally. - Run
setup.sh
located in the root of the project and follow the instructions. - 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