👋 Welcome! Thanks for your interest in Curiefense. This learning platform will allow you to explore what Curiefense can do without needing to install anything. 🥳
In this lesson we will cover the basics:
- Deployment
- Curiefense Management UI
- Access Log
- Grafana Dashboards
- Traffic Overview Dashboard
- Top Activities Dashboard
See you at the finish line. 🏁
You Completed Getting Started 🎉
Congrats on completing your first assignment! 🙌 Want some extra credit? Thought so. Now that you have the basics down, why not try installing Curiefense locally?
Before you go, please note that we are a young project and we're looking for new community members.
Join the discussions:
P.S. so we know how we are doing, please rate (1-5 stars) this scenario/lesson up above 👆

Steps
Getting Started
Step 1
Deploy Curiefense
To speed things up we already grabbed the latest code from GitHub
git clone https://github.com/curiefense/curiefense.git
Now run docker-compose
(click below ⤵️)
cd curiefense/deploy/compose/ && docker-compose up
Congrats, you now have Curiefense running! Lets continue to Step 2.