Skip to content

Instantly share code, notes, and snippets.

@youz
Created July 9, 2011 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youz/1073657 to your computer and use it in GitHub Desktop.
Save youz/1073657 to your computer and use it in GitHub Desktop.
Noir on Heroku #clojure
clj $ lein plugin install lein-noir 1.1.0-SNAPSHOT
[INFO] snapshot lein-noir:lein-noir:1.1.0-SNAPSHOT: checking for updates from central
[INFO] snapshot lein-noir:lein-noir:1.1.0-SNAPSHOT: checking for updates from clojars
Downloading: org/clojure/clojure/1.2.1/clojure-1.2.1.pom from central
Downloading: org/clojure/clojure/1.2.1/clojure-1.2.1.jar from central
Copying 1 file to /var/folders/Xa/XaVG6lM3HNGMJUbeH8sScU+++TI/-Tmp-/lein-517343c1-4349-4b12-9c4d-9f2fa9998c52/lib
Including lein-noir-1.1.0-SNAPSHOT.jar
Including clojure-1.2.1.jar
Created lein-noir-1.1.0-SNAPSHOT.jar
clj $ lein noir new noirtest
Creating noir project: noirtest
Creating new dirs at: /Users/youz/code/clj/noirtest
Adding files...
Project created!
clj $ cd noirtest/
noirtest $ echo web: lein run > Procfile
noirtest $ git init
Initialized empty Git repository in /Users/youz/code/clj/noirtest/.git/
noirtest $ git add .
noirtest $ git commit -m 'initial commit'
[master (root-commit) 0b67781] initial commit
8 files changed, 120 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100644 Procfile
create mode 100644 README.md
create mode 100644 project.clj
create mode 100644 resources/public/css/reset.css
create mode 100644 src/noirtest/server.clj
create mode 100644 src/noirtest/views/common.clj
create mode 100644 src/noirtest/views/welcome.clj
noirtest $ heroku create -s cedar
Creating simple-sky-836... done, stack is cedar
http://simple-sky-836.herokuapp.com/ | git@heroku.com:simple-sky-836.git
Git remote heroku added
noirtest $ git push heroku master
Warning: Permanently added the RSA host key for IP address '50.19.85.156' to the list of known hosts.
Counting objects: 16, done.
Delta compression using up to 2 threads.
Compressing objects: 10% (1/10)
Compressing objects: 20% (2/10)
Compressing objects: 30% (3/10)
Compressing objects: 40% (4/10)
Compressing objects: 50% (5/10)
Compressing objects: 60% (6/10)
Compressing objects: 70% (7/10)
Compressing objects: 80% (8/10)
Compressing objects: 90% (9/10)
Compressing objects: 100% (10/10)
Compressing objects: 100% (10/10), done.
Writing objects: 6% (1/16)
Writing objects: 12% (2/16)
Writing objects: 18% (3/16)
Writing objects: 25% (4/16)
Writing objects: 31% (5/16)
Writing objects: 37% (6/16)
Writing objects: 43% (7/16)
Writing objects: 50% (8/16)
Writing objects: 56% (9/16)
Writing objects: 62% (10/16)
Writing objects: 68% (11/16)
Writing objects: 75% (12/16)
Writing objects: 81% (13/16)
Writing objects: 87% (14/16)
Writing objects: 93% (15/16)
Writing objects: 100% (16/16)
Writing objects: 100% (16/16), 2.07 KiB, done.
Total 16 (delta 0), reused 0 (delta 0)
-----> Heroku receiving push
-----> Clojure app detected
-----> Installing Leiningen
Downloading: leiningen-1.5.2-standalone.jar
Downloading: rlwrap-0.3.7
Writing: lein script
-----> Installing dependencies with Leiningen
Running: lein deps :skip-dev
Downloading: org/clojure/clojure/1.2.1/clojure-1.2.1.pom from central
[INFO] snapshot noir:noir:1.1.0-SNAPSHOT: checking for updates from clojure-snapshots
[INFO] snapshot noir:noir:1.1.0-SNAPSHOT: checking for updates from clojars
Downloading: noir/noir/1.1.0-SNAPSHOT/noir-1.1.0-20110601.165758-6.pom from clojars
Transferring 3K from clojars
Downloading: compojure/compojure/0.6.4/compojure-0.6.4.pom from clojure
Downloading: compojure/compojure/0.6.4/compojure-0.6.4.pom from clojars
Transferring 2K from clojars
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojure
Transferring 1K from clojure
Downloading: org/clojure/core.incubator/0.1.0/core.incubator-0.1.0.pom from clojure
Downloading: org/clojure/core.incubator/0.1.0/core.incubator-0.1.0.pom from clojars
Downloading: org/clojure/core.incubator/0.1.0/core.incubator-0.1.0.pom from central
Downloading: org/clojure/pom.contrib/0.0.20/pom.contrib-0.0.20.pom from clojure
Downloading: org/clojure/pom.contrib/0.0.20/pom.contrib-0.0.20.pom from clojars
Downloading: org/clojure/pom.contrib/0.0.20/pom.contrib-0.0.20.pom from central
Downloading: org/sonatype/oss/oss-parent/5/oss-parent-5.pom from clojure
Downloading: org/sonatype/oss/oss-parent/5/oss-parent-5.pom from clojars
Downloading: org/sonatype/oss/oss-parent/5/oss-parent-5.pom from central
Downloading: org/clojure/clojure/1.3.0-alpha5/clojure-1.3.0-alpha5.pom from clojure
Downloading: org/clojure/clojure/1.3.0-alpha5/clojure-1.3.0-alpha5.pom from clojars
Downloading: org/clojure/clojure/1.3.0-alpha5/clojure-1.3.0-alpha5.pom from central
Downloading: org/clojure/tools.macro/0.1.0/tools.macro-0.1.0.pom from clojure
Downloading: org/clojure/tools.macro/0.1.0/tools.macro-0.1.0.pom from clojars
Downloading: org/clojure/tools.macro/0.1.0/tools.macro-0.1.0.pom from central
Downloading: clout/clout/0.4.1/clout-0.4.1.pom from clojure
Downloading: clout/clout/0.4.1/clout-0.4.1.pom from clojars
Transferring 2K from clojars
Downloading: ring/ring-core/0.3.10/ring-core-0.3.10.pom from clojure
Downloading: ring/ring-core/0.3.10/ring-core-0.3.10.pom from clojars
Transferring 2K from clojars
Downloading: commons-codec/commons-codec/1.4/commons-codec-1.4.pom from clojure
Downloading: commons-codec/commons-codec/1.4/commons-codec-1.4.pom from clojars
Downloading: commons-codec/commons-codec/1.4/commons-codec-1.4.pom from central
Downloading: org/apache/commons/commons-parent/11/commons-parent-11.pom from clojure
Downloading: org/apache/commons/commons-parent/11/commons-parent-11.pom from clojars
Downloading: org/apache/commons/commons-parent/11/commons-parent-11.pom from central
Downloading: org/apache/apache/4/apache-4.pom from clojure
Downloading: org/apache/apache/4/apache-4.pom from clojars
Downloading: org/apache/apache/4/apache-4.pom from central
Downloading: commons-io/commons-io/1.4/commons-io-1.4.pom from clojure
Downloading: commons-io/commons-io/1.4/commons-io-1.4.pom from clojars
Downloading: commons-io/commons-io/1.4/commons-io-1.4.pom from central
Downloading: org/apache/commons/commons-parent/7/commons-parent-7.pom from clojure
Downloading: org/apache/commons/commons-parent/7/commons-parent-7.pom from clojars
Downloading: org/apache/commons/commons-parent/7/commons-parent-7.pom from central
Downloading: commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.pom from clojure
Downloading: commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.pom from clojars
Downloading: commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.pom from central
Downloading: javax/servlet/servlet-api/2.5/servlet-api-2.5.pom from clojure
Downloading: javax/servlet/servlet-api/2.5/servlet-api-2.5.pom from clojars
Downloading: javax/servlet/servlet-api/2.5/servlet-api-2.5.pom from central
Downloading: org/clojure/tools.namespace/0.1.0/tools.namespace-0.1.0.pom from clojure
Downloading: org/clojure/tools.namespace/0.1.0/tools.namespace-0.1.0.pom from clojars
Downloading: org/clojure/tools.namespace/0.1.0/tools.namespace-0.1.0.pom from central
Downloading: org/clojure/java.classpath/0.1.0/java.classpath-0.1.0.pom from clojure
Downloading: org/clojure/java.classpath/0.1.0/java.classpath-0.1.0.pom from clojars
Downloading: org/clojure/java.classpath/0.1.0/java.classpath-0.1.0.pom from central
Downloading: clj-json/clj-json/0.3.2/clj-json-0.3.2.pom from clojure
Downloading: clj-json/clj-json/0.3.2/clj-json-0.3.2.pom from clojars
Transferring 2K from clojars
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojure
Transferring 4K from clojure
Downloading: org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.pom from clojure
Downloading: org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.pom from clojars
Downloading: org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.pom from central
Downloading: ring/ring/0.3.10/ring-0.3.10.pom from clojure
Downloading: ring/ring/0.3.10/ring-0.3.10.pom from clojars
Transferring 2K from clojars
Downloading: ring/ring-devel/0.3.10/ring-devel-0.3.10.pom from clojure
Downloading: ring/ring-devel/0.3.10/ring-devel-0.3.10.pom from clojars
Transferring 2K from clojars
Downloading: hiccup/hiccup/0.3.6/hiccup-0.3.6.pom from clojure
Downloading: hiccup/hiccup/0.3.6/hiccup-0.3.6.pom from clojars
Transferring 2K from clojars
Downloading: clj-stacktrace/clj-stacktrace/0.2.2/clj-stacktrace-0.2.2.pom from clojure
Downloading: clj-stacktrace/clj-stacktrace/0.2.2/clj-stacktrace-0.2.2.pom from clojars
Transferring 1K from clojars
Downloading: ring/ring-jetty-adapter/0.3.10/ring-jetty-adapter-0.3.10.pom from clojure
Downloading: ring/ring-jetty-adapter/0.3.10/ring-jetty-adapter-0.3.10.pom from clojars
Transferring 2K from clojars
Downloading: ring/ring-servlet/0.3.10/ring-servlet-0.3.10.pom from clojure
Downloading: ring/ring-servlet/0.3.10/ring-servlet-0.3.10.pom from clojars
Transferring 1K from clojars
Downloading: org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom from clojure
Downloading: org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom from clojars
Downloading: org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom from central
Downloading: org/mortbay/jetty/project/6.1.26/project-6.1.26.pom from clojure
Downloading: org/mortbay/jetty/project/6.1.26/project-6.1.26.pom from clojars
Downloading: org/mortbay/jetty/project/6.1.26/project-6.1.26.pom from central
Downloading: org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom from clojure
Downloading: org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom from clojars
Downloading: org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom from central
Downloading: org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom from clojure
Downloading: org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom from clojars
Downloading: org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom from central
Downloading: org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom from clojure
Downloading: org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom from clojars
Downloading: org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom from central
Downloading: org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom from clojure
Downloading: org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom from clojars
Downloading: org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom from central
Downloading: org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom from clojure
Downloading: org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom from clojars
Downloading: org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom from central
Downloading: cssgen/cssgen/0.2.4/cssgen-0.2.4.pom from clojure
Downloading: cssgen/cssgen/0.2.4/cssgen-0.2.4.pom from clojars
Transferring 2K from clojars
Downloading: ring-reload-modified/ring-reload-modified/0.1.0/ring-reload-modified-0.1.0.pom from clojure
Downloading: ring-reload-modified/ring-reload-modified/0.1.0/ring-reload-modified-0.1.0.pom from clojars
Transferring 2K from clojars
Downloading: net/java/dev/jets3t/jets3t/0.8.0/jets3t-0.8.0.pom from clojure
Downloading: net/java/dev/jets3t/jets3t/0.8.0/jets3t-0.8.0.pom from clojars
Downloading: net/java/dev/jets3t/jets3t/0.8.0/jets3t-0.8.0.pom from central
Downloading: commons-codec/commons-codec/1.3/commons-codec-1.3.pom from clojure
Downloading: commons-codec/commons-codec/1.3/commons-codec-1.3.pom from clojars
Downloading: commons-codec/commons-codec/1.3/commons-codec-1.3.pom from central
Downloading: commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom from clojure
Downloading: commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom from clojars
Downloading: commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom from central
Downloading: org/apache/commons/commons-parent/5/commons-parent-5.pom from clojure
Downloading: org/apache/commons/commons-parent/5/commons-parent-5.pom from clojars
Downloading: org/apache/commons/commons-parent/5/commons-parent-5.pom from central
Downloading: commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom from clojure
Downloading: commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom from clojars
Downloading: commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom from central
Downloading: commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom from clojure
Downloading: commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom from clojars
Downloading: commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom from central
Downloading: commons-codec/commons-codec/1.2/commons-codec-1.2.pom from clojure
Downloading: commons-codec/commons-codec/1.2/commons-codec-1.2.pom from clojars
Downloading: commons-codec/commons-codec/1.2/commons-codec-1.2.pom from central
Downloading: com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.pom from clojure
Downloading: com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.pom from clojars
Downloading: com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.pom from central
Downloading: org/sonatype/oss/oss-parent/3/oss-parent-3.pom from maven2-repository.dev.java.net
Downloading: org/sonatype/oss/oss-parent/3/oss-parent-3.pom from clojure
Downloading: org/sonatype/oss/oss-parent/3/oss-parent-3.pom from clojars
Downloading: org/sonatype/oss/oss-parent/3/oss-parent-3.pom from central
Downloading: org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.pom from clojure
Downloading: org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.pom from clojars
Downloading: org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.pom from central
Downloading: org/clojure/clojure/1.2.1/clojure-1.2.1.jar from central
Downloading: noir/noir/1.1.0-SNAPSHOT/noir-1.1.0-20110601.165758-6.jar from clojars
Transferring 19K from clojars
Downloading: compojure/compojure/0.6.4/compojure-0.6.4.jar from clojure
Downloading: compojure/compojure/0.6.4/compojure-0.6.4.jar from clojars
Transferring 5K from clojars
Downloading: org/clojure/core.incubator/0.1.0/core.incubator-0.1.0.jar from clojure
Downloading: org/clojure/core.incubator/0.1.0/core.incubator-0.1.0.jar from clojars
Downloading: org/clojure/core.incubator/0.1.0/core.incubator-0.1.0.jar from central
Downloading: org/clojure/tools.macro/0.1.0/tools.macro-0.1.0.jar from clojure
Downloading: org/clojure/tools.macro/0.1.0/tools.macro-0.1.0.jar from clojars
Downloading: org/clojure/tools.macro/0.1.0/tools.macro-0.1.0.jar from central
Downloading: clout/clout/0.4.1/clout-0.4.1.jar from clojure
Downloading: clout/clout/0.4.1/clout-0.4.1.jar from clojars
Transferring 3K from clojars
Downloading: ring/ring-core/0.3.10/ring-core-0.3.10.jar from clojure
Downloading: ring/ring-core/0.3.10/ring-core-0.3.10.jar from clojars
Transferring 16K from clojars
Downloading: commons-codec/commons-codec/1.3/commons-codec-1.3.jar from clojure
Downloading: commons-codec/commons-codec/1.3/commons-codec-1.3.jar from clojars
Downloading: commons-codec/commons-codec/1.3/commons-codec-1.3.jar from central
Downloading: commons-io/commons-io/1.4/commons-io-1.4.jar from clojure
Downloading: commons-io/commons-io/1.4/commons-io-1.4.jar from clojars
Downloading: commons-io/commons-io/1.4/commons-io-1.4.jar from central
Downloading: commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar from clojure
Downloading: commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar from clojars
Downloading: commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar from central
Downloading: javax/servlet/servlet-api/2.5/servlet-api-2.5.jar from clojure
Downloading: javax/servlet/servlet-api/2.5/servlet-api-2.5.jar from clojars
Downloading: javax/servlet/servlet-api/2.5/servlet-api-2.5.jar from central
Downloading: org/clojure/tools.namespace/0.1.0/tools.namespace-0.1.0.jar from clojure
Downloading: org/clojure/tools.namespace/0.1.0/tools.namespace-0.1.0.jar from clojars
Downloading: org/clojure/tools.namespace/0.1.0/tools.namespace-0.1.0.jar from central
Downloading: org/clojure/java.classpath/0.1.0/java.classpath-0.1.0.jar from clojure
Downloading: org/clojure/java.classpath/0.1.0/java.classpath-0.1.0.jar from clojars
Downloading: org/clojure/java.classpath/0.1.0/java.classpath-0.1.0.jar from central
Downloading: clj-json/clj-json/0.3.2/clj-json-0.3.2.jar from clojure
Downloading: clj-json/clj-json/0.3.2/clj-json-0.3.2.jar from clojars
Transferring 5K from clojars
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.jar from clojure
Transferring 466K from clojure
Downloading: org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar from clojure
Downloading: org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar from clojars
Downloading: org/codehaus/jackson/jackson-core-asl/1.5.0/jackson-core-asl-1.5.0.jar from central
Downloading: ring/ring/0.3.10/ring-0.3.10.jar from clojure
Downloading: ring/ring/0.3.10/ring-0.3.10.jar from clojars
Transferring 2K from clojars
Downloading: ring/ring-devel/0.3.10/ring-devel-0.3.10.jar from clojure
Downloading: ring/ring-devel/0.3.10/ring-devel-0.3.10.jar from clojars
Transferring 6K from clojars
Downloading: hiccup/hiccup/0.3.6/hiccup-0.3.6.jar from clojure
Downloading: hiccup/hiccup/0.3.6/hiccup-0.3.6.jar from clojars
Transferring 8K from clojars
Downloading: clj-stacktrace/clj-stacktrace/0.2.2/clj-stacktrace-0.2.2.jar from clojure
Downloading: clj-stacktrace/clj-stacktrace/0.2.2/clj-stacktrace-0.2.2.jar from clojars
Transferring 5K from clojars
Downloading: ring/ring-jetty-adapter/0.3.10/ring-jetty-adapter-0.3.10.jar from clojure
Downloading: ring/ring-jetty-adapter/0.3.10/ring-jetty-adapter-0.3.10.jar from clojars
Transferring 2K from clojars
Downloading: ring/ring-servlet/0.3.10/ring-servlet-0.3.10.jar from clojure
Downloading: ring/ring-servlet/0.3.10/ring-servlet-0.3.10.jar from clojars
Transferring 3K from clojars
Downloading: org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar from clojure
Downloading: org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar from clojars
Downloading: org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar from central
Downloading: org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar from clojure
Downloading: org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar from clojars
Downloading: org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar from central
Downloading: org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar from clojure
Downloading: org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar from clojars
Downloading: org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar from central
Downloading: cssgen/cssgen/0.2.4/cssgen-0.2.4.jar from clojure
Downloading: cssgen/cssgen/0.2.4/cssgen-0.2.4.jar from clojars
Transferring 4K from clojars
Downloading: ring-reload-modified/ring-reload-modified/0.1.0/ring-reload-modified-0.1.0.jar from clojure
Downloading: ring-reload-modified/ring-reload-modified/0.1.0/ring-reload-modified-0.1.0.jar from clojars
Transferring 4K from clojars
Downloading: net/java/dev/jets3t/jets3t/0.8.0/jets3t-0.8.0.jar from clojure
Downloading: net/java/dev/jets3t/jets3t/0.8.0/jets3t-0.8.0.jar from clojars
Downloading: net/java/dev/jets3t/jets3t/0.8.0/jets3t-0.8.0.jar from central
Downloading: commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar from clojure
Downloading: commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar from clojars
Downloading: commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar from central
Downloading: commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar from clojure
Downloading: commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar from clojars
Downloading: commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar from central
Downloading: com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.jar from clojure
Downloading: com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.jar from clojars
Downloading: com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.jar from central
Downloading: org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar from clojure
Downloading: org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar from clojars
Downloading: org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar from central
Copying 32 files to /tmp/build_2yt9mg4a9p54u/lib
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 12.5MB
-----> Launching... done, v4
http://simple-sky-836.herokuapp.com deployed to Heroku
To git@heroku.com:simple-sky-836.git
* [new branch] master -> master
noirtest $ heroku scale web=1
Scaling web processes... done, now running 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment