The skeleton of the demo web project for CS480 has been modified for team HitorMiss
Project has been deployed to AWS cloud server and is currently running on this URL: http://ec2-52-53-166-213.us-west-1.compute.amazonaws.com/
This project is designed to let you practice the different aspects of software engineering, such as version control, design, tests, build, deployment, and maintenance. This project also uses Jenkins. Verifying jenkins automatic build+deployment...
- Install the latests Maven (http://maven.apache.org/download.cgi)
- Install the latest Eclipse (http://www.eclipse.org/)
- Make sure your Eclipse has Maven installed (It should have been included in the latest version of the Eclipse)
- File->Import->Maven->Existing Maven Projects
- Select the directory containing the pom.xml file
- Finish
- Right-click on the project root folder->Maven->Update Project
- Locate the App.java in src/main/java source folder and right-click on it->Run As->Java Application
- Verify the running process in your web browser by the following URLs: