CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Aegir: drush provision-install missing settings template file
Pages: [1]

Author Topic: Aegir: drush provision-install missing settings template file  (Read 1202 times)

iainH

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 3.3
  • CMS version: Drupal
  • MySQL version: 5 (Ver 14.14 Distrib 5.1.41)
  • PHP version: 5.2 (5.2.10-2ubuntu6 with Suhosin-Patch 0.9.7)
Aegir: drush provision-install missing settings template file
January 29, 2011, 08:16:14 am
According to drush provision-install, it cannot find the settings template file and thus can't create a settings.php file when I'm creating a new site.
var:aegir:platforms:civicrm-3.3.1A:sites:all:modules:civicrm:templates:CRM:common:civicrm.settings.php.tpl is there OK but drush complains (see below)

I used the .make file after having added provision_civicrm as detailed in koumbit's provision-civicrm wiki

I was able to create a CiviCRM Platform OK but the provision-install for the site is messing this file apparently.

The CiviCRM Wiki mentioned some bugs with drush provision submodules koumbit's provision-civicrm:issues, but the reports were a bit cryptic and not too recent to give me a clear pointer.

I wonder if anyone who's successfully Aegir-hosting  CiviCRM would be able to throw some light on this before I scratch around the code? Many thanks if you can!

(Forum thinks paths are 'external links' so sorry if this is more cryptic than it needs to be!)

Andrew Perry

  • I post occasionally
  • **
  • Posts: 98
  • Karma: 1
  • Building empowering tools that comply with rules
    • Community Builders Australia
  • CiviCRM version: 3.x, 4.x
  • CMS version: Joomla 1.0.x, 1.5.x -> Drupal 6.x, 7.x, WordPress
  • MySQL version: 5.1, 5.5, 5.6
  • PHP version: 5.2, 5.3, 5.4
Re: Aegir: drush provision-install missing settings template file
May 30, 2011, 06:44:29 am
It's been a while now, but the following example make file may help:


api = 2
core = 7.x

projects[drupal][type] = core
projects[drupal][version] = "7.0"

; Modules; --------
projects[civicrm][type] = "module"
projects[civicrm][download][type] = "get"
projects[civicrm][download][url] = "http://sourceforge.net/projects/civicrm/files/civicrm-stable/4.0.1/civicrm-4.0.1-drupal.tar.gz/download"
projects[civicrm][directory_name] = "civicrm"
projects[civicrm][version] = "4.0.1"

Community Builders Australia Pty Ltd
www.communitybuilders.com.au

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Aegir: drush provision-install missing settings template file

This forum was archived on 2017-11-26.