This repository has been archived by the owner on May 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Carlos Rueda edited this page May 29, 2017
·
17 revisions
Key steps include:
- adjustments to
ssl.conf
andhttpd.conf
-
orr* -> ont
redirections - Google Analytics and ReCAPTCHA
- Full database migration (users, ontologies, versions)
- Enable REST API documentation at https://mmisw.org/ontapi/
- Temporarily keep v2 at https://mmisw.org/_orr2/ - https://mmisw.org/_ont2/
- Review and testing (ontologies, users, generated organizations, permissions, etc.)
ProxyPass to map /ont
to new ORR v3 application
For any bookmarks out there,
https?://mmisw.org/orr
should redirect to new dispatch at https?://mmisw.org/ont
once v3 is installed at /ont/
.
For this, a new orr/index.html
will be deployed at the /orr/
path to take care of the redirection according to the routes supported in v2 and corresponding appropriate handling in v3.
Tests to verify the expected redirection behavior:
Also, the following redirect is needed:
From To |
---|
http://mmisw.org/orr/sparql http://mmisw.org/ont/sparql |
which can be taken care of with a simple Apache redirect.
Capture the relevant settings in orront.conf
.
$ sbt run
- notifications
- ontologies
- users
- generated organizations, permissions
- permissions
- etc.