Skip to content

kristebo/AukeGTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AukeGTS - How to run

  1. build and run auke-service.jar by command: java -jar auke-service.jar server src/main/resources/app-config.yaml Notes: after services start we can test send Http request by browser e.g: localhost:8888/feed/get-feed

  2. Package auke-web to war file and copy into tomcat

  3. Make folder ROOT in webapp (e.g: webapp/ROOT) and make symbolic link by command a. cd webapp/ROOT b. open cmD by administrator and run command mklink /D auke-js D:\pathtoyourrepo\AukeGTS\auke-js

Optional for step 3 we can install apache or any http server then host auke-js

  1. Go to browser type >> localhost:8080/drone and see result or goto joomla folder click demo.html (notes: Need corrected domain or ip link to js files)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • CSS 4.9%
  • Java 2.9%
  • Other 0.2%