Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.36 KB

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