Files
ray/site
Robert NishiharaandPhilipp Moritz 2788376d8f Add 0.5 release notes. (#2365)
* Add 0.5 release notes.

* Add note.

* Add note about Modin.

* Add vectorized environments note.

* Link to PR instead of commit.

* Add autoscaler link.

* syntax
2018-07-07 17:31:13 -07:00
..
2017-11-29 10:01:59 -08:00
2018-07-07 17:31:13 -07:00
2017-11-29 10:01:59 -08:00
2017-05-20 18:33:36 -07:00
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.