Sohag Hasannotes.sohag.pro·Oct 17, 2024AWS EC2 & cPanel (Part one)Disclaimer: This process can cost money. DO IT AT YOUR OWN RISK. Pre-check List cPanel account AWS Account (Credit Card required) System Requirement Operating system and versionProcessorRAMDisk Space Ubuntu 22.04 LTS 64-bitMinimum: 1.1 GHz...DiscussDevOpsAWS
Adedoyin Emmanuel Adeniyiadedoyin.hashnode.dev·Sep 3, 2024Deploying An Express API On CPanelDeploying an Express API on cPanel can be smooth if you're familiar with both cPanel and Node.js environments. cPanel, primarily known for hosting PHP-based applications, also supports Node.js, allowing you to run server-side JavaScript applications ...Discuss·1 likedeployment
Suluh Snotes.suluh.my.id·Aug 2, 2024Deploying a Laravel App on Shared Hosting with CPanelShared hosting with CPanel has many limitations, especially if you're on a tight budget, and I find it challenging to deploy a Laravel app on it. Although some hosting providers offer packages with terminal access and even SSH, the cost compared to V...DiscussLaravel
Siddharthazm0.hashnode.dev·Jul 27, 2024Install cPanel on Ubuntu 20.04 in Dedi / VPSFirst, you need a server with Ubuntu 20.04. I will go with Umbrellahive.com's dedicated server. then open as root - sudo su (optional) apt-get update apt-get install nano curl apt install nano nano /etc/cpupdate.conf Here is the file format for the ...Discusscpanel 11.118
JoanforCloudnetvoxcloudnetvox.hashnode.dev·Jul 23, 2024How to install Node.js on cPanel : A Simple Step-by-Step GuideAre you looking to set up Node.js on your cPanel hosting account? Whether you're developing a new web application or just experimenting with Node.js, this guide will help you through the installation process in simple, easy-to-follow steps. Let's get...Discusscpanel
Lalitkumar Waghulkarlalitwaghulkar.hashnode.dev·Jul 15, 2024Website Performance IssuesWebsite performance issues can significantly impact user experience and SEO rankings. Common issues include slow loading times, high server load, database connection errors, and resource overuse. Let's explore these issues and the step-by-step soluti...Discussslow website
Naimul Islamblog.kcnaiamh.com·Jun 15, 2024Streamline Your cPanel Deployments: Automate with GitHub ActionsDeploying website using cPanel is boring. Zip your code, upload through cpanel file manager, unzip it — Too much manual work just for one deployment. Infact, just to update the typo you just found out! I'm a lazy man who want to automate all the manu...Discuss·28 readsGitHub
Douglas Sabwa Indumwablog.douglas.africa·May 13, 2024Remote MySQL database connection on the cPanelcPanel is a web-based control panel that provides a graphical interface and automation tools designed to simplify the process of hosting and managing a server/website ranging from emails files, databases, domains, and more. Assume you have databases ...Discuss·109 readscpanel
Emran Khandaker Evanblog.evanemran.info·Apr 18, 2024Automated Git Repository Deployment in cPanel: A Step by Step GuideManually updating files on your cPanel's public_html folder is boring and time consuming job. But we can easily automate this system by following some simple steps. We can connect our git repository to cPanel and then every time we push a new commit ...Discuss·49 readsWeb Development
Adrian Nugroho Pblog.drianium.com·Apr 8, 2024Menghubungkan Private GitHub Repository dengan Web Hosting cPanel untuk Otomatisasi Proses Deployment WebPendahuluan Artikel ini ditulis berdasarkan pengalaman saya ketika ingin menghubungkan hosting cPanel website pribadi saya (https://www.drianium.com/) dengan private repository GitHub yang berisikan file konfigurasi web tersebut. Ini semua berangkat ...Discuss·29 readsTutorialGitHub