ray/site
Robert Nishihara ac64631043 0.3 release blog post. (#1274)
* Initial draft of 0.3 release blog post.

* Small tweaks.

* Update date

* Updates based on comments

* Update date

* Update date.

* Fixes
2017-11-30 16:24:34 -08:00
..
_includes website_analytics (#1272) 2017-11-29 10:01:59 -08:00
_posts 0.3 release blog post. (#1274) 2017-11-30 16:24:34 -08:00
assets Edits to serialization blog post. (#1131) 2017-10-16 00:03:22 -07:00
css Add plasma in-memory object store blog post (#895) 2017-08-30 23:40:46 -07:00
_config.yml website_analytics (#1272) 2017-11-29 10:01:59 -08:00
Gemfile Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
index.html Add plasma in-memory object store blog post (#895) 2017-08-30 23:40:46 -07:00
README.md website_analytics (#1272) 2017-11-29 10:01:59 -08:00

Ray Website

Development instructions

With Ruby >= 2.1 installed, run:

gem install jekyll bundler
bundle install

To view the site, run:

bundle exec jekyll serve

To view the site with Google Analytics, run:

JEKYLL_ENV=production bundle exec jekyll serve

Deployment

To deploy the site, run

cd ~
git clone https://github.com/ray-project/ray-project.github.io.git
cd ray-project.github.io
cp -r ~/ray/site/* .

and commit as well as push the desired changes.