jekyll 2.5.3をWindows環境にインストール
Win環境でjekyllを動かすまでのメモ
参考
基本的にはRun Jekyll on Windowsの手順にしたがっていけば問題なさそう。
「jekyll Windows」でぐぐると、UTF-8対策とか、pygmentsのダウングレードとか記載されていましたが、特に必要ありませんでした。改善されたのかな。
Rubyのインストール
Ruby 2.2.3 (x64)をダウンロードしました。
インストール途中で「Add Ruby executables to your PATH」という環境変数を設定するオプションがあるのでチェックをいれる
Ruby DevKitのインストール
DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exeをダウンロードしました。
解凍して、C:\RubyDevKit
に設置。
以下のコマンドを実行
> cd C:\RubyDevKit
> ruby dk.rb init
> ruby dk.rb install
Pythonのインストール
Python 2.7.10をダウンロードしました。
インストール後、C:\Python27
とC:\Python27\Scripts
にパスを通しておく。
pygmentsのインストール
まずはpipをインストール。
get-pip.py
をダウンロードし以下のコマンドを実行。
> python get-pip.py
完了したら、pygmentsをインストール。
> python -m pip install Pygments
wdmのインストール
> gem install wdm
Jekyllのインストール
> gem install jekyll
Jelyllを動かす
> gem install wdm
> gem install jekyll
Jelyllを動かす
EC-CUBE3のドキュメントをgithubからcloneして動かしてみる
> git clone https://github.com/EC-CUBE/ec-cube.github.io.git
> cd ec-cube.github.io
> jekyll serve
Configuration file: C:/Users/chihiro_adachi/Documents/ec-cube.github.io/_config.yml
Source: C:/Users/chihiro_adachi/Documents/ec-cube.github.io
Destination: C:/Users/chihiro_adachi/Documents/ec-cube.github.io/_site
Generating... done.
Auto-regeneration: enabled for 'C:/Users/chihiro_adachi/Documents/ec-cube.github.io'
Configuration file: C:/Users/chihiro_adachi/Documents/ec-cube.github.io/_config.yml
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
にアクセスし、ページが表示されていれば成功。
終了するときは、ctrl-cで。
Author And Source
この問題について(jekyll 2.5.3をWindows環境にインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/chihiro-adachi/items/99a82c902b4c8467aa4c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .