Install

Overview of the OpenScholar installation requirements and process.

Requirements

Server environment

The following minimum configuration is recommended for OpenScholar installation:

  • PHP 5.2
  • PHP GD extension
  • 96 MB memory limit
  • MySQL 5
  • Apache
  • Apache mod_rewrite module for clean urls

Supported Browsers

OpenScholar supports the following browser versions and above:

  • Firefox 2+ (20+ recommended)
  • Google Chrome (26+ recommended)
  • Safari 3+
  • Internet Explorer 8+

Internet Explorer 6 is not supported.

Instructions

The process of installing OpenScholar is very similar to installing Drupal. Please follow the Drupal installation instructions but choose the OpenScholar rather than the default Drupal install profile when you are prompted during the installer.

Need help?

Please feel free to contact us.

 

See also: OpenScholar

Downloads

Download the package

On the download page we offer complete installable packages of OpenScholar. These packages are the quickest and easiest way to install OpenScholar, using them is highly recommended.

Dowload the install profile

However it is also possible to assemble OpenScholar yourself using the same process we use. OpenScholar is a Drupal install profile and which lives on drupal.org. Our install profile references many Drupal modules and other projects, so we use Drush make build system to pull all the code together into one package. [Instructions]

Download from the SVN repository

OpenScholar is maintained and developed using the Subversion version control system. The OpenScholar file repository is hosted on sourceforge.net. Developers are welcome to "checkout" the project from sourceforge.net.

The OpenScholar svn tree is divided into three main areas:

trunk - The OpenScholar development team uses the svn "trunk" as the main development branch. You will find the lastest versions of the project here. However new code and themes committed here are often in the process of being tested and revised. To download the trunk to your current directory, issue this command (assuming you have Subversion installed):

svn co https://scholar.svn.sourceforge.net/svnroot/scholar/trunk .

branches - The branches area holds each major release of the OpenScholar Project. Major releases are apt to be more stable than the trunk because more testing and bug fixes have been implemented before committing the branch. To download a branch to your current directory, make sure the svn checkout URL points to the "branches" directory, then the branch name on sourceforge.net. For example:

svn co https://scholar.svn.sourceforge.net/svnroot/scholar/branches/SCHOLAR-2-0... .

tags - The tags area is reserved for minor releases of a particular branch (or major release). Minor releases usually address important updates, such as priority level enhancements or bug fixes, that have been reported or discovered from real use cases and ongoing testing. For example, to download a minor release for SCHOLAR-2-0-BETA5:

svn co https://scholar.svn.sourceforge.net/svnroot/scholar/tags/SCHOLAR-2-0-BET... .

Requirements

Server environment

The following minimum configuration is recommended for OpenScholar installation:

  • PHP 5.2
  • PHP GD extension
  • 96 MB memory limit
  • MySQL 5
  • Apache
  • Apache mod_rewrite module for clean urls

Supported Browsers

OpenScholar supports the following browser versions and above:

  • Firefox 2+ (20+ recommended)
  • Google Chrome (26+ recommended)
  • Safari 3+
  • Internet Explorer 8+

Internet Explorer 6 is not supported.