In this video, I'm going to show you how to build your own e-commerce website for free! It's an affordable, simple and easy way to start your first online business. We'll be using OpenLiteSpeed Server.
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
Follow Me - https://www.getrevue.co/profile/logicalbee
Build an Ecommerce Website for Free, ecommerce website, how to create a free ecommerce website, free ecommerce website,ecommerce website free, ecommerce website tutorial, how to create a free website, how to create free website, how to make an ecommerce website, create a website, how to, ecommerce, hindi, Ecommerce Website 2022, create ecommerce website, Free VPS, ecommerce setup on oracle cloud, install openlitespeed server on oracle cloud, install woocommerce with openlitespeed, install wordpress with openlitespeed
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
Follow Me - https://www.getrevue.co/profile/logicalbee
Build an Ecommerce Website for Free, ecommerce website, how to create a free ecommerce website, free ecommerce website,ecommerce website free, ecommerce website tutorial, how to create a free website, how to create free website, how to make an ecommerce website, create a website, how to, ecommerce, hindi, Ecommerce Website 2022, create ecommerce website, Free VPS, ecommerce setup on oracle cloud, install openlitespeed server on oracle cloud, install woocommerce with openlitespeed, install wordpress with openlitespeed
- Catégories
- E commerce Wordpress
Commentaires