Skip to content

gaertnermarkus/nmsprime

 
 

Repository files navigation

Crowdin StyleCI

NMS Prime

Open Source Provisioning and Management Software for network operators:

Provisioning: DOCSIS

  • At the time we are highly focused on cable provisioning
  • including VoIP provisioning

IT Maintenance

  • Show your IT infrastructure in real-time in topography MAP and ERD - Entity Relation Diagram
  • Auto configuration of Nagios and Cacti from one database
  • Generic SNMP GUI creator
  • CMTS Management
  • Billing for cable networks and ticket-System
  • Cable ingress detection

For more information head over to our Official Documentation

Architectural Concepts

NMS Prime is written with PHP 7.1, Laravel 5.3 framework and a modern and responsive Bootstrap theme. It is tested and developed under CentOS 7 (RHEL 7).

NMS Prime is build with standard Linux tools, like

These tools are worldwide developed, approved and used. See Design Architecture for more information

Installation

From RPM

For CentOS 7 (RHEL 7):

curl -vsL https://raw.githubusercontent.com/nmsprime/nmsprime/dev/INSTALL-REPO.sh | bash
yum install nmsprime-*

From source code:

curl -vsL https://raw.githubusercontent.com/nmsprime/nmsprime/dev/INSTALL-REPO.sh | bash
sed -i 's/\[nmsprime\]/\[nmsprime\]\nexclude=nmsprime*/' /etc/yum.repos.d/nmsprime.repo
yum clean all && yum update -y
yum install git composer
git clone https://github.com/nmsprime/nmsprime.git /var/www/nmsprime
cd /var/www/nmsprime
./install-from-git.sh -y

For more Information have a look at the Installation Process


How to contribute

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.


Supporters

We thank the following supporters for helping and funding NMS Prime development. If you are interested in becoming a supporter, please read here:

Contributors

See the list of contributors who participated in this project.


License

This project is licensed under the GPLv3 License - see the LICENSE file for details. For more informations: License Article

About

Open Source Provisioning and Management for ISPs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 69.0%
  • JavaScript 20.6%
  • PHP 8.2%
  • CSS 1.8%
  • Python 0.3%
  • Shell 0.1%