Skip to content

Commit

Permalink
Readme is important.
Browse files Browse the repository at this point in the history
  • Loading branch information
winston committed Jul 18, 2012
1 parent 27bb297 commit 96721a0
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
# soloistrc builder

Do you use [soloist](https://github.com/mkocher/soloist)?

This simple app will help you build your *soloistrc* file easily from a (GitHub) directory of recipes.

Typically, this is our workflow for setting up our developer and ci machines:

> mkdir workspace && cd workspace
> git clone https://github.com/newcontext/pivotal_workstation

# Build a soloistrc file by choosing from recipes in ~/workspace/pivotal_workstation/recipes

> gem install soloist
> soloist

Build your soloistrc now at [http://soloistrc_builder.herokuapp.com](http://soloistrc_builder.herokuapp.com).
25 changes: 21 additions & 4 deletions views/application.haml
@@ -1,6 +1,23 @@
%section#readme
:markdown
Do you use [soloist](https://github.com/mkocher/soloist)?

This simple app will help you build your *soloistrc* file easily from a (GitHub) directory of recipes.

Typically, this is our workflow for setting up our developer and ci machines:

> mkdir workspace && cd workspace
> git clone https://github.com/newcontext/pivotal_workstation

# Build a soloistrc file by choosing from recipes in ~/workspace/pivotal_workstation/recipes

> gem install soloist
> soloist

[Try it now](/build?url=https://github.com/newcontext/pivotal_workstation), or use your own Chef Cookbooks repo.

%section#config
%form{action: "/build", method: "get"}
%label GitHub Repository URL
%input{type: "text", id: "url", name: "url", placeholder: "https://github.com/newcontext/pivotal_workstation"}
%button{type: "submit"} Submit
%form{action: "/build", method: "get"}
%label GitHub Repository URL
%input{type: "text", id: "url", name: "url", placeholder: "https://github.com/newcontext/pivotal_workstation"}
%button{type: "submit"} Submit
8 changes: 7 additions & 1 deletion views/css/application.scss
Expand Up @@ -2,7 +2,13 @@
@import 'bourbon/bourbon';

body {
font-family: $monospace;
font-family : $monospace;
}

code {
font-size : 14px;
font-style : italic;
color : gray;
}

header,
Expand Down

0 comments on commit 96721a0

Please sign in to comment.