Skip to content

Commit

Permalink
Added pair.io config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Apr 14, 2011
1 parent bc1be81 commit dc811fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pair.io/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"size": "micro",
"image_id": "us-east-1/ami-7000f019",
"inbound_ports": [22, 80, 81, 443, 8080, 8081, 8443]
}
10 changes: 10 additions & 0 deletions .pair.io/post-provisioning.csh.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(sudo
(apt-install :openjdk-6-jdk))

(sudo
(wget "https://github.com/technomancy/leiningen/raw/stable/bin/lein"
"--no-check-certificate")
(chmod :0755 "./lein")
(mv "./lein" "/usr/bin"))

($ "lein")

0 comments on commit dc811fa

Please sign in to comment.