Last active
May 25, 2018 13:26
-
-
Save andypiper/7198528 to your computer and use it in GitHub Desktop.
Run a reveal.js presentation on Cloud Foundry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# we can safely ignore all of this content | |
# use the nginx buildpack | |
# cf push --buildpack https://github.com/cloudfoundry-community/nginx-buildpack.git | |
.git | |
.gitignore | |
.sass-cache | |
.travis.yml | |
LICENSE | |
README.md | |
Gruntfile.js | |
package.json | |
node_modules | |
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
applications: | |
- name: preso | |
memory: 128M | |
instances: 1 | |
host: preso-${random-word} | |
domain: cfapps.io | |
path: . | |
buildpack: https://github.com/cloudfoundry-community/nginx-buildpack.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment