Do you want to build an Awesome Ecommerce website with WordPress for always free VPS? and in less than 2 hours ? You are in the exact right place!
In this PRACTICAL course, I will show you STEP-BY-STEP how to create your own Ecommerce website using free resourses and I will cover almost all the concepts needed to build a FAST, CLEAN Ecommerce website on your own free VPS Server.
Why you own VPS Server?
I have today more than 15 websites today running 5 Online Businesses, and after years of testing, I found that hosting on a VPS server is the cheapest, fastest, and the best way to run a website.
So, In this course, I will cover also how to get and set up your Free VPS server to host your Ecommerce Website (For Educational Purpose).
I highly recommend you to use best paid VPS server, once you confirtable with the Course materials.
Support
You can check other students who know how much I am active in answering any question, So don’t worry about anything you may feel unclear, I will be with you almost 24/7 to help you. (watch lecture 2 for more info)
My Promise to You
I’ll be here for you in every step. If you have any questions about the course content or anything related to this topic or any other topic, you can always submit your questions. And I will be here with you to help.
I want to make this as the Top of course in Building E-commerce Website! So if there is any way I can improve this course, tell me, and I’ll be happy to hear, and I will make it happen.
Go ahead and click the enroll button, and I’ll see you in lesson 1!
0:00 Introduction to Oracle Cloud
0:40 Oracle Cloud Free Certification
1:00 How to create OCI Account (Reference Video)
1:30 How to setup Always free VPS on Oracle Cloud
8:29 Point IP address to an Domain Name(DNS)
0:00 Get SSH into Virtual Machine
3:10 Update Instance(VM)
4:45 Install OpenLiteSpeed Server
7:10 Configure ports on OpenLiteSpeed
9:00 Setup Firewall on port number 80/443/7080
Commands
$ ssh -i ssh-key.key username@ip_address
$ sudo apt update; sudo apt upgrade
$ wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | sudo bash
$ sudo apt install -y openlitespeed
$ sudo systemctl enable lshttpd
$ sudo systemctl start lshttpd
$ sudo systemctl status lshttpd
$ sudo vi /usr/local/lsws/conf/httpd_config.conf
--------------------------------------------------------------------------------------------
listener Default{
address *:80
secure 0
map Example *
}
---------------------------------------------------------------------------------------------
$ sudo systemctl restart lshttpd
Setup Firewall on both side instance as well as oracle dashboard
$ sudo iptables -I INPUT -p tcp --dport 80 -j ACCEPT
$ sudo iptables -I INPUT -p tcp --dport 443 -j ACCEPT
$ sudo iptables -I INPUT -p tcp --dport 7080 -j ACCEPT
0:00 Install PHP 8.0
2:33 Configure Admin Pannel for OpenLiteSpeed
4:00 Setup PHP 8.0 as default
7:41 Setup and Install Maria DB Server
Commands
$ sudo apt install lsphp80-common lsphp80-curl lsphp80-imap lsphp80-mysql lsphp80-opcache lsphp80-imagick lsphp80-memcached lsphp80-redis
$ sudo /usr/local/lsws/admin/misc/admpass.sh
$ sudo apt install mariadb-server mariadb-client
0:00 Create and configure Database for Wordpress
3:33 Download and Extract WordPress
5:26 Setup file Ownership and Permission
6:35 Install and setup WordPress on OpenLiteSpeed
0:00 Lite Speed Plugin Installation
2:35 Install WooCommerce Plugin
4:07 About Generatepress Theme
5:00 Customize store front
8:45 Add Products to WooCommerce
In this video, I am going to show you how to integrate Instamojo (payment gateway) on WooCommerce.