Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbedia/dkac
https://github.com/rbedia/dkac
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbedia/dkac
- Owner: rbedia
- Created: 2015-03-23T02:11:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T19:18:41.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T09:02:40.358Z (almost 2 years ago)
- Language: HTML
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DKAC - Gnutella Web Cache
=========================DKAC is a bare bones implementation of the GWC2 standard documented at
http://gnucleus.sourceforge.net/gwebcache/newgwc.htmlRunning DKAC on Red Hat's OpenShift PaaS
===========================================You can quickly get a public instance of DKAC running with a free OpenShift account.
Create an account at http://openshift.redhat.com/
Create a namespace, if you haven't already
rhc domain create
Create a php-5.4 application (you can name it anything via -a)
rhc app create -a dkac -t php-5.4 -g small
Add this `github dkac` repository
cd dkac
git remote add upstream -m master https://github.com/rbedia/dkac.git
git pull -s recursive -X theirs upstream masterThen push the repo to OpenShift
git push
After the deploy finishes view the application at:
http://dkac-$yournamespace.rhcloud.com