For older versions of Ubercart, visit these links:
- Installing Ubercart 2.x on Drupal 6.
- Installing Ubercart 1.x on Drupal 5.
Ubercart is distributed as a module package for Drupal, a popular and flexible CMS. As such, installing Ubercart requires that you have installed Drupal and any modules that Ubercart depends on to work. The installation process may be broken down into the four steps listed below. Please ensure that you meet the minimum system requirements for Drupal and the Ubercart specific system requirements before starting. With your Drupal installation running, all you need is to enable Ubercart and its required modules. In Drupal, modules are self-contained bits of code that adds functionality to Drupal. Some of the core parts of Drupal (such as the functionality that maintains a list of users who can login to your site) are implemented through modules. If you find yourself saying "Drupal is great, but I need it to do...", more often than not, you can find a module on drupal.org that does what you need it to. Modules are easy to install and uninstall in Drupal. To get started, connect to your website directory like before through FTP/SSH (or however you access your website's files). Browse to the world-viewable directory where you uploaded all the drupal files. Among these files you should see a "sites" directory. Open that directory and then open the directory named "all". In the "all" directory you will create a new directory named "modules" (or use the existing "modules" directory if it already exists).
example: yourSite/yourDrupalFolder/sites/all/modules
Any new modules will be uploaded into this directory. In this tutorial, we will go through the list of modules that you need to upload and install before we can install Ubercart.
