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 26, 2017
·
17 revisions
Key steps include:
tested | final | what |
---|---|---|
✔️ | adjustments to ssl.conf and httpd.conf
|
|
✔️ |
orr* -> ont redirections |
|
Google Analytics and ReCAPTCHA | ||
✔️ | Full database migration (users, ontologies, versions) | |
✔️ | 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 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
- ontologies, users, generated organizations, permissions
- notifications
- etc.