Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
* Setup
* Usage
  • Loading branch information
quamen committed Oct 26, 2010
1 parent 7345919 commit 750426b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Dollhouse

Dollhouse is a way to deploy servers.
Dollhouse is a way to deploy servers. It is designed to be used with [Babushka](http://github.com/benhoskings/babushka).

## Setup

Expand All @@ -10,4 +10,20 @@ Before you can use Dollhouse to set up a new server you first need to do 2 thing

2. Install your public key in authorized_keys for the root account.

$ scp ~/.ssh/id_rsa.pub root@remote.server.com:.ssh/authorized_keys
$ scp ~/.ssh/id_rsa.pub root@remote.server.com:.ssh/authorized_keys

## Usage

[Dollhouse](http://github.com/geelen/dollhouse) does not yet exist in Gem format, we'll fix that soon, so first you need to clone the repo.

$ cd ~/Code
$ git clone http://github.com/geelen/dollhouse.git

Next copy the dollhouse directory under examples/demo/config into your rails projects config directory.

Once you've configured dollhouse for you project you can then run dollhouse from within your rails apps root directory using the clones repository.

$ ~/Code/dollhouse/bin/dollhouse.rb list

## Configuring Dollhouse

0 comments on commit 750426b

Please sign in to comment.