/
Install from Source Code
Install from Source Code
In order to track and install all NMS Prime dependencies, the workflow for getting a source code installation up and running starts with the normal RPM installation process. Afterwards the NMS Prime RPM packages are replaced by the GIT repository itself.
1.1. Step 1: Installation with RPM
1.2. Step 2: Replace RPM packages with the GIT repository
1.2.1.1.1. migrate from RPM to GIT installation
for module in $(rpm -qa "nmsprime-*" | grep -v '^nmsprime-repos'); do rpm -e --justdb --noscripts --nodeps "$module"; done
yum install git
cd /var/www
git clone https://github.com/nmsprime/nmsprime.git nmsprimeGit
mv nmsprimeGit/.git/ nmsprime/
rm -rf nmsprimeGit/
cd nmsprime
git checkout -- .
, multiple selections available,
Related content
Installation with RPM
Installation with RPM
More like this
OS Provisioning
OS Provisioning
More like this
NMS Prime Installation
NMS Prime Installation
More like this
Create the NMS Prime VM
Create the NMS Prime VM
More like this
Orchestration Layer
Orchestration Layer
More like this
On-Prem
More like this