web2project
web2project copied to clipboard
4.0-rc1 testing
Instructions for creating package:
- on the command line, go into the root of the project
- run
composer install --devto install all core and development packages - go into the
unit_testsfolder - run
phing packageusing your paths. In my case, it's../vendor/phing/phing/bin/phing package - the build script should create two files:
web2project-master.zipandweb2project-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