Can I see the actual Linode 1-click script that I'm using?
Is there anyway to get a copy of the Linode's one-click script to see exactly whats going on indetail and also to be able to to modify it for my own use in the future? thanks and sorry if this has been asked before.
3 Replies
Hi @swabler! Yes, you can take a look at the script used for a given One-Click App from within the Cloud Manager. For example, here's the one for our WordPress One-Click App
https://cloud.linode.com/stackscripts/401697
This post has a list of the StackScripts used for many of our One-Click Apps, and a command to run with our CLI to find a specific one:
https://www.linode.com/community/questions/18509/how-can-i-deploy-1-click-apps-from-the-cli
If you want to make your own script, we have a guide on StackScripts here:
https://www.linode.com/docs/platform/stackscripts/
There's guide on our CLI here, for reference: