You are here

Installing Ubercart with dget

To install Ubercart for Drupal 6 with dget: http://drup.org/drupal-install-symlink
do the following:

  • back up with: dget backup [name of database]
    1. put the file d6uber (below) in the directory /etc/opt/drupal
    2. make sure the token module is installed
    3. dget install ubercart 6.x-2.x-dev d6uber
    4. dget patch /ubercart uc_product_views2.patch d6uber
    5. mkdir $mysite/sites/default/modules
    6. ln -sfn /opt/drupal/uber6 $mysite/sites/default/modules
    7. Enable the above modules
    8. Enable required modules as per: http://www.ubercart.org/docs/user/3313/installing_ubercart

    #d6uber: Paths to Drupal 6 Ubercart modules
    drupaldir=/opt/drupal/drupal6
    moduledir=/opt/drupal/uber6
    themedir=/opt/drupal/themes6
    scriptdir=/opt/drupal/scripts6
    archivedir=/opt/drupal/archive6
    Topic: