---
title: "Install the Site Studio modules on your website manually"
date: "2018-10-16T12:32:32+00:00"
summary: "Learn how to manually install Site Studio modules on your Drupal website with our step-by-step guide. Download, set up dependencies, and enable Site Studio core for enhanced website building capabilities."
image:
type: "page"
url: "/drupal-starter-kits/add-ons/site-studio/install-site-studio-modules-your-website-manually"
id: "16712950-f1a1-4d7d-9d15-079acee5f814"
---

Table of contents will be added

1.  Download the Site Studio modules
    --------------------------------
    
    1.  Navigate to the download page for the module: [https://github.com/acquia/cohesion/releases](https://github.com/acquia/cohesion/releases).
    2.  Click **zip** or **tar.gz** on the top entry to download the modules.
    3.  After the file is downloaded, unzip to the `/modules/contrib/` directory of your Drupal project.
        
        Acquia recommends that you rename the downloaded directory to "site\_studio”. This archive contains all the Site Studio modules and submodules but not the dependencies. If you attempt to enable the module after unzipping it, you are prompted to install additional drupal.org module dependencies.
        
2.  Download dependencies
    ---------------------
    
    1.  Download the contributed modules that Site Studio requires. You can see these in the cohesion.info.yml file in the zip you downloaded in step 1 to look at the dependencies section:
        
            dependencies:
              - contextual
              - token
              - imce
              - entity_reference_revisions
              - settings_tray
        
    2.  Download the archive for each of these modules from drupal.org to the same `/modules/contrib/` directory.  
        You can download the modules using the following links:
        
        Token - [https://www.drupal.org/project/token](https://www.drupal.org/project/token)  
        IMCE - [https://www.drupal.org/project/imce](https://www.drupal.org/project/imce)  
        Entity reference revisions - [https://www.drupal.org/project/entity\_reference\_revisions](https://www.drupal.org/project/entity_reference_revisions)
        
        Contextual and settings tray are both included in Drupal core and are not needed to be downloaded separately.
        
    3.  Enable Site Studio from the UI or through Drush.
3.  Install Site Studio
    -------------------
    
    1.  Log in to the Site Studio user interface as an admin user.
    2.  Click **Extend** on the admin toolbar.
    3.  Enable Site Studio core and dependent modules together except the **Site Studio example custom element** module.
    4.  Click the form submit button and agree to install the dependencies.
        
        The admin toolbar displays the **Site Studio** menu item.
        

Alternatively, you can enable the modules with the following Drush command:

    drush pm-enable cohesion cohesion_base_styles cohesion_custom_styles cohesion_elements cohesion_style_helpers cohesion_sync cohesion_templates cohesion_website_settings -y