Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
/ capes-docker Public archive

Cyber Analytics Platform and Examination System (CAPES) Project Page

License

Notifications You must be signed in to change notification settings

capesstack/capes-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4ad1ae · Feb 1, 2022
Mar 20, 2019
Aug 26, 2021
Feb 20, 2019
Mar 20, 2019
Feb 10, 2020
Feb 20, 2019
Oct 27, 2021
Jan 25, 2020
Oct 4, 2019
Feb 1, 2022
Sep 13, 2020
Apr 17, 2019
May 14, 2020

Repository files navigation

Containerized CAPES

This is the repo for containerized CAPES. This will replace the non-containerized version.

Requirements

  • Clean CentOS system

To deploy

sudo yum install -y git
git clone https://github.com/capesstack/capes-docker.git
cd capes-docker
sudo sh deploy_capes.sh

After deployment, you can go to https://[CAPES-ip] to view the services.

Passwords are written to ~/capes_credentials.txt in the event that they're needed.

Note the capes_credentials.txt file is written to the home directory of user 1000. If that isn't you, you'll need to adjust the deploy_capes.sh script.

Please see the documentation, especially the Post Installation Documentation.