< All Topics

Installing API Service

API service enables external system to integrate with NirvaShare allowing to manage some of the admin tasks such as creating, editing, deleting shares, login profiles, access users, etc. This document explains how to install API service in NirvaShare. The installation can be performed using a single install script. Once you run the script mentioned below, it will install the API service along with the required database schema automatically.

  • Login to the Linux machine where NirvaShare is installed using SSH.
  • Make sure you have root or sudo access to run the below commands.
sudo su root
curl -s https://raw.githubusercontent.com/nirvashare/nirvashare/main/linux/ubuntu/install_api.sh -o ns_install.sh && bash ns_install.sh && rm -f ns_install.sh

The above commands will install and integrate API service in NirvaShare.

The default port is 8083

Table of Contents