Explore the applications and tutorials for AI-SOAR in our document.
For a more interactive learning experience, check out our YouTube Playlist. This playlist features the following videos:
Setup Instructions: follow these steps to configure and run the application on your local machine.
- Change Directory - Navigate to the Shuffler directory, in terminal:
- cd Shuffler
- Configure Environment Variables - Create .env file and copy contents from .env.example. Must assign values to following fields:
- GATEWAY_URL
- Build Backend Docker Image - Construct the backend Docker image, in terminal:
- docker build -t csl-backend:latest /backend
- Build Frontend Docker Image - Construct the frontend Docker image, in terminal:
- docker build -t csl-frontend:latest /frontend
- Launch the Application - Deploy the application using Docker Compose, in terminal:
- docker compose up -d