- Install
rvm
Install ubuntu_rvm
sudo apt-get install software-properties-common
# Run next few lines in new terminal
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt-get update
sudo apt-get install rvm
If you get unable to locate package
, check if the package is available for your version.
cat /var/lib/apt/lists/ppa.launchpad.net_rael-gc_*_Packages | grep "Package:" | sort | uniq
Install rvm
\curl -sSL https://get.rvm.io | bash -s stable --ruby
Install rvm
\curl -sSL https://get.rvm.io | bash -s stable --ruby
- Open new terminal and install
ruby
rvm list known
rvm install 2.5.0
rvm use 2.5.0
- Install
jekyl
gem install jekyll bundler
- Install
Gemfile
bundle install
Note: you may have issues with openssl
for compiling Ruby gems from source. This
can be solved by running brew info openssl
and following the provided instructions
to allow compilers to find openssl
.
# Launches site on localhost:4000
bundle exec jekyll serve --livereload
- Note: use absolute paths like
app_icon: /assets/appicon.png
in_config.yml
- Jekyll
- FontAwesome
- emilbaehr/automatic-app-landing-page