DC2060 Team Project
Tech Stack:
Tools Used:
Installation:
Install Apache Maven as per the instructions at the address listed (you can test it is correctly installed by opening CMD and running the command 'mvn -version' (example output:
D:\Development\Aston\DC2060\DC2060\reachout>mvn -version Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T20:00:29+01:00) Maven home: C:\Users\John\apache-maven-3.6.1\bin.. Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_212\jre Default locale: en_GB, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" )
Install XAMMP
Install MySQL Workbench (optional)
Install whatever IDE you are happy with for Java development
== Database ==
== Compilation ==
(example output: D:\Development\Aston\DC2060\DC2060\reachout>dir <-- executing 'dir' to show you where I am in my directory and what files I can see'
Volume in drive D has no label.
Volume Serial Number is 1800-472A
Directory of D:\Development\Aston\DC2060\DC2060\reachout
29/03/2020 17:41 <DIR> .
29/03/2020 17:41 <DIR> ..
29/03/2020 17:40 1,366 .classpath
25/03/2020 01:05 40 .gitignore
29/03/2020 17:31 1,084 .project
24/03/2020 21:52 <DIR> .settings
29/03/2020 17:34 4,367 pom.xml
24/03/2020 21:24 <DIR> src
29/03/2020 17:41 <DIR> target
24/03/2020 21:53 <DIR> WebContent
4 File(s) 6,857 bytes
6 Dir(s) 380,064,186,368 bytes free
D:\Development\Aston\DC2060\DC2060\reachout>mvn clean install -DskipTests <-- executing maven compile
....... BUNCH OF STUFF REMOVED FOR BREVITY .......
[INFO] --- maven-install-plugin:2.4:install (default-install) @ reachout ---
[INFO] Installing D:\Development\Aston\DC2060\DC2060\reachout\target\ReachOut.war to C:\Users\John\.m2\repository\com\aston\dc2060\reachout\0.0.1-SNAPSHOT\reachout-0.0.1-SNAPSHOT.war
[INFO] Installing D:\Development\Aston\DC2060\DC2060\reachout\pom.xml to C:\Users\John\.m2\repository\com\aston\dc2060\reachout\0.0.1-SNAPSHOT\reachout-0.0.1-SNAPSHOT.pom
[INFO] Installing D:\Development\Aston\DC2060\DC2060\reachout\target\ReachOut-classes.jar to C:\Users\John\.m2\repository\com\aston\dc2060\reachout\0.0.1-SNAPSHOT\reachout-0.0.1-SNAPSHOT-classes.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.599 s
[INFO] Finished at: 2020-03-29T17:53:31+01:00
[INFO] ------------------------------------------------------------------------
)
== Deployment ==
== Misc ==
== Development ==