Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown formatting in README #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#Open Registry
# Open Registry


##What is OpenRegistry?
## What is OpenRegistry?
OpenRegistry is an OpenSource Identity Management System (IDMS). It's a place for data about people
affiliated with your organization.

##Core Functionality
* Interfaces for web, batch, and real-time data transfer
* Identity data store
* Identity reconciliation from multiple systems of record
* Identifier assignment for new, unique individuals
## Core Functionality
- Interfaces for web, batch, and real-time data transfer
- Identity data store
- Identity reconciliation from multiple systems of record
- Identifier assignment for new, unique individuals

##Why OpenRegistry?
* "Off the shelf" solutions usually end up requiring significant customizations and integration work and/or solve only a portion of an institution's needs
* Lots of institutions still rolling their own
* Combined institutional efforts better leverage scant resources and allow for learning from others' experience (eg: Sakai, uPortal, CAS, Shibboleth, Kuali)
* OpenRegistry is tailored to the needs of higher education
## Why OpenRegistry?
- "Off the shelf" solutions usually end up requiring significant customizations and integration work and/or solve only a portion of an institution's needs
- Lots of institutions still rolling their own
- Combined institutional efforts better leverage scant resources and allow for learning from others' experience (eg: Sakai, uPortal, CAS, Shibboleth, Kuali)
- OpenRegistry is tailored to the needs of higher education

##Building OpenRegistry using Maven2
## Building OpenRegistry using Maven2
Building OpenRegistry via the Maven2 system is simple. From within the PROJECT_HOME directory, execute the following command:

`mvn clean package install`

##Generating the DDL for YOUR database
## Generating the DDL for YOUR database

`mvn hibernate3:hbm2ddl`

##For More Information
## For More Information

[Open Registry Wiki Home](https://wiki.jasig.org/display/ORUM/Home)