An open API service indexing awesome lists of open source software.

https://github.com/phase2/openatrium-vagrant

A sample CentOS 5.6 image to show how you can develop with a Vagrant VM.
https://github.com/phase2/openatrium-vagrant

Last synced: 6 months ago
JSON representation

A sample CentOS 5.6 image to show how you can develop with a Vagrant VM.

Awesome Lists containing this project

README

          

# An OpenAtrium.com Vagrant

Steps to get Vagranting:

- Put a Drupal 6 (or theoretically 7) site in this directoery in a folder called `openatrium.com`
- `cd vagrant`
- `vagrant up`
- Enter your root password for NFS _before_ you get coffee.
- Go get coffee.
- Add `172.31.31.44 local.openatrium.com` to your host machine's /etc/hosts
- Wait until the `vagrant up` finishes.
- Hit http://local.openatrium.com in your browser.
- If you need to install Drupal, there's a db called `openatrium` with user/pass of `openatrium`
- PROFIT!