Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 752 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 752 Bytes

liferay-qa-tool

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. Please contact Victor if you have any questions/feedback.

Please use the "win" branch if you are on a windows operating system.

How Does This Work?

  1. Download the qa.sh script or clone this repository
  2. Open the qa.sh file in your text editor of choice
  3. Set all the variables at the top of the file to your enviroment (file paths, database names, etc)
  4. 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)