https://pulumi.com logo
t

thankful-lamp-48382

06/19/2019, 1:59 PM
Hello guys! Pulumi looks really interesting! I need some simpler example to get started, something like create Droplet, upload some node.js app to it and execute npm install & npm run start on that Droplet, can also be for Linode
b

broad-dog-22463

06/19/2019, 2:01 PM
Hey @thankful-lamp-48382 so pulumi doesn't support "provisioners" by default but you would be able to create your own on them using this tutorial that extends the Custom Resource
👍 1
o

orange-magician-40317

06/19/2019, 2:04 PM
There are providers like this one for Linode: https://github.com/pulumi/pulumi-linode Here's an example of using the provider to spin up a simple JS webserver: https://github.com/pulumi/examples/tree/master/linode-js-webserver Note you'd want to have linode-cli installed to execute the SSH command: https://www.linode.com/docs/platform/api/using-the-linode-cli/
👍 1
t

thankful-lamp-48382

06/19/2019, 2:19 PM
Ok, thanks my friends, I think I will be able to understand and use it now 🙂
👍 1