Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
Table of Contents

Checkout Source

Download Source

Downloading the Latest Release

In general, you should download the latest release. This will make it easier to track where your deployment is versus the current development work for purposes of reporting bugs, diagnosing issues, and understanding available features.

Download Checkout the COmanage Registry source files somewhere into the file system. The location you put the files does not have to be the location from where which the files are served by the web server. Create a symlink from to the tag to directory called registry-source (or something similar):

Code Block
$ svnwget co httphttps://anonsvngithub.internet2.educom/svnInternet2/comanage/-registry/tagsarchive/0.8.4.tar.gz
$ tar xzf 0.8.4.tar.gz 
$ ln -s comanage-registry-0.8.4 registry-source

Downloading the Latest Master

The master branch has the latest features that should be stable enough for use, but may not be feature complete. If you want the latest master, you can download it easily via svn:

Code Block

$ svn co https://github.com/Internet2/comanage-registry/branches/master

Cloning the Git Repo

If you plan on mucking around with the code, you can also clone the git repo.

Configure Web Server

Deploy the COmanage Registry directory wherever you like. Note that the user that the web server runs as needs to be able to read all the files.

...