Skip to content

openintegrity/openintegrity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Integrity Index

*** UPDATE: This software and the methodological framework that supports it, are currently under heavy redesign. You can join the discussion on the gitter chat room.***

Gitter

About OII 1.0

*** This software is currently under development and considered in beta ***

This repository contains a Drupal feature for the Open Integrity Index. There are other software components required to deploy the Open Integrity Index website:

Contributing to this project

Anyone and everyone is welcome to contribute.

Requirements

  • Drupal 7
  • drush

Consult the Open Integrity Make repository README file

Updating a feature

  • Do configuration changes through the UI or CLI.
  • On development platform
    • drush fu openintegrity
    • git commit -am "Changed this and that. fixes #00"
    • git push
  • On staging/production
    • cd sites/all/modules/openintegrity
    • git pull
    • drush fr openintegrity

Contributors

License - GPL v3

Open Integrity Index - Copyright (C) 2014 iilab and other contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.