Where to host your code to run systematically

Yes, when you use : "git clone <repository>" you have the working code files on your VPS that you can now execute.

https://www.katacoda.com/courses/git this website looks to be a good resource on how to work with Git.
Or use SCP to send the file to your VPS. Sorry the options are endless for syncing/sending files across machines.

replace the 0's with the IP of the VPS
Screenshot from 2020-01-24 23-13-37.png
 
Hey everyone,
I have code (R of course) that I have running on my PC. Every hour my PC wakes up and runs my .bat file which runs my .R script.

I don't like the idea of my computer continuously waking up. Some times I come home and my task scheduler ran the code past my end time (lets say 4pm EST).

What I would like is to host my .R script somewhere on the cloud and have that run every hour between 9am-5pm. I was advised to check out github.com/jhuckaby/Cronicle to complete this task. I am curious to know what you guys do to run your scripts continuously.

Thanks for your help.
Try www.mytradehost.com
 
Back
Top