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

ykomatsu/compojure-openshift-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compojure Quickstart for OpenShift (Unmaintained)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published