- Base Drupal 7 requirements
- PHP 5.3+
- Drush
- Git
The following instructions assume that you clone this profile into a directory 'above' your web server root. The web server root directory in these examples is www.
Installing the profile involved 4 steps.
- Clone the profile.
- Build the profile into your web root.
- Create a database for your site to connect to.
- Navigate to your site in your web browser to complete the install process.
For the example commands below, 'www' represents the complete path to your site's desired webroot.
Clone the repo:
git clone --branch 7.x-1.x [email protected]:palantirnet/deims-profile.git
Build the site into your webroot:
cd deims-profile
drush make build-deims.make '/path/to/your-site/www' --prepare-install --contrib-destination=profiles/deims
git pull
cd www
drush make ../build-deims.make
drush si deims
Note: updating an existing site from the profile is not yet supported. You must rebuild the site not using an existing database install.
git pull
cd www
drush make ../build-deims.make
drush updatedb