/
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
NMS Prime Installation
NMS Prime Installation
More like this
How it works?
How it works?
More like this
Installation Coding Manual
Installation Coding Manual
More like this
Contribute Code
Contribute Code
More like this
NMS Prime setup
NMS Prime setup
More like this