Acquia Drupal?

Events happening in the community are now at Drupal community events on www.drupal.org.
pastordavid's picture

I have just been reading about the recently announced Acquia Drupal https://acquia.com/product-matrix

Based on their product matrix it sounds as though one may download Drupal 6.5 with most of the commonly desired modules - well tested - plus some additional custom Acquia features for free with user forum only support.

Could this be the answer that many churches are seeking to bypass the setup hassle and guesswork that a module will or will not work?

One may also upgrade to paid support and more features but for the average smaller church with a resident geek this would appear to be a "leg-up".

I presume that one may still further customize their Aquia Drupal?

What are the down-sides to this that I am missing, please?

Comments

Pricing

ebrittwebb's picture

Well, the first downside is that the FREE community version is only free for the first year. If you register/install before 2009, you get ONE YEAR for FREE. After that, it will cost ~$200/year (unless they change their model).

Erik Britt-Webb
drupal@ebrittwebb.com

We can live with $200./yr

pastordavid's picture

We can live with $200./yr for a continuously updated Drupal package. Sure sounds as though it could save me lots of valuable time.

Can you spot any modules commonly used in churches that are missing?

http://thebridgechristianlifecenter.com
Pastor David

An Interesting Option

mfer's picture

There are a number of modules you may way to use that end up being common on some church sites. For example, if you want to do a newsletter and have signups right on the church site you could use simplenews.

With many of the church sites I've touched there have been a number of modules outside the Acquia set. It really depends on what you want to do. When you're building a site think of what you want to do, not how to implement it. Then, if you're using drupal go look at the modules it would take to build that. So, first you need to ask what you want to have in a site.

For many sites it might be worth paying the $200/year for the peace of mind and updates.

Matt Farina
www.innovatingtomorrow.net
www.geeksandgod.com
www.superaveragepodcast.com
www.mattfarina.com

Looking at Acquia's roadmap,

bryansd's picture

Looking at Acquia's roadmap, I think if not now then in the long run Acquia Drupal will contain more and more of the "needed" modules. To me, what I think is a bigger advantage of Acquia is the Acquia Network product and Support.

While not for a church, I'm working on an Intranet project for a large organization. Basically, the criteria is looking at those CMS that offer the low cost advantage of open source, but also are supported commercially when support is needed. I think Acquia Drupal is perfect for those organizations that have a need for consistent support on their Drupal site and aren't able to maintain the needed Drupal experts within their own organization. In this case, they would have the current expertise to provide support internally...but they're assured if there is a significant staffing change they can tap into Acquia's resources.

BryanSD
CMS Report

Bryan Ruby
socPub

A Church-Drupal Equivalent to Acquia?

pastordavid's picture

Is it possible that someone on this Forum could offer a Church-Optimized equivalent to Acquia Drupal?

Same levels of support, same well-tested and stable package, same introductory and post-introductory fee structure, with modules optimized for Church rather than Business?

Any takers?

http://thebridgechristianlifecenter.com
Pastor David

I'm interested in some of

flickerfly's picture

I'm interested in some of that, but I don't have the skills for all of that. Acquia has put together a cracker-jack team. They are diverse in their skills, but very good at what they do. They have dedicated support personnel and dedicated programmers. They spent a lot of time and money up-front putting this together.

I don't think it can easily be duplicated in every way without expectation that the market is large enough to support it, but It would be cool to see something dedicated to the non-profit world at least if not specifically towards churches.

Partner Program

mfer's picture

I'm not sure this would be a case of needing to have a church based company do the same thing as Acquia. First, I don't see how a church based company could get the level of talent Acquia has gotten. Without the same level of talent they couldn't put out the same level of product.

Plus, in my experience, there isn't much of a difference in the modules used by Acquias target audience and churches. While they may have a different site architecture and a different configuration of the modules, in some cases, the modules themselves remain the same.

What I would suggest is that church based companies enroll in Acquias partner program. They could then use Acquia as the backbone to church specific solutions. Best of both worlds?

Matt Farina
www.innovatingtomorrow.net
www.geeksandgod.com
www.superaveragepodcast.com
www.mattfarina.com

If enough churches used

pastordavid's picture

If enough churches used Acquia-Drupal perhaps they'd hire one of the consultants from this list to take care of their unique needs.

http://thebridgechristianlifecenter.com
Pastor David

Acquia

sdudenhofer's picture

This isn't a knock against Acquia drupal, but I am running it for a personal website. For the updates it just gives you a link to download the newest version, you still have to untar and put it in the correct location. So its not an automated update. I'm actually getting ready to give CVS a shot on my home test server, I think that I can download the updates then possibly create a cron job that would check for a new version in the CVS repository(correct me if I'm wrong)? Dropping it into the CVS folder, but I have to do a little bit of poking to see exactly how it works.

It would be an awesome concept to create an auto updating Drupal installation, that you just setup when you want it to check for updates and off it goes.

Freelancer

Twitter sdudenhofer
seth@osjournal.net

In the works

mfer's picture

Creating an auto updating system on a web server is a complicated beast. It's not hard to do but really hard to do securely. That's one of the reasons we don't have it in drupal at this point.

All that being said, it's in the works and will, hopefully, be included as part of drupal 7.

The big bonus with Acquia drupal is the support system. You have guaranteed support for your installation from experts. That's what you are really paying for.

Matt Farina
www.innovatingtomorrow.net
www.geeksandgod.com
www.superaveragepodcast.com
www.mattfarina.com

Security Issue

micahw156's picture

Allowing a website to update its own programming is a huge security issue. That's something that has to be considered when designing something like this, and it's not an issue limited to Drupal.

A lot of solutions I've seen for this sort of thing tend to execute scripted ftp or CVS to do the actual updates, even if the updating is triggered from the website interface. This introduces the challenge of building something that works on all supported platforms and operating systems.

Fully automatic updates are a cool concept, but not an easy thing to accomplish.

Micah

yeah very true but my

Matti303's picture

yeah very true but my wordpress codebase does automatic updates and for basic websites that's fine.

I've got about 10 sites running on my drupal codebase with each their own database and updating takes too much time.
Shared hosting doesn't help either otherwise Drush would be an option http://drupal.org/project/drush

Just tested a Drupal Acquia trial and was a bit disappointed to see no automatic updates.

EDIT just read that it would be included in Drupal 7, who am I to complain ;-)

I now have 26 sites I maintain

domineaux's picture

I now have 26 sites I maintain. I build them, turn them over to admin owners. I do all updates and security patches, along with installing modules etc. THe owners just keep the content viable.

I cannot use multi-site, because all the owners want their own database and install. THe updater is an awesome tool.

One tool that we could sure use would be a DRUPAL CORE updater modules. It would disable theme and select a default theme, then a click on for 3rd party modules and disable them with a clickon. The tool would have to pass through the modules 3 to 5 times to clear everything, and then if the sequence was stored in the tool. The tool would re-enable the 3rd party mods after the new updated version of Drupal core is completely installed.

There have been some discussions where others just move the sites folder onto the webserver somewhere, then upload the complete updated Drupal less the sites folder. After that the sites folder is moved back into the domain installation folder and run update.php.

I always disable the 3rd party modules, but some have said it isn't necessary.

Drupal Churches Home

Group categories

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: