Skip to content

Commit

Permalink
Updated docs with autmatic installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iafonov committed Jun 25, 2012
1 parent e2ac583 commit 7d06970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Expand Up @@ -27,12 +27,10 @@ Stack-rails uses soloist to run chef-solo and configure attributes via YAML file

Let's bootstrap infrastructure and deploy thoughtbot's open-source [copycopter](https://github.com/copycopter/copycopter-server) application. This is modern and up-to-date Rails 3 application which uses bundler and asset pipeline.

* Download this repository to target server
* Download this repository to a target server

```bash
$ wget https://github.com/iafonov/stack-rails/tarball/master
$ tar -zxf stack-rails.tar.gz
$ mv iafonov-stack-rails-246c815/ stack-rails
$ curl -L https://raw.github.com/iafonov/stack-rails/master/install | bash
```
* It is really recommended to import this repository to your internal git repo (or fork it) and commit every change you're making
* Run `./bootstrap/ubuntu_1_9_3.sh` to install Ruby 1.9.3
Expand Down
2 changes: 1 addition & 1 deletion install
Expand Up @@ -9,4 +9,4 @@ mv iafonov-stack-rails-* stack-rails
rm stack-rails/install

echo "** Everything was installed to $DIR/stack-rails"
echo "** Next step is to run bootstrap script from $DIR/stack-rails/bootstrap directory"
echo "** Next step is to run bootstrap script from $DIR/stack-rails/bootstrap directory"

0 comments on commit 7d06970

Please sign in to comment.