Please enable JavaScript.
Coggle requires JavaScript to display documents.
CurrentOrganization - Coggle Diagram
CurrentOrganization
Bringing Up Local Dev
git clone repository
use build.sh in ar- folder
./gradlew --info --parallel -PangularTarget=dev -PgwtStyle=PRETTY -b build.gradle dev
copy the command in build.sh to start building
Build Process requires
Fails a couple of times for the first time in the machine
if it fails because of npm install
keep running it again
JDK 11
if it fails because of hadoop
create hadoop folder along with ar-
copy hadoop/bin from web and then keep it inside
https://stackoverflow.com/a/27394808
Files
Need logback.xml
to get rid of Debug and only show INFO
Install Apache TomCat
Update TomCat path
Use confluence page to replace TomCat conf files
Following files need change
conf/catalina.properties
conf/context.xml
conf/server.xml
conf/web.xml
Copy all files from SimpleTrade folder from dev team
conf\SimpleTrade\com\aravo\simpletrade
Run final command on powershell from ar- folder - .\runTomcat_debug.bat
This opens up a new command prompt window
and proceed to load up server
http://localhost:7001/
Explore Nu
https://www.nushell.sh/book/installation.html
E2E WorkFlow