Archive - Jul 29, 2005

Date
  • All
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

Updating CivicSpace Sites

When my wife ran for State Representative, I set up a domain, smartcampaigns.com where I could easily host many CivicSpace sites. Over time, it has gone from a handful of sites, mostly in Drupal 4.4 running on a couple different Windows 2000 servers with IIS in peoples houses to over three dozen sites running a collection of versions of CivicSpace on a resellers account at a reliable hosting service.

Part of my approach has been to use a shared directory for the files and a shared database. The shared database is accomplished using the db_prefix variable for CivicSpace. As a general rule, I set up one database for each shared directory. For example, I had one database for version for CivicSpace 0.8.0.1, another for CivicSpace 0.8.0.3, a third for CivicSpace 0.8.1 and then a few special databases. Each site was then set up with its own section for its files, including files for theme_editor. As a general rule, each site uses the box_grey theme, customized through theme_editor.

(Categories: )