Git Product home page Git Product logo

maturity-models's Introduction

Node application to help managing Maturity Models like the ones created by BSIMM and OpenSAMM

Build status: Build Status

Current QA server: http://138.68.145.52

UI

image

Run from source

git clone [email protected]:DinisCruz/Maturity-Models.git
cd Maturity-Models
git submodule init
git submodule update
npm install --quiet
cd code/ui
npm install --quiet
npm install --quiet -g bower
npm install --quiet -g gulp
bower --allow-root install
gulp
cd ..
npm run dev

note npm start will also work, but for now use npm run dev

Run tests

npm test

Updating code

When doing a git pull origin master to get the latest version you might need to also do a git submodule update or git submodule sync to keep the submodules updated.

You can check if all is good by doing an git status on the root folder of this repo (which should return 'no changes')

Docker image

Available at https://hub.docker.com/r/diniscruz/maturity-models/

run with (port 80): docker run -it -p 80:3000 diniscruz/maturity-models

or with (as demon on port 3333): docker run -it -d -p 3333:3000 diniscruz/maturity-models

BSIMM-Graphs

The first version of this tool is designed to work with BSIMM mappings, but there is work under way to also add OpenSAMM mappings

The data is stored in the repo https://github.com/DinisCruz/BSIMM-Graphs-Data which should be forked to hold private/custom data

Related posts:

Research

maturity-models's People

Contributors

diniscruz avatar davevs avatar kozmic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.