ray/site/README.md
Robert Nishihara 1b645fcc8b Add parameter server blog post. (#2398)
* Saving work on parameter server blog post.

* Updates

* Updates to blog post.

* Add notes about tasks and actors.

* Updates

* Add RLlib paper link

* Update intro

* Address comments.

* More fixes.

* Clarify ray.get

* Change date

* Add @ray.remote clarification.

* Update site deployment instructions.

* Minor wording
2018-07-16 21:51:39 -07:00

35 lines
500 B
Markdown

# 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.