index <<

Start by initialize your project with this template:


middleman init 02_uikitmm -T hajnyon/middleman-uikit-documentation-template

cd 02_uikitmm


$ bundle config
    Settings are listed in order of priority. The top value will be used.
    local.middleman
    Set for the current user (/home/dna/.bundle/config):
    "/home/dna/Projects-Ruby/middleman/vendor/bundle/ruby/3.1.0/gems/middleman-4.4.2"

$ bundle config path
      Settings for `path` in order of priority. The top value will be used
      You have not configured a value for `path`

$ bundle config path 'vendor/bundle' --local


$ bundle config path

Settings for `path` in order of priority. The top value will be used
Set for your local app 

(/home/dna/Projects-Ruby/middleman/02_uikitmm/.bundle/config): "vendor/bundle"


An error occurred while installing mini_racer (0.2.15),
and Bundler cannot continue.

In Gemfile:
  mini_racer

Then I installed livv8

$ gem install libv8
    Successfully installed libv8-8.4.255.0-x86_64-linux
    1 gem installed

Still did not work.

Then I opened the Gemfile changed.

source 'https://rubygems.org'

gem 'mini_racer', '~> 0.6.2'
# gem 'mini_racer', '~> 0.2.9'

Now it installed.

Installing libv8-node 16.10.0.0 (x86_64-linux)
Fetching mini_racer 0.6.2
Installing mini_racer 0.6.2 with native extensions
Bundle complete! 7 Gemfile dependencies, 51 gems now installed.
Bundled gems are installed into `./vendor/bundle`

Date Modified: 2022-02-09