Friday, December 17, 2021

How To Setup Install Kooboo CMS On Ubuntu 18.04 LTS

 Kooboo is a cross-platform content management system (CMS) that you can use to develop static pages or complex and powerful websites… Kooboo supports Windows, Mac OS and Linux systems..||
Offcial Website: https://kooboo.com/  |
___________________________________________________________________________________________________________________________________________________
Our Server Specification-     
Os:Ubuntu 18.04 LTS Bionic Beaver 64Bit   |            IP address- 192.168.1.50                 | Hostname :www.yourdomain.com
___________________________________________________________________________________________________________________________________________________
lsb_release -cd  ; getconf LONG_BIT ; whoami ; hostname -f ; hostname -I ; apt-get update ; apt install -y build-essential software-properties-common curl wget nano git net-tools lsb-release apt-transport-https

wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
apt-get update ; apt-get install aspnetcore-runtime-2.1=2.1.5-1 -y

cd /tmp ; wget https://www.kooboo.com/download/kooboolinux.zip
unzip kooboolinux.zip -d $HOME
cd $HOME/Kooboo
dotnet Kooboo.App.dll
Or
nohup dotnet Kooboo.App.dll &

http://127.0.0.1
admin- admin

No comments:

Post a Comment