compojure-openshift-quickstart
compojure-openshift-quickstart copied to clipboard
Compojure Quickstart for OpenShift (Unmaintained)
Compojure Quickstart for OpenShift
This is a simple quickstart for Compojure. Compojure is a web framework for Clojure.
Deprecated
This project is no longer under active development. If you would like to use Clojure on OpenShift, please use Immutant on OpenShift.
Running on OpenShift
rhc app create -a hellocompojure -t jbossas-7
cd hellocompojure
git remote add upstream -m master git://github.com/ykomatsu/compojure-openshift-quickstart.git
git pull -s recursive -X theirs upstream master
git push
Running on the local computer
mvn jetty:run
License
The quickstart code is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.html