-
Notifications
You must be signed in to change notification settings - Fork 8
Installation Steps
jeremytubbs edited this page Dec 18, 2014
·
8 revisions
- Download Drupal from https://www.drupal.org/project/drupal
- Extract files into desired directory install directory
- Create MySQL database
- Ensure existence proper permissions on sites/default/settings.php, sites/default/files, sites/default/modules, sites/default/themes
- Install Drupal
- Clone OSCI Toolkit from GitHub into Drupal install (https://github.com/IMAmuseum/OSCI-Toolkit.git for typical install put it in sites/default)
- From the build directory run build-dependencies.sh (requires wget, unzip)
- Enable OSCI Toolkit Modules through Drupal
- Add ePub Links block to sidebar (restrict to content types publication & section)
- Add Nodetree Navigation block to sidebar (restrict to content types publication & section)
- Set proper role permission on the OSCI Toolkit Default Format (admin/config/content/formats)
- Enable ckeditor for the OSCI Toolkit Default Format (/admin/config/content/wysiwyg)
- Add the following CKEditor buttons (bold, italic, underline, paste from word, OSCI - Footnote reference, OSCI - Figure Reference, OSCI - Figure, blockquote, html block format)
- Setup web-app preview settings (/admin/config/system/osci/webapp)
Have questions? Please ask on the mailing list.
Table of Contents
Other Links