Skip to content

olin-electric-motorsports/OEM-Website

Repository files navigation

OEM Website

This website is built with Jekyll.

Ubuntu Setup

To view changes locally on Ubuntu, you need to install Ruby and Jekyll.

These instructions install an outdated version, but it's what the getting started suggests and seems to work.

  1. Remove existing installation

    sudo apt-get remove ruby
    sudo apt update
    
  2. Install dependencies

    sudo apt install git curl libssl-dev libreadline-dev zlib1g-dev autoconf bison build-essential libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev -y
    
  3. Install Ruby

    curl -sL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-installer | bash -
    
  4. Run this command and follow the directions to set up for your shell.

     ~/.rbenv/bin/rbenv init
    
  5. Install Ruby 2.5.4

    rbenv install 2.5.4
    rbenv global 2.5.4
    
  6. Install Jekyll and bundler

    gem install jekyll bundler
    
  7. CD into the cloned repository and install dependencies

    cd /path/to/repo
    bundle install
    
  8. Build the website

    bundle exec jekyll serve
    

About

The newly created website for Olin Electric Motorsports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published