|
|
|
|
|
by tbabej
1748 days ago
|
|
It is worth noting that setting up a local demo with their docker-compose based script is roughly 30s of work: mkdir listmonk-demo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-demo.sh)"
This will setup a local server on localhost:9000.That said, I would personally recommend inspecting the bash script first before running it. The script in this case is not malicious, but it's a good habit to have. |
|
I guess I'm just an old fuddy-duddy, and if you feel it's OK, knock yourself out. But I really think software developers should know better than to rely on this practice simply because it makes their install process into a one-liner. I'm sure they could do better than recommending users execute random scripts from the intarwebs, sight-unseen.