https://github.com/cloudfoundry-community/codenvy-cfrunner
Cloud Foundry runner for the cloud-ide Codenvy
https://github.com/cloudfoundry-community/codenvy-cfrunner
Last synced: 9 months ago
JSON representation
Cloud Foundry runner for the cloud-ide Codenvy
- Host: GitHub
- URL: https://github.com/cloudfoundry-community/codenvy-cfrunner
- Owner: cloudfoundry-community
- Created: 2015-04-18T23:21:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T07:41:13.000Z (about 11 years ago)
- Last Synced: 2024-04-14T22:47:39.616Z (about 2 years ago)
- Language: Dockerfile
- Size: 107 KB
- Stars: 7
- Watchers: 39
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codenvy-cfrunner
Cloud Foundry runner for the cloud-ide [Codenvy](https://codenvy.com/).
[Codenvy](https://codenvy.com/) let you code directly in your browser and in add provide a way to execute your current code directly online with docker container. see this 3min video: [Creating Java Apps With Eclipse Che](https://www.youtube.com/watch?v=Hfa7IJONJPU) to see the magic.
But there is no runner for cloud foundry this repo let you use Cloud Foundry as a runner and show log from Cloud Foundry.
## Installation
1. Create an account on [Codenvy](https://codenvy.com/site/create-account)
2. Create or import a project in your dashboard
3. Create a `manifest.yml` on your root directory project in codenvy (see: [http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html](http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html) )
3. In your environment click on bottom on the tab `runner`. The runner tab will appear.
4. Choose the tab `Configs` from it
5. You will see 2 option list: `Type` and `Scope`, on `Scope`choose all and it will show you a list of provided runner.
6. In this list choose one and click on `copy` on the right you will have a new custom runner wich start by `Environment`
7. Select this new runner and replace the text area called `Dockerfile` by this content [https://github.com/cloudfoundry-community/codenvy-cfrunner/blob/master/Dockerfile](https://github.com/cloudfoundry-community/codenvy-cfrunner/blob/master/Dockerfile) and replace at the beggining of the file your cloud foundry api url, your cloud foundry login...
8. Click on `Save`
9. Run it by clicking on the play icon
10. Your app will be pushed, logs will be tailed and codenvy will provide you an url which will redirect to your current running app on Cloud Foundry
**Note:** You can ask help on issues if some points are not very clear.