Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #9 from drnic/install-on-cf
Browse files Browse the repository at this point in the history
Include manifest & instructions for CF deployment
  • Loading branch information
frodenas committed Jan 11, 2013
2 parents 8e56f20 + 1381278 commit 86f43e1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Demo
----
Check [CF-Console at cloudfoundry.com](http://cf-console.cloudfoundry.com/).

Deploy to CloudFoundry
----------------------

```
git clone git://github.com/frodenas/cf-console.git
cd cf-console
bundle
bundle exec rake assets:precompile
wmgvmc push --runtime ruby19
# press Enter for all defaults
```

Installation
------------
No DB required, just clone the project and start the server:
Expand Down
13 changes: 13 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
applications:
.:
name: cf-console
framework:
name: rails3
info:
mem: 256M
description: Rails Application
exec:
url: ${name}.${target-base}
mem: 256M
instances: 1

0 comments on commit 86f43e1

Please sign in to comment.