Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
classtitle-box lead


Excerpt

COmanage Registry is a very flexible tool. With this flexibility comes complexity. This installation guide was created to provide resources to guide you in the early days of your Registry journey. Along with the "Getting Started" guide, we provide links to resources, a set of use cases that you can use as a starting point, and information about where you can find help and support.




Panel
bgColor#d9d9d9
titleColor#3e3e3f
titleBGColor#bed73b
borderStylenone
titleOn this Page

Table of Contents
maxLevel3
indent20px
stylenone



 Getting Started with Registry

Deploying Registry

If you are new to COmanage Registry and deploying it for the first time, you're in the right place. If you are upgrading an existing installation, see 1.2 Upgrading Registry below.

COmanage Registry can be deployed directly into a web server (e.g. Apache HTTP Server) configured with PHP or can be deployed using a container image (e.g. Docker or Kubernetes). Detailed instructions can be found at:


Panel
borderColor#d9d9d9
titleBGColor#d9d9d9
borderStylesolid

Already have Registry installed?
See the Maintenance section for information about upgrading registry.

Testing Your Installation

To test open a web browser and browse to 

https://yourserver.org/registry 

(or wherever you mounted the registry for your web server). You should see the page "Welcome to COmanage" and a link to "Login". Click on the link and you should be prompted to authenticate using whichever mechanism you configured. After properly authenticating you should see the COmanage Registry dashboard.

Using the Registry

Now that you have installed COmanage Registry, it is time to use it! The COmanage wiki provides details about the features of the tool. We suggest you start by setting up your first CO (Collaborative Organization).

Special Considerations

For some use cases you may have a need for high availability or have a particularly large deployment (> 10,000 records). For these needs, we suggest referencing the DevOps section of the wiki.

Planning Resources

Links to resources that will be helpful as you plan your deployment.

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
excerptTypesimple
cqllabel in ("resources","deployment") and space = currentSpace()

 Help & Support

There are many community resources that can be helpful if you get stuck. We encourage you to check out the COmanage Community page for more details.

 Use Cases

In this section we have compiled a set of use cases that can be helpful as you plan your deployment. These use cases follow three broad models:

Virtual Organizations

Virtual organizations usually consist of individuals from different organizations that are working together for a specific purpose. This may be a project, collaborative effort, or 

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
excerptTypesimple
cqllabel in ("usecase","vo") and space = currentSpace()

Enterprise Uses

A growing number of institutions are using COmanage as the primary registry for their populations and their lifecycle management.

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
excerptTypesimple
cqllabel in ("usecase","enterprise") and space = currentSpace()

Guest Systems

Guest populations are often helpful to manage separately from your overall institutional population. COmanage Registry is a popular choice for guest management system.

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
excerptTypesimple
cqllabel in ("usecase","guest") and space = currentSpace()



CSS Stylesheet
.home-banner {
                    background: #ffffff;
                    color: #d44415;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h1 {
                    color: #5e2b97;
					font-size:2.5em;
                    }
                    .title-box {
                    border: 0px solid #ff5b2d
                    padding: 10px;
				 	padding-bottom: 30px;
                    }
                    .title-box > h2 {
                    /*background: #5e2b97;*/
				 	border-top: 3px solid #c2d6d6;
                    bottom: 10px;
                    /*color: #c2d6d6;*/
                    /*margin-left: -10px;*/
                    /*margin-right: -10px;*/
                    padding: 1em 0 0;
                    position: relative;
                    }
                    .cfm-blog-image > img {
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    }
					.lead > p {
					line-height: 2;
					font-size: 1.5em;
					}
					.about-box {
					border-top: 1px solid #c2d6d6;
					border-bottom: 2px solid #c2d6d6;
					padding: 10px;
					padding-top: 30px;
					padding-bottom: 30px;
					}
					.about-box > p {
					font-size: 0.9em;
					font-style: italic;
					}
					.about-box > h3 {
					font-size: 0.9em;
					}
}