Search Documentation
< All Topics
On-Premise or Cloud VM Installation
NirvaShare can be installed in a Linux environment. This document provides instructions for installing it on Ubuntu, Redhat, Suse and CentOS. Ensure that your system meets the following requirements.
Installation is very easy and simple. A single install script is made available, that will install all the required services and creates the database schema automatically.
Supported Linux flavors and versions.
- Ubuntu 24.04 LTS
- Redhat 9.5
- SLES 15.6
- CentOS 7
Run the below command, which will install everything in one go.
sudo su root
curl -s https://raw.githubusercontent.com/nirvashare/nirvashare/main/linux/install_nirvashare.sh -o ns_install.sh && bash ns_install.sh && rm -f ns_install.sh
Above command will prompt you to enter database password, once provided, it will proceed and complete the installation in a couple of minutes.
Verification
- After successful installation, please wait for 2-3 minutes for the configuration to complete and open the URL -> http://(your ip):8080
- Make sure, port 8080 and 8081 is open to access from this machine.
- Login to Admin console with default username as admin and password as admin
- After the first login, make sure to change the password.
Posted
Updated
Table of Contents