Skip to content

Commit

Permalink
Add README file
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKetmo committed Dec 6, 2014
1 parent 736c29d commit 252e9e7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/stages/*
!/stages/deploy.rb.dist
!/stages/example.rb.dist
/vendor/*
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# OpenLocalization Capistrano

Configuration files to deploy the [openl10n](https://github.com/openl10n/openl10n) project
using [Capistrano](http://capistranorb.com/).

## Install

```bash
gem install bundler
bundle install
```

## Configure

Copy the `stages/example.rb.dist` file and adapt it to your need.
For instance, create a `production` environment:

```bash
cp stages/example.rb.dist stages/production.rb
```

## Deploy

Deploy to this production environment:

```bash
bundle exec cap production deploy
```
File renamed without changes.

0 comments on commit 252e9e7

Please sign in to comment.