Make your life easier in Liferay QA
This script is a menu based terminal program to accomplish many of the repetative tasks we do in Liferay QA.
- Download the qa.sh script or clone this repository
- Open the qa.sh file in your text editor of choice
- Set all the variables at the top of the file to your enviroment (file paths, database names, etc)
- Run the script with the command:
./qa.sh
- Linux Users: you may need to run
chmod +x qa.sh
to make it executable first - Windows Users: you will have to run this file from GitBash (or Cgywin)