Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit 06bd989

Browse files
committed
Add a simple readme
1 parent 7c39885 commit 06bd989

File tree

2 files changed

+19
-261
lines changed

2 files changed

+19
-261
lines changed

Diff for: README

-261
This file was deleted.

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Simple Backend Example
2+
3+
This is the source code accomponying my blogpost over at
4+
[iain.nl](http://iain.nl/backends-in-rails-3-1).
5+
6+
# Getting up and running
7+
8+
You'll need Ruby 1.9.2 and PostgreSQL.
9+
10+
Just like any Rails app:
11+
12+
bundle install
13+
rake db:setup
14+
rails server
15+
16+
17+
---
18+
19+
Copyright 2011, Iain Hecker. Released under the MIT license.

0 commit comments

Comments
 (0)