Discussion

Events happening in the community are now at Drupal community events on www.drupal.org.

The Aegir Project has moved!

This Drupal group is no longer actively used.
To get involved and learn more about Aegir, you should go to our community site,
which also contains our official documentation section and the official discussion group.

Discussion

Setup A New Website In Aegir

Creating a brand new website in Aegir is really really easy. This makes it so much more possible to quickly roll out a sandbox to test a module, a demo site for a client, or even a full team and project management portal with Open Atrium.

Here's how easy it is:

1. Create a New Website in Aegir

Under 'Create Content' select 'Site'. Enter the domain name for the new site ('example.com' rather than 'www.example.com').
Select the Platform you would like it to be installed on (this option doesn't appear if you haven't added other platforms as well as the one Aegir runs on).

Read more

Migrate (Upgrade) Websites in Aegir

One of the most powerful features of Aegir is the way it can help you to upgrade large numbers of websites. You might have dozens of sites hosted on a drupal 6.12 codebase for example - but then the 6.13 release comes out with vital security fixes. Previously you'd have to go to each site, back up the files and database, upload the new codebase, run update.php, check everything worked and then onto the next site.

Read more

Importing Existing Websites into Aegir

Aegir 0.4 Notes

No time to revise whole page...much of the stuff below the "--Older Stuff--" is probably still valid. See the process here: http://drupal.org/node/908524#comment-3472038

-------- Older Stuff ---------

Moving existing websites to be hosted under Aegir is very straightforward, and will then give you the full power of Aegir for future upgrades and so on - just as if the site had been created on Aegir in the first place.

Read more

Creating A Platform in Aegir

A platform is a codebase on which Aegir can deploy your websites - it could be Drupal 6.15, Drupal 5.21, Pressflow, Prosepoint, Acquia Drupal, or Open Atrium. At the least, think of a platform as a copy of Drupal core, against which your sites are provisioned upon. Typically what distinguishes a Platform is its custom install profile (such as the case of OpenAtrium, ManagingNews and so on) and custom extra modules, libraries or themes.

When Aegir has these codebases, or platforms, it allows you to easily setup new sites and upgrade existing sites by 'migrating' them to a new platform.

Read more
anarcat's picture

SSL roadmap available

After a good discussion with others, I cam up with a roadmap of the SSL support in Aegir which is of course up for discussion, but I think it's pretty neat and allows for targeting the problem one chunk at a time. All patches welcome from here on!

Read more

Aegir FAQ

The Aegir Project has moved.

This Drupal group is no longer actively used.
To get involved and learn more about Aegir, you should go to our community site,
which also contains our official documentation section and the official discussion group.

Read more
nofuseto's picture

install.php path not protected on sites deployed with aegir

Running Aegir 03-rc2 on Drupal 6.13 on Ubuntu 9.04 dedicated server
Hi, I don't know if this is the right place to put this, but after creating a new site with Aegir (say example.com), if I go to http://example.com/install.php by typing the address in my browser window, I get once more the installer profile options (default and hostmaster), so I guess I could screw an existing site...
The problem doesn't appear if I try to do the same thing with my platform's address (say aegir.example.com). If I type http://aegir.example.com/install.php I get the usual:
Drupal already installed

Read more
Macronomicus's picture

Small but elusive problem

Ok im a bit stumped.. been running Aegir for a while now on my real server so this is killin me!

For my local test environment, I switched from vmware workstation to virtualBox today using the turnkey linux LAMP, everything setup easy and I followed all the directions according to http://groups.drupal.org/node/24230 to prep for Aegir.

There is one caveat though... I have no FQDN ... though I can access Aegir fine with 192.168.150.77
I installed hostmaster Aegir and everything verified and all .. I did get one warning though...

Read more
adrian's picture

A critical look at the implementation of Plugin Manager - Underlying issues and possible solutions

I have been harboring some growing concerns about the direction of the plugin manager integration proposals for Drupal core almost since their inception, but have not been able to make an informed opinion on the subject until I had properly reviewed the proposed system on a much deeper scale.

While my impressions of the project and the current implementation are fairly negative, I have aimed to frame my criticisms in a positive constructive manner because I believe that the goals of the project are worthwhile, and that for a large section of users this could be a very flexible and usable solution.

Unfortunately a lot of my concerns have been well founded, and I believe that the implementation of this system needs to be taken in a different direction for it to be able to succeed in its goals, while not negatively affecting projects like Aegir, Open Atrium and many other ‘serious developers’.

Read more
socialtalker's picture

vps

hello, i am still trying to get my head around how this works, i am not a developer/web master. does aegir work with a vps hosting or just dedicated servers?

Read more
setvik's picture

Does Aegir support multiple web-nodes for a single site? single code-base multisite (./sites/[site domain]) deployments?

I had a couple of questions regarding Aegir:

  1. Does Aegir support provisioning/management of sites where there is a database server and 2+ web servers serving the site?

  2. Does Aegir support provisioning/managing Drupal multisites using the /path/to/root/sites/[site domain] scheme?

Read more
adrian's picture

Aegir 0.3 RC2 released


We're proud to announce the second release candidate of the 0.3 branch of the Aegir hosting system for Drupal.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the second release candidate of the 0.3 release. The primary focus of this release is porting the existing 0.2 release to Drupal 6. We had originally planned to also number this release 0.2, but to simplify support we have opted to give this release it's own version number.

Due to the nature of this release, it is already feature complete and only bug fixes will be accepted.

Read more
anarcat's picture

Aegir code (and drush!) now accessible through git

I have finally got around tackling git-cvsimport. After a little bit of tweaking around, I've been able to import the entire history of the various Aegir projects on Drupal.org in our git repositories. This will enable much easier collaboration and decentalised development.

Read more

Comprehensive Instructions to setup a LAMP stack plus Aegir 0.3RC1

As a weekend project I setup Aegir 0.3RC1 on a VPS (see the bottom of this page for links to VPS hosts).

I have to take my hat off to Adrian and the rest of the Aegir team - it's amazing. So I wanted to write up the installation procedure in a way that makes it as easy as possible for others to try out...

Setup the LAMP stack

The best route to setup the stack in the first place is to use an appliance from Turnkey Linux - they offer a LAMP stack which has much of the configuration done.
Download the appliance here: http://www.turnkeylinux.org/appliances/lamp

Read more
anarcat's picture

SSL support implementation strategy

There has been some talks in the issue tracker recently about implementing SSL support in Aegir. It's an exciting feature I've been thinking about for a while, and I'm at the point of trying to figure out how it would actually be implemented. I wrote up a first spec draft of what it would look like and I would like to seek wider discussion on the subject. How do you think this should be handled? How does your provider deal with SSL right now? Any specific issues we need to think about?

Read more
Macronomicus's picture

Whoa!! Im in love! ^_^

Aegir is so totally freaking awesome!!
New sites in a matter of seconds. Maintaining modules profiles updates .. everything is so much smoother & streamlined!
I have been watching you geniuses build this bad mama jama for months and couldnt be happier with the results!

I can hardly contain myself ... I have more than a dozen sites on my todo list and Aegir is taking a huge bite out of the workload!

Thankyou! Thankyou! Thankyou!!
^_^

Read more
borfast's picture

Some feature ideas

Hi everyone.

I'd like to propose some features for Aegir, which, to be honest, I'm not sure to be missing or if it was I who wasn't able to figure out how to use them. Forgive me if some or even all of these are already possible.

Here goes.

Read more
anarcat's picture

Removed install instructions in favor of INSTALL.txt and release notes

As announced a long time ago, I have remove the old 0.1 install instructions from the tabs above that were confusing a lot of people. A lot has changed since 0.1, especially in the way Aegir is installed and the proper way to figure out how to install Aegir is to read

Read more
molenick's picture

Provision and settings.php - $conf array

After having some problems with Drupal's File System and Caching settings (http://drupal.org/node/513054), I found that the variables were being overridden by the $conf array in settings.php that is created when making a new site in Aegir. After digging, I found that the Provision module creates a site's settings.php in _provision_drupal_create_settings_file().

I noticed that this function is hardcoded to take in the contents of provision_drupal_settings.tpl.php to create settings.php, and had a few questions about this.

Read more
wong.101@osu.edu's picture

Does Aegir works with Nginx?

Hello all,
I'm new here. But it seems like everywhere I looked, Aegir has documentations mostly with apache server. Does Aegir work with Nginx?

Thanks,

Read more
Subscribe with RSS Syndicate content

Discussion

Group organizers

Group categories

Group notifications

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