Skip to content

jekyll install/build steps #108

Description

@fnoop

Aside from #106, there are further gems missing when it comes to trying to build with jekyll, in a typical OS install (eg. ubuntu).
It seems the easiest way to resolve this is to use bundler to install the gems locally in docs/vendor/bundle, somewhat akin to virtualenv in python.

sudo gem install bundler --version 2.1.2
git clone https://github.com/goodrobots/devframe
cd devframe/docs
bundle config set deployment 'true'
bundle install --deployment
bundle exec jekyll build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions