The Drupal make file for retebuonvivere website.
This repository is a submodule of retebuonvivere
Build a new retebuonvivere panopoly-based installation using drush from retebuonvivere makefile, following these instructions:
-
Clone the makefile repository with destination name as the sitename:
git clone [email protected]:miromarchi/rbv_drupal_make.git sitename
-
Download all the necessary modules with patches, themes, libraries (including drupal core and panopoly base distribution) and rbv_profile, in their right subdirectories with the following command (from inside the folder created, which will become the drupal root):
drush make retebuonvivere1.13.make
#please keep in mind we didn't test the updated makefile (we use to update panopoly versions and other contrib modules) -
Create a new mySQL db with all permissions.
-
Install drupal with rbv_profile profile with the following command (from drupal root):
drush site-install rbv_profile --account-name=admin --account-pass=admin --db-url=mysql://dbuser:dbpass@localhost/dbname
Or you can run the installation script by accessing the site in your browser.
-
Now log in to your site in the browser (user:admin pass:admin), go to status report page at admin/status/report. If you see error messages do what is needed to resolve.
And you are ready to go.
All the documentation for development (soft/hard configuration, profile, makefile, distributions, ...) is at rbv_profile wiki.