Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

redhat-cop/open-organization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Organization Capability Model

The Open Organization Capability Model is a tool for assessing an organization's culture.

More specifically, the tool measures an organization's relative degree of openness, with particular attention to open principles outlined in the Open Organization Definition.

This tool is based on the Open Organization Maturity Model, which the open organization community maintains under a Creative Commons license.

Requirements

  • PHP
  • MySQL
  • Apache

Setup

Use openorg.sql to setup the table for the openorg database.

Edit dbconnect.php with your mysql credentials.

Create the database and tables:

mysql -u XXXX -p openorg < openorg.sql

The database will be initialized with an Admin User account (username: admin, password: admin). For security reasonse, please delete this user before going live/public with your code.

This app uses a captcha to ensure no robot creation of users.

Securimage: A PHP class dealing with CAPTCHA images, audio, and validation https://www.phpcaptcha.org/documentation/quickstart-guide/

To register with recaptcha, visit: https://www.google.com/recaptcha/intro/v3.html

About

A brief tool to better understand an organisations capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published