nsacyber / WALKOFF-Apps

WALKOFF-enabled applications. #nsacyber
https://nsacyber.github.io/WALKOFF
Creative Commons Zero v1.0 Universal
142 stars 41 forks source link

FileUtilities app won't install #11

Closed astrohart closed 5 years ago

astrohart commented 5 years ago

I am trying to utilize the 'FileUtilities' app from this repo, without success. Did some preliminary troubleshooting, however, it is not obvious to me where the problem lies.

I followed the following steps (running on Ubuntu Desktop 18.04 LTS):

  1. I have WALKOFF installed in a Docker container under ~/demo/WALKOFF.
  2. I went into ~/demo and did a git clone of this repo
  3. Then did a cp -r WALKOFF-Apps/FileUtilities/ WALKOFF/apps/
  4. This made a duplicate of the FileUtilities dir under WALKOFF/apps/.
    • It's my understanding that this should 'install' the FileUtilities app
  5. I launched WALKOFF by going into the ~/demo/WALKOFF/k8s_manifests/dockerfiles/walkoff-combined dir and doing a sudo docker-compose up
  6. Once everything loaded, then I obtained the results as stated in the logfile attached: logfile.txt
  7. Then I launched my Firefox browser and typed http://localhost:8080.
    • The WALKOFF login screen was displayed.
  8. Then I clicked the New button on the toolbar and created a Playbook named Demo with a Workflow named Demo.
  9. As can be seen in the screenshot linked below, there is no grey box called FileUtilities in the left hand pane. https://i.imgur.com/fQaLRaZ.png I am a new WALKOFF user, and I am wondering why there is no grey box for the installed app. Thank you.
astrohart commented 5 years ago

Fixed.