Web Hosting

How to Manage your Web Hosting Products

JavaScript Hosting

Setup your Nodejs application

How to use Git Version Control to upload files on cPanel

You can upload your files into your cPanel from your Github/Bitbucket/Gitlab Repo . Follow the steps stated to successfully get your files  from Repo to your cPanel Login to your hosting account using your username and password Under the Files sec...

Accessing Terminal on cPanel

Terminal access/ SSH access allows you to access your hosting account and makes it possible to run Linux commands, this comes in very handy for developers in the course of building, setting up, and deploying their applications. You can access SSH ...

How to deploy Vue.Js App

Log into your cPanel and clicking on the file manager option, this will take you to the home directory eg:  /home/yourusername  Web files are stored in the public_html directory, to deploy your application, you will need to upload your application...

How to deploy your React.js app

To deploy your react.js app, you will need to log into your Cpanel and upload web files are stored in the public_html directory. You will need to upload your application files in a subfolder under public_html because application files are not all...

How to setup my NodeJs App

PART 1: Create Application on cPanel. Request for Jailed SSH access Upload through file manager or FTP into public_html On your cPanel dashboard, click on Setup Nodejs App and click on Create Application Select the Nodejs version best compatible w...

How to use Git on cPanel via SSH

You can also access your Git Repo  via SSH on cPanel Login to your hosting account using your username and password. Under the advanced section, click on the "Terminal" On the terminal screen, change your working directory to the location where yo...