Skip to content

ddev/test-backdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a test repository for DDEV automated testing.

  • ddev config --project-type=backdrop and use the DDEV quickstart to install
  • mkdir -p .tarballs && ddev export-db --file=.tarballs/db.sql.gz to get database dump
  • pushd .tarballs; gunzip -k db.sql.gz && tar -czf db.sql.tar.gz db.sql; popd to create tarball of database
  • pushd files && tar -czf ../.tarballs/files.tgz .; popd to create files tarball
  • Create a release with the db.sql.gz, db.sql.tar.gz and files.tgz