Skip to main content

Posts

How to Install Jitsi on Azure, AWS or Local Server without Domain Name

How to Install Jitsi on Azure, AWS or Local Server Without Domain Name In this thread i will tell you how to install Jitsi on any Cloud Platform such as Azure, AWS, Digital Ocean or Local Server without having Domain Name.    Requirements Should have Azure, AWS, Digital Ocean or any cloud platform. Minimum 1 GHz Processor, 2 GB Ram with 20GB Hard Disk. Should have Linux Centos or Ubuntu OS. Application needed Nginx or Apache Server.    Installation Steps: Follow the steps in below manner   Step 1: Open the Terminal in Ubuntu.   Step 2: sudo apt-get install gnupg2   Step 3: sudo apt-get install nginx    Step 4: sudo apt-get install wget   Step 5: sudo apt update   Step 6: sudo apt install apt-transport-https   Step 7: sudo apt-add-repository universe   Step 8: echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list   Step 9: wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -   Step 10: curl https://d

How to Install Bahmni on Azure Server or on AWS Cloud

How to Install Bahmni on Azure Server or AWS Cloud Bahmni is an Opensource Software for Hospital Management System which is having different modules for various purposes such as OpenMRS, OpenElis and Odoo . Today we will learn How to Install Bahmni on Azure Server Requirements At least 2-8 GB Ram 2 CPU Processor and 20 GB Hard Disk. Centos OS 7.6 Installed. Instructions Launch the instance and connect using SSH Creating Swap Space # Informs you of how much swap space is allocated. if nothing is returned, then it's not set up. swapon -s      # To setup 4096k (4GB swap space) do these steps: sudo dd if=/dev/zero of=/swapfile bs=1024 count=4096k sudo mkswap /swapfile   # Activate the swap file sudo swapon /swapfile  echo '/swapfile   swap   swap    defaults        0 0' | sudo tee --append /etc/fstab    # Check if swap space is setup swapon -s After Creating Swap Memory Follow the below Steps. #Prerequisite for the fresh installation of Bahmni yum  install   -y https: //kojipkg