Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

How to create an OS App

baisong edited this page Aug 9, 2012 · 7 revisions

Note: These instructions are for OpenScholar 3.0 (Drupal 7)

After you have installed OpenScholar:

  1. Create content types and fields
  2. Configure content permissions
  3. Create views and view displays
  4. Create box blocks
  5. Create context with view and content type conditions
  6. Add reactions to context
  7. Create a Features module
  8. Add all the above components and some variables.
  9. Add these two lines to the bottom of the info file:
    spaces[types][] = og
    spaces[types][] = site

See also

Clone this wiki locally