Skip to content

Commit

Permalink
added basic doc in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxp committed Jul 2, 2012
1 parent 12ad73c commit 072c91d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
@@ -0,0 +1,37 @@
# Getting started #

You should already have installed and configured ruby, chef, vagrant, etc.

### Install librarian

Using rubygems with:

```
gem install librarian
```

### Clone and initialize the repo

```
git clone https://github.com/promet/drupal-stack.git
cd drupal-stack
librarian-chef init
```

### Test it locally with Vagrant

I've included a basic Vagrantfile that will allow to test locally using vagrant the full drupal stack:

```
vagrant up
```

### Using a chef server

To upload all the cookbooks and roles to a chef-server just run:

```
knife cookbook upload -V --all
for f in roles/*.rb; do knife role from file `basename $f`; done
```

0 comments on commit 072c91d

Please sign in to comment.