ray/site
Philipp Moritz 84cf474abc Change tagline in documentation and README. (#4807)
* Update README.rst, index.rst, tutorial.rst and  _config.yml
2019-05-17 13:34:14 +08:00
..
_includes website_analytics (#1272) 2017-11-29 10:01:59 -08:00
_posts Add parameter server blog post. (#2398) 2018-07-16 21:51:39 -07: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 Change tagline in documentation and README. (#4807) 2019-05-17 13:34:14 +08:00
Gemfile Update Gemfile Jekyll version (#3140) 2018-10-25 21:43:08 -07:00
index.html Add plasma in-memory object store blog post (#895) 2017-08-30 23:40:46 -07:00
README.md Add parameter server blog post. (#2398) 2018-07-16 21:51:39 -07: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 git@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.