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) »
  • Civi/Drupal both outward facing and inhouse?
Pages: [1]

Author Topic: Civi/Drupal both outward facing and inhouse?  (Read 1317 times)

nationalpriorities

  • Guest
Civi/Drupal both outward facing and inhouse?
December 24, 2008, 08:59:45 am
Hey everyone,

I have a question regarding the possibility of having a Civi/Drupal combination both outward facing and inhouse.. let me explain:

We currently have a Civi/Drupal setup going, but it's on a server that is pretty busy (the server gets a decent amount of outside traffic) and my users often complain that things are running slow.  So I would like to bring the management of Civi inhouse on a server we have in the backroom, in hopes that it would a) speed things up for my users using civi all day b) give me more fine tune control over who can access the database and c) take some of the tax off my webserver. But I want make sure we can still accept donations and website visitors can still sign up for email newsletters. 

So i'm wondering if there is a way to have it so this is possible?  Should I just point the Civi install on the web to my inhouse mysql server? (over SSL of course) since unfortunately we don't get enough donations that I could see it causing a problem with my inhouse mysql server, and we would be managing/using civi inhouse so there wouldn't be excessive data going out over the web.  Or could I set up the two mysql servers to replicate?   or is there some other way to accomplish this?

What im wondering is,  first of all is this possible?  has anyone had experience doing this?     I have many other questions regarding this, but just want to get an idea of whether or not this is feasible....


Thanks,
Brendan

acrosman

  • Guest
Re: Civi/Drupal both outward facing and inhouse?
December 29, 2008, 07:52:34 am
Someone has asked a similar question about just moving the database itself to a separate server (http://forum.civicrm.org/index.php/topic,6033.0.html) but it doesn't sound like it's working yet.  I'd worry that you'd end up with worse performance for your users if you just moved the database, so you'd need to move the whole code base as well.  When CiviCRM runs as a drupal module, it uses things like the user accounts, and other aspects of the underlying CMS so I don't think you can just move it alone.

What you probably could do is place CiviCRM on its own machine, either as standalone, or with a separate Drupal installation supporting it (technically you could use Joomla as well, but that would just add unneeded complexity to your life).  You would then have to process all your donations, email sign ups, etc from your new server, and forgo any real integration with your website.  You could probably make it look smooth enough to be transparent to constituents, although it would mean your staff would have to sign onto two different systems.  There's no real mystery here, you'd just have two independent systems running on two servers, with some links on the live website to point people to the right place (maybe some recoding of web forms as well depending on your site's content).  This would allow you to place the CiviCRM server in a local DMZ on your network, which should improve performance locally, although your ability to accept donations would fluctuate with your local network connectivity. 

Your idea about using replicated data and two copies of the software is interesting, but I'd think you're inviting problems.

Needless to say I wouldn't touch a working donations system in the next 3 days.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Civi/Drupal both outward facing and inhouse?

This forum was archived on 2017-11-26.