-
Notifications
You must be signed in to change notification settings - Fork 65
Multi Tenancy
Andy Byers edited this page Sep 11, 2017
·
1 revision
Janeway now supports domain or path based journals, this means you can either use a domain for each journal or one domain for all journals:
Domain journal: ajournal.example.com
Path journal: example.com/ajournal
If you intend to use a single domain for all journals, in settings.py you should set:
URL_CONFIG = 'path'
and when asked for a journal domain during the installation process you should set it to:
yourdomain.com/yourjournalcode
an example of a live journal might be:
www.openlibhums.org/ijwwe
Your press site will be available at yourdomain.com/press/
.
If you are going to use domain based journals, leave the URL_CONFIG set to domain and enter the domain you are going to use for the journal when asked.
Wiki has moved to read the docs.