Skip to content

miromarchi/rbv_drupal_make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbv_drupal_make

Description

The Drupal make file for retebuonvivere website.

Submodule of

This repository is a submodule of retebuonvivere

Start

Build a new retebuonvivere panopoly-based installation using drush from retebuonvivere makefile, following these instructions:

  1. Clone the makefile repository with destination name as the sitename:

    git clone [email protected]:miromarchi/rbv_drupal_make.git sitename
  2. 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)

  3. Create a new mySQL db with all permissions.

  4. 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.

  5. 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.

Documentation

All the documentation for development (soft/hard configuration, profile, makefile, distributions, ...) is at rbv_profile wiki.

About

Drupal Make file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published