Builds an AEgir environment and site on top of a Vagrant vm.
- This project's source
- Not windows (haven't tested it yet, but you can try)
- Ruby >= 1.9.2 (do yourself a favor and use rvm to manage your ruby environment)
- VirtualBox
- vagrant gem
- chef gem
- librarian gem
-
Start on the host by provisioning and logging into a vm:
host$ git clone git://github.com/xforty/vagrant-aegir.git host$ cd vagrant-aegir host$ librarian-chef install host$ vagrant up
-
After AEgir installs your will see
Aegir is now installed. You can visit it at http://localhost/user/reset/1/1326478208/3ce5671f68069a2807136c47ae6042c9 ************************************************************************ Aegir frontend bootstrap correctly, operation was a success!
You need to append the port :4567 for it to work.
http://localhost:4567/user/reset/1/1326478208/3ce5671f68069a2807136c47ae6042c9
NOTE: You should change your email address.
-
You can login the guest and sudo to aegir
host$ vagrant ssh guest$ sudo su - aegir
-
If you add a site called domain.dom you need to add the following to your
/etc/hosts
file in order to access the site.127.0.0.1 domain.dom
- Consider using an existing aegir cookbook.
- Add http://drupal.org/project/hosting_queue_runner
Maintained by xforty technologies