Personal website powered by Jekyll and GitHub Pages showcasing history of dev work of Yusuf Fadairo.
gem install bundler; bundler; jekyll serve --host 0.0.0.0
- ruby >= 2.0.0
- gpg >= 1.4.1
- rvm >= 1.27.0
- bundler >= 1.12.1
- Gemfile
- Use the
cd
to navigate to the directory - Install the
bundler
gem
gem install bundler
- Install the gems in the
Gemfile
bundle install
- Start up the jekyll server
jekyll serve --host 0.0.0.0
- The jekyll server will be active on port 4000
- March 2017 2.0 - yusuffadairo.com
- April 2016 - March 2017: 1.0 - yusuffadairo.com
- June 2015 - April 2016: 1.0 - yusufsoyo.com
- If unable to run Jekyll due to bundler issues like
block in setup
run Jekyll using the command:
bundle exec jekyll serve --host 0.0.0.0
-
If unable to install
therubyracer
NOTE:therubyracer
useslibv8
which doesn't yet (Mar 18, 2017) exists for Windows. However, Windows should come with a JScript, the Microsoft JavaScript runtime, which rails (via execjs) will automatically detect and use, so you should be able to just remove your dependency on therubyracer. Source -
If you have to use a different version of Python use this guide of Anaconda to manage Python versions
-
To uninstall all gems
gem uninstall --all --force
-
To upgrade your version of RubyGems
gem update --system
Started Jun 3rd 2015