Skip to content

stanfordjournalism/cjlab

Repository files navigation

CompJoLab

How to deploy

The Rakefile has a task defined. Run this at the command prompt:

  $ rake shoop

Here's a list of resources for developing with Jekyll and Github pages. You can view its Github file page here: dev-resources.md.

The rest of this pertains to how to get Jekyll running on your own system:

Developer startup

0. To copy the source of this repo:

(this works if you are an owner/member of the repo and have SSH access to it)

git clone git@github.com:compjolab/compjolab.github.io.git

1. Have Ruby installed

In the shell, check your version:

ruby -v

A version of 2.3 or higher should be fine.

2. Install the Jekyll gem

gem install jekyll

3. Install JDK 8.x

Unfortunately, the s3-website gem only works with JDK 8. It may be easiest to install jenv and run v8 for this project only:

laurilehmijoki/s3_website#298 (comment)

You can also download Java 8 SDK here:

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

At some point, might be easier to write a script that just rsyncs with the bucket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published