Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.

yaph/contentextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dancer on OpenShift Express

This git repository helps you get up and running quickly w/ a Dancer installation on OpenShift Express. The Dancer project name used in this repo is 'openshift' but you can feel free to change it.

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a perl-5.10 application

rhc-create-app -a dancer -t perl-5.10

Add this upstream dancer repo

cd dancer
git rm -r perl
git commit -a -m "remove stock perl dir to prepare for Dancer"
git remote add upstream -m master git://github.com/openshift/dancer-example.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at:

http://dancer-$yournamespace.rhcloud.com

About

HTML Content Extraction Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors