https://github.com/ddev/test-backdrop
This is for DDEV testing of backdrop only
https://github.com/ddev/test-backdrop
Last synced: about 1 year ago
JSON representation
This is for DDEV testing of backdrop only
- Host: GitHub
- URL: https://github.com/ddev/test-backdrop
- Owner: ddev
- License: gpl-2.0
- Created: 2024-12-29T16:28:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T16:42:15.000Z (over 1 year ago)
- Last Synced: 2025-06-09T19:57:40.342Z (about 1 year ago)
- Language: PHP
- Size: 9.92 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a test repository for DDEV automated testing.
* Update base contents of this repo with a downloaded Backdrop release zipfile
* `ddev config --auto` and `ddev launch` and do installation
* `ddev export-db --file=db.sql.gz` to get database dump
* `gunzip -k db.sql.gz && tar -czf db.sql.tar.gz db.sql` to create tarball of database
* `cd files && tar -czf ../files.tgz .` to create files tarball
* Create a release with the db.sql.gz, db.sql.tar.gz and files.tgz