Skip to content
Kyle Jaebker edited this page Jun 7, 2013 · 5 revisions

These Install instructions are out of date and we are working to develop new install procedures. Currently the best way to install the TAP code is to clone the repository

Install via Drush (Recommended)

Installing TAP via drush will download drupal, all contributed modules, and the TAP module.

# pear channel-discover pear.drush.org
# pear install drush/drush

Once you have drush installed you will need to download and process the drush make file to proceed.

# wget --no-check-certificate https://raw.github.com/IMAmuseum/tap-cms/master/drush.make
# drush make drush.make

Drush will attempt to fetch Drupal and all related modules and libraries. Now that you have all of the files required to setup TAP, Follow these instructions to finish the installation of Drupal.

Once Drupal is installed and configured visit http://mytapsite.com/admin/modules. Find the module labeled "Tap" and enable it. Congratulations, you have successfully install the Tap Content Management System.

Install the TAP Drupal module

If you already have an existing drupal site that you would like to install TAP on follow the directions below.

# cd /PATH_TO_DRUPAL_SITE/sites/all/modules
# wget https://github.com/IMAmuseum/tap-cms/archive/master.zip 
# unzip master.zip 

Once you have unpackaged the TAP CMS visit http://mysite.com/admin/modules and enable the TAP module.