© 2023 Hashnode
#digitalocean
Follow the steps. Point the IP address now in the direction of the hosting domain. Configure the WordPress in droplets. $ ssh root@167.172.48. Import WEBSITE in the droplet. Con…
Imagine cloud computing as a giant toolbox, full of ways to connect to different services via the internet. This makes it a pretty smart choice for folks looking to set up and run a process that conti…
Welcome to Coding Adda In this blog, we are going to talk about what is something called a Diagram as code. This might be something you might think "Oh!!, How come with writing some lines of code, we …
Introduction In the world of business, churn is a critical metric that measures customer attrition or the rate at which customers stop doing business with a company. High churn rates can be a signific…
SSH is the best way to connect to your remote servers. Most of the time, you would make use of PuTTy to connect to the servers, preconfiguring the path to your ssh key along with the username and IP. …
A real-time chat app was long overdue on my project list so finally I decided to see it through. I deployed the frontend on vercel and the backend on Digital Ocean. In this journey, I learned about so…
The deployment process continues with this second step being deploying the socket server built using NodeJs onto Digital Ocean. The NodeJs socket server which is a very important part of the project i…
Odoo, previously known as OpenERP, is one of the earlier open-source ERP systems launched in 2008 by Belgian software programmer Fabien Pinckaers. Fabien started developing an ERP system, TinyERP, bas…
To deploy node.js project, at the very first you have to buy a droplet or an instance on the digital ocean and make non-root user, below i have shared some screenshots of buying a droplet and creating a non-root user. In above screenshot, …
Jenkins is an open-source automation server that can be used to automate various tasks like building, testing, and deploying software. DigitalOcean is a cloud hosting platform that provides a simple a…