8000 GitHub - kokuta/nmsprime: Open Source Provisioning and Management for ISPs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kokuta/nmsprime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 DOCSIS provisioning - including VoIP

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

For more informations: Official Documentation

Architectual Concepts

NMS Prime is written with PHP 7.1, Laravel 5 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 Informations Installation


Contributing

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:

Authors

  • Torsten Schmidt - Initial work - torsten
  • Nino Ryschawy - Maintainer/Developer - nino
  • Ole Ernst - Maintainer/Developer - ole
  • Patrick Reichel - Sub-Maintainer/Developer for .. - xee8ai
  • Christian Schramm - Developer for .. - christian
  • Sven Arndt - Developer for .. - sven

See also 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.2%
  • JavaScript 20.7%
  • PHP 7.9%
  • CSS 1.8%
  • Python 0.3%
  • Shell 0.1%
0