Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 987 Bytes

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