Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
manarth committed May 17, 2012
1 parent 075687b commit 551c448
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
@@ -1,8 +1,28 @@
A Drupal development environment
================================
About Project Oscar
===================
Project Oscar is a Drupal development environment, in a jiffy.
It provides a stack of installed and configured services, and all the tools
you'll need to get building sites straight away.

This set of puppet manifests is designed to build a good Drupal development
environment for local development. It's intended to work with Vagrant, but may
well work without it.
What do you need?
=================
Project Oscar requires:
- VirtualBox
http://www.virtualbox.org/
- Vagrant
http://vagrantup.com/

A Vagrant box will follow soon.
Getting started
===============
# Install VirtualBox.
# Install Vagrant.
# Choose a directory to work in.
We'll use ~/Development/drupaldev in this example, and assume this directory
does not yet exist.
# mkdir -p ~/Development/drupaldev
# cd ~/Development/drupaldev
# vagrant box add oscar http://github.com/manarth/oscar/project_oscar.box
This assumes you want to work from the latest (dev) version of Project Oscar.
Change the URL if you prefer to use a particular release.
# vagrant init oscar
# vagrant up

0 comments on commit 551c448

Please sign in to comment.