Versions Compared

Key

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

...

Code Block
$ mkdir /srv/comanage
$ cd /srv/comanage
$ wget https://github.com/Internet2/comanage-registry/archive/4.3.2.3.tar.gz
$ tar xzf 4.3.2.3.tar.gz
$ ln -s comanage-registry-4.3.2.3 registry-current

Downloading the Latest Master

...

Code Block
$ wget https://github.com/Internet2/comanage-registry/archive/master.tar.zipgz

You can also download the develop branch, which is usually more bleeding edge.

Code Block
$ wget https://github.com/Internet2/comanage-registry/archive/develop.ziptar.gz

Cloning the Git Repo

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

...

The preferred path /var/www or /var/www/html may vary according to your operating system, distribution, or web server configuration.

Noteinfo
titleInstallation at /registry Currently RequiredRecommended

COmanage Registry currently assumes it is installed As of Registry v4.0.0, it is no longer required to install at the URL path /registry. However, it is recommended to use this path unless a specific reason requires the use of a different path.

Versions prior to v4.0.0 require COmanage Registry to be made (CO-299). Until this is fixed, you should make COmanage Registry available at https://your-site.org/registry.

...