web2project icon indicating copy to clipboard operation
web2project copied to clipboard

4.0-rc1 testing

Open caseysoftware opened this issue 7 months ago • 0 comments

Instructions for creating package:

  • on the command line, go into the root of the project
  • run composer install --dev to install all core and development packages
  • go into the unit_tests folder
  • run phing package using your paths. In my case, it's ../vendor/phing/phing/bin/phing package
  • the build script should create two files: web2project-master.zip and web2project-master.tar.gz
  • you should be able to extract either
  • enter their root directory and run composer install
  • and then start testing

The three use cases to test:

  • fresh install (easiest)
  • upgrade a previous version of web2project - probably need 3.2, 3.3, and 3.4
  • convert from dotproject - not sure which 2.x versions, open to suggestions

caseysoftware avatar Jan 14 '24 22:01 caseysoftware