Coder Social home page Coder Social logo

fastjekyll's People

Contributors

cfjedimaster avatar kejunmao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fastjekyll's Issues

Fails to install "jekyl"

Not the typo - here is the output:

ERROR:  Could not find a valid gem 'jekyl' (= 3.6.2) in any repository 
ERROR:  Possible alternatives: jeckyl, jekyll
1 gem installed

Powershell install

@cfjedimaster
I test it,is's work!
and run new powershell windows :

PS C:\Users\kejun> jekyll -v
jekyll 3.7.3

script:

clear
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

$exe = "rubyinstaller-devkit-2.5.1-1-x64"
$url = "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.1-1/$exe.exe"
$file = "$PSScriptRoot\file.exe"
$fileis = Test-Path $file

Write-Host ****************************
Write-Host *    AutoInstall-Jekyll    *
Write-Host *     Powered-By-KeJun     *
Write-Host ****************************

If (!$fileis){
Write-Host Download $exe ...
Invoke-WebRequest -Uri $url -OutFile $file
Write-Host Download $exe Done!
}

Write-Host Install $exe ...
& "./$exe.exe" /silent | Out-Null
Write-Host Install $exe Done!

cd C:\Ruby25-x64\bin
.\ruby.exe -v
.\gem -v

Write-Host Install Jekyll and Bundler ...
.\gem install bundler jekyll

Write-Host enjoy!
pause

Issue with 3.7.3

Let me preface this by saying that I'm 90% sure this isn't your responsibility, but I figured I'd start here to see if you could help. :) I'm trying to see if I can get the install.bat file to use the latest Jekyll build (3.7.3), but doing so gives an error:

Error
ERROR:  Error installing jekyll:
        ERROR: Failed to build gem native extension.
current directory: C:/Ruby24/lib/ruby/gems/2.4.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser

C:/Ruby24/bin/ruby.exe -r ./siteconf20180409-19920-1etd29q.rb extconf.rb
creating Makefile

current directory: C:/Ruby24/lib/ruby/gems/2.4.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser
make "DESTDIR=" clean
'make' is not recognized as an internal or external command,
operable program or batch file.

current directory: C:/Ruby24/lib/ruby/gems/2.4.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser
make "DESTDIR="
'make' is not recognized as an internal or external command,
operable program or batch file.

make failed, exit code 1

Gem files will remain installed in C:/Ruby24/lib/ruby/gems/2.4.0/gems/http_parser.rb-0.6.0 for inspection.
Results logged to C:/Ruby24/lib/ruby/gems/2.4.0/extensions/x86-mingw32/2.4.0/http_parser.rb-0.6.0/gem_make.out
1 gem installed

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.