Giter Site home page Giter Site logo

Comments (8)

cf-gitbot avatar cf-gitbot commented on August 16, 2024

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/112827021.

from staticfile-buildpack.

ykhadilkar avatar ykhadilkar commented on August 16, 2024

For Jekyll, just need to add manifest.yml file. Below is my sample file

---
applications:
- name: fbo-guide
  memory: 64M
  path: _site/
  buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
  env:
    FORCE_HTTPS: true

from staticfile-buildpack.

afeld avatar afeld commented on August 16, 2024

Right, but does that actually run jekyll build? Ideally (from my perspective) that could be done within Cloud Foundry.

from staticfile-buildpack.

dlapiduz avatar dlapiduz commented on August 16, 2024

@afeld I think the idea of this buildpack is to host sites that have staticfiles, so they have to be compiled by the time it hits the buildpack (this allows you to have a much smaller footprint on the buildpack itself).

You can run jekyll build in CI somewhere and push it with this buildpack.

from staticfile-buildpack.

afeld avatar afeld commented on August 16, 2024

Fair enough, though that's probably worth stating explicitly.

from staticfile-buildpack.

ykhadilkar avatar ykhadilkar commented on August 16, 2024

Used Travis to deploy compiled pages https://docs.travis-ci.com/user/deployment/cloudfoundry

from staticfile-buildpack.

Dannyzen avatar Dannyzen commented on August 16, 2024

@afeld thanks for kicking up the thread. I hope it answered your question. Would you be comfortable with the issue being closed out or do you see any actionable tasks from it?

from staticfile-buildpack.

RochesterinNYC avatar RochesterinNYC commented on August 16, 2024

Closing this issue as it seems to be resolved. Please let us know if you require further assistance.

from staticfile-buildpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.