I have a Droplet that I’ve installed CentOS on. I have a website I’ve built using Express (Node.js web framework). I am having the hardest time figuring out how to upload the web app to my VPS and assigning it to my domain.
I have followed the tutorial: To Install Node.js on the CentOS 7 Server
Can anyone give me some instructions on how to do this, or point me to a tutorial that shows me how to do it?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @tech1002985:
I have successfully pointed my domain name to Digital Ocean’s name servers and can ping the domain! It hits my droplets IP address and all is looking good. I still have to upload my Node.js Express.js app to my server though.
See How to Transfer Domain Name to Digital Ocean Nameservers
I have successfully pointed my domain name to Digital Ocean’s name servers and can ping the domain! It hits my droplets IP address and all is looking good. I still have to upload my Node.js Express.js app to my server though.
See How to Transfer Domain Name to Digital Ocean Nameservers
See specific steps to change your hosts nameservers
I am getting very close to figuring out how to do this. I have completed all the setup tutorials and Git tutorials and am now looking at FTP and this post. If anyone could help me figure out how to do this that would be great!