Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IBM-Cloud/cf-fed-wiki
a version of federated wiki for Cloud Foundry
https://github.com/IBM-Cloud/cf-fed-wiki
Last synced: 5 days ago
JSON representation
a version of federated wiki for Cloud Foundry
- Host: GitHub
- URL: https://github.com/IBM-Cloud/cf-fed-wiki
- Owner: IBM-Cloud
- License: apache-2.0
- Created: 2014-07-01T18:29:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T22:22:03.000Z (over 9 years ago)
- Last Synced: 2024-08-01T12:33:41.202Z (3 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 21
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - IBM-Cloud/cf-fed-wiki - a version of federated wiki for Cloud Foundry (others)
README
cf-fed-wiki - a version of federated wiki for Cloud Foundry
================================================================================The `cf-fed-wiki` package is a version of the
[Federated Wiki server](http://fed.wiki.org/view/welcome-visitors)
customized for deployment to Cloud Foundry.The best way to learn about Federated Wiki is to visit the
[Federated Wiki video site](http://video.fed.wiki.org/).deploy on Bluemix
================================================================================You can deploy this app on the [IBM Bluemix PaaS](https://bluemix.net) by
clicking the "Deploy to Bluemix" button below:deploy on Cloud Foundry, by hand
================================================================================* Clone this git repo.
* Customize the `manifest.yml` file to provide your own custom `host` property.
* Create a MongoDB service; the service should be named `mongodb-fedwiki` and
should have a single property in it's credentials of either `uri` or `url`.
On Bluemix, you can do this with the command:cf create-service mongolab sandbox mongodb-fedwiki
* Push the app without starting it:
cf push --no-start
* Bind the `mongodb-fedwiki` service to the app (`cf-fed-wiki`):
cf bind-service cf-fed-wiki mongodb-fedwiki
* Start the app:
cf start cf-fed-wiki
license
================================================================================All code provided in this package is licensed under:
Apache License, Version 2.0
Packages pulled in via package dependencies are under separate licenses.