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.
- Host: GitHub
- URL: https://github.com/phase2/openatrium-vagrant
- Owner: phase2
- Created: 2012-07-28T04:24:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-02T18:03:06.000Z (over 13 years ago)
- Last Synced: 2025-05-15T18:51:40.732Z (10 months ago)
- Language: Ruby
- Size: 284 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!