By rxa7
Tutorial in https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-git-hooks-on-ubuntu-14-04 mentions to create the puma upstart script by running two wget commands in the production server (after changing directory to home “cd ~”:
1.- wget https://raw.githubusercontent.com/puma/puma/master/tools/jungle/upstart/puma-manager.conf
2.- wget https://raw.githubusercontent.com/puma/puma/master/tools/jungle/upstart/puma.conf
Both of them throw the 404: Not Found error.
Question is, what other options do I have to do this? or am I doing something wrong?
Full output is:
wget https://raw.githubusercontent.com/puma/puma/master/tools/jungle/upstart/puma-manager.conf
--2020-10-30 02:48:47-- https://raw.githubusercontent.com/puma/puma/master/tools/jungle/upstart/puma-manager.conf
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.188.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.188.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-10-30 02:48:47 ERROR 404: Not Found.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.