Skip to content
jeremytubbs edited this page Dec 18, 2014 · 8 revisions

Manual Install

  1. Download Drupal from https://www.drupal.org/project/drupal
  2. Extract files into desired directory install directory
  3. Create MySQL database
  4. Ensure existence proper permissions on sites/default/settings.php, sites/default/files, sites/default/modules, sites/default/themes
  5. Install Drupal
  6. Clone OSCI Toolkit from GitHub into Drupal install (https://github.com/IMAmuseum/OSCI-Toolkit.git for typical install put it in sites/default)
  7. From the build directory run build-dependencies.sh (requires wget, unzip)
  8. Enable OSCI Toolkit Modules through Drupal
  9. Add ePub Links block to sidebar (restrict to content types publication & section)
  10. Add Nodetree Navigation block to sidebar (restrict to content types publication & section)
  11. Set proper role permission on the OSCI Toolkit Default Format (admin/config/content/formats)
  12. Enable ckeditor for the OSCI Toolkit Default Format (/admin/config/content/wysiwyg)
  13. Add the following CKEditor buttons (bold, italic, underline, paste from word, OSCI - Footnote reference, OSCI - Figure Reference, OSCI - Figure, blockquote, html block format)
  14. Setup web-app preview settings (/admin/config/system/osci/webapp)

Clone this wiki locally