Drupal 7 NES Installation Guide
Learn how to install Drupal 7 NES using Direct Download, Composer, or Drush installation methods.
Installation Methods
HeroDevs offers three methods for downloading and installing Drupal 7 NES: Composer Installation, Direct Download and Manual Installation, and Drush Installation
If you need a different installation method, please contact sales@herodevs.com.
Composer Installation
Authentication Setup
Create an auth.json
file or update your existing one:
This file contains sensitive credentials and should be excluded from source control.
Repository Configuration
Add the HeroDevs repository to your composer.json
file:
Place this entry before packages.drupal.org
to ensure proper precedence.
Package Installation
First, add NES Drupal:
Then install dependencies:
Direct Download and Manual Installation
Contact sales@herodevs.com to receive your download URL.
Download through your browser using Basic Authentication, or use command line tools like cURL by setting authentication headers.
Download Package
Use cURL to download the tarball:
Configure Composer
Update your composer.json
:
The NES entry must precede the packages.drupal.org
entry.
Installation
Preserve your composer.lock
file - you'll only update Drupal core.
Clear the composer cache:
Update Drupal and its dependencies:
Cleanup
Remove the downloaded zip file from your root directory.
Drush Installation
These instructions assume Drush is already installed on your system.
Download Package
Use cURL to fetch the tarball:
Create Make File
Create drupal7_nes.make
with the following content:
Update the file path to match your project structure.
Run Installation
Execute the make command and complete Drupal's installation: