Skip to content

Commit

Permalink
Add some more to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkeen committed May 20, 2012
1 parent 0239341 commit 9312c86
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,28 @@ Dokuen is a "personal app platform". It's the same idea as all of these PaaS and

### Step 1

WARNING: At the moment Dokuen needs a custom version of Mason. A patch has been accepted but as
of now (2012-05-19) there hasn't been a release with ths patch. So, install mason:

```
$ git clone https://github.com/peterkeen/mason
$ cd mason
$ gem build mason.gemspec
$ gem install mason-0.0.11.gem
```

Then, install dokuen:
```
gem install dokuen
```

### Step 2

Install nginx using homebrew.
Install nginx using homebrew:

```
$ brew install nginx
```

### Step 3

Expand Down

0 comments on commit 9312c86

Please sign in to comment.