Comment on PRISM - a self-hosted OSINT platform with a real-time dashboard
irmadlad@lemmy.world 6 days ago Sorry I’m so green, gotta start somewhere!
We all started at green. No shame.
So, yes OP is using Docker. Once you install Docker on your server, you ‘spin up’ the docker container using the Docker compose file:
github.com/NovaCode37/…/docker-compose.yml
…and the associated .env file that houses all your environmental variables:
ArcaneSlime@lemmy.dbzer0.com 6 days ago
Awesome, thank you for the help/info! This seems like a good first step, I’ll try it out!
Give it a go man. What’s the worst that can happen? …you have to drop back and do some studyin’. That’s pretty much how I learn. Read, Do, Fuck it up ad nauseam until it clicks, then I write that shit down.
ArcaneSlime@lemmy.dbzer0.com 6 days ago
Same here lol, I will for sure!
FauxLiving@lemmy.world 5 days ago
Putting yourself into the position of trying to solve a practical problem is the best way to learn.
If you fail completely, you can always restore your system and try again (you have a backup, right?)