Skip to content

xforty/vagrant-aegir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

Builds an AEgir environment and site on top of a Vagrant vm.

REQUIREMENTS

BASIC USAGE

  1. 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
    
  2. 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.

  3. You can login the guest and sudo to aegir

     host$ vagrant ssh
     guest$ sudo su - aegir
    
  4. 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

TODO


Maintained by xforty technologies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages