Skip to content

robertcampion/mrdc-site

Repository files navigation

MRDC public web site

Installation

Install Ruby:

sudo apt-get install ruby

Install bundler:

gem install bundle

Install Node.js, either by downloading it or through your package manager.

Install bower:

npm install -g bower

If you get a permissions error, follow these instructions to fix it; don't install as sudo.

Clone repository:

git clone https://github.com/2012rcampion/mrdc-site.git

Install dependancies:

cd mrdc-site
bundle install
bower install

Build instructions

Just run:

bundle exec jekyll build

And you're done!

Deployment

Since Jekyll generates a static site, you can just copy the _site directory to the webserver, e.g:

rsync -av --del -e ssh _site/ robotdesign@robotdesign.web.engr.illinois.edu:~/new_site

About

MRDC public web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors