{"id":1231,"date":"2024-10-17T17:09:16","date_gmt":"2024-10-17T09:09:16","guid":{"rendered":"https:\/\/thereisno.top\/?p=1231"},"modified":"2024-10-22T15:13:23","modified_gmt":"2024-10-22T07:13:23","slug":"ubuntu-%e5%ae%89%e8%a3%85jekyll","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=1231","title":{"rendered":"ubuntu \u5b89\u88c5jekyll"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"\u5b89\u88c5ruby\">\u5b89\u88c5ruby<a href=\"https:\/\/xuenhua.github.io\/xuenhua\/2020\/03\/24\/ubuntu-install-jekyll\/#%E5%AE%89%E8%A3%85ruby\"><\/a><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n# sudo apt-get update\n# sudo apt-get install ruby\n\u6216\u8005\n# sudo apt-get install ruby2.0\n#\u4e0d\u5b89\u88c5dev\u5b89\u88c5jekyll\u4f1a\u62a5\u9519\napt-get intall ruby-dev\n<\/code><\/pre>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u5b89\u88c5jekyll\u662f\u63d0\u793a\u9700\u8981ruby-24apt\u5b89\u88c5\u4e3a23\u9700\u8981\u4ece\u6e90\u7801\u5b89\u88c5\">\u5b89\u88c5jekyll\u662f\u63d0\u793a\u9700\u8981ruby &gt;2.4,apt\u5b89\u88c5\u4e3a2.3\uff0c\u9700\u8981\u4ece\u6e90\u7801\u5b89\u88c5<a href=\"https:\/\/xuenhua.github.io\/xuenhua\/2020\/03\/24\/ubuntu-install-jekyll\/#%E5%AE%89%E8%A3%85jekyll%E6%98%AF%E6%8F%90%E7%A4%BA%E9%9C%80%E8%A6%81ruby-24apt%E5%AE%89%E8%A3%85%E4%B8%BA23%E9%9C%80%E8%A6%81%E4%BB%8E%E6%BA%90%E7%A0%81%E5%AE%89%E8%A3%85\"><\/a><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n$ tar zxvf ruby-2.4.0.tar.gz\n$ cd ruby-2.4.0\n$ .\/configure\n$ make\n$ sudo make install\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u67e5\u770b\u7248\u672cruby--v\u5982\u679c\u8fd8\u662f\u65e7\u7248\u5220\u9664\u65e7\u7248\u91cd\u65b0\u5b89\u88c5\u6216\u8005\u4fee\u6539\u94fe\u63a5\">\u67e5\u770b\u7248\u672cruby -v\u5982\u679c\u8fd8\u662f\u65e7\u7248\uff0c\u5220\u9664\u65e7\u7248\u91cd\u65b0\u5b89\u88c5\u6216\u8005\u4fee\u6539\u94fe\u63a5<a href=\"https:\/\/xuenhua.github.io\/xuenhua\/2020\/03\/24\/ubuntu-install-jekyll\/#%E6%9F%A5%E7%9C%8B%E7%89%88%E6%9C%ACruby--v%E5%A6%82%E6%9E%9C%E8%BF%98%E6%98%AF%E6%97%A7%E7%89%88%E5%88%A0%E9%99%A4%E6%97%A7%E7%89%88%E9%87%8D%E6%96%B0%E5%AE%89%E8%A3%85%E6%88%96%E8%80%85%E4%BF%AE%E6%94%B9%E9%93%BE%E6%8E%A5\"><\/a><\/h2>\n\n\n\n<p>\u5982\u679c\u5df2\u7ecf\u5b89\u88c5\u4e86\u4f4e\u7248\u672c\u7684ruby\uff0c\u9ed8\u8ba4\u5b89\u88c5\u5728\/usr\/bin\u76ee\u5f55\u4e0b\uff0c\u82e5\u6b64\u65f6\u6267\u884cruby -v\uff0c\u8fd8\u662f\u4f1a\u663e\u793a\u4f4e\u7248\u672c\u7684ruby\uff0c\u82e5\u9ed8\u8ba4\u4f7f\u5176\u6267\u884c2.4\u7248\u672c\u7684ruby\uff0c\u5219\u53ef\u901a\u8fc7\u8f6f\u94fe\u63a5\u7684\u65b9\u5f0f\u5b9e\u73b0<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\nruby -v\nfind \/usr -name \"ruby\"\nsudo rm \/usr\/bin\/ruby\nsudo ln -s \/usr\/local\/bin\/ruby \/usr\/bin\/ruby\nruby -v\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u66f4\u65b0\u56fd\u5185\u955c\u50cf\">\u66f4\u65b0\u56fd\u5185\u955c\u50cf<a href=\"https:\/\/xuenhua.github.io\/xuenhua\/2020\/03\/24\/ubuntu-install-jekyll\/#%E6%9B%B4%E6%96%B0%E5%9B%BD%E5%86%85%E9%95%9C%E5%83%8F\"><\/a><\/h2>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/gems.ruby-china.com\n<\/div><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>\n$ gem update --system # \u8fd9\u91cc\u8bf7\u7ffb\u5899\u4e00\u4e0b\n$ gem -v\n2.6.3\n$ gem sources --add https:\/\/gems.ruby-china.com\/ --remove https:\/\/rubygems.org\/\n$ gem sources -l\nhttps:&#47;&#47;gems.ruby-china.com\n# \u786e\u4fdd\u53ea\u6709 gems.ruby-china.com\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u4f60\u53ef\u4ee5\u7528-bundler-\u7684gem-\u6e90\u4ee3\u7801\u955c\u50cf\u547d\u4ee4\">\u4f60\u53ef\u4ee5\u7528 Bundler \u7684&nbsp;Gem \u6e90\u4ee3\u7801\u955c\u50cf\u547d\u4ee4\u3002<a href=\"https:\/\/xuenhua.github.io\/xuenhua\/2020\/03\/24\/ubuntu-install-jekyll\/#%E4%BD%A0%E5%8F%AF%E4%BB%A5%E7%94%A8-bundler-%E7%9A%84gem-%E6%BA%90%E4%BB%A3%E7%A0%81%E9%95%9C%E5%83%8F%E5%91%BD%E4%BB%A4\"><\/a><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n$ bundle config mirror.https:\/\/rubygems.org https:\/\/gems.ruby-china.com\n\u8fd9\u6837\u4f60\u4e0d\u7528\u6539\u4f60\u7684 Gemfile \u7684 source\u3002\nsource 'https:\/\/rubygems.org\/'\ngem 'rails', '4.2.5'\n...\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u5b89\u88c5jekyll\">\u5b89\u88c5jekyll<a href=\"https:\/\/xuenhua.github.io\/xuenhua\/2020\/03\/24\/ubuntu-install-jekyll\/#%E5%AE%89%E8%A3%85jekyll\"><\/a><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\n$&nbsp;gem install jekyll bundler\n~&nbsp;$&nbsp;jekyll new my-awesome-site\n~&nbsp;$&nbsp;cd my-awesome-site\n~\/my-awesome-site&nbsp;$&nbsp;bundle install\n~\/my-awesome-site&nbsp;$&nbsp;bundle exec jekyll serve\n# =&gt; \u6253\u5f00\u6d4f\u89c8\u5668 http:\/\/localhost:4000<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88c5ruby<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[103],"tags":[163],"class_list":["post-1231","post","type-post","status-publish","format-standard","hentry","category-103","tag-jekyll"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/1231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1231"}],"version-history":[{"count":2,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/1231\/revisions"}],"predecessor-version":[{"id":1276,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/1231\/revisions\/1276"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}