Skip to content

Commit

Permalink
Documentation for using Ray on a cluster. (ray-project#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Dec 30, 2016
1 parent 13ee0ef commit 84296c8
Show file tree
Hide file tree
Showing 9 changed files with 137 additions and 660 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ estimate of pi (waiting until the computation has finished if necessary).
- [Serialization in the Object Store](doc/serialization.md)
- [Reusable Variables](doc/reusable-variables.md)
- [Using Ray with TensorFlow](doc/using-ray-with-tensorflow.md)
- [Using Ray on a Cluster](doc/using-ray-on-a-cluster.md)

## Example Applications

Expand Down
32 changes: 0 additions & 32 deletions doc/about-the-system.md

This file was deleted.

10 changes: 0 additions & 10 deletions doc/cluster-api.rst

This file was deleted.

15 changes: 8 additions & 7 deletions doc/install-on-macosx.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation on Mac OS X

Ray should work with Python 2. We have tested Ray on OS X 10.11.
Ray should work with Python 2 and Python 3. We have tested Ray on OS X 10.11.

## Dependencies

Expand All @@ -19,18 +19,19 @@ pip install --upgrade --verbose "git+git:https://github.com/ray-project/ray.git#egg=nu

# Install Ray

Ray can be installed with pip as follows.
Ray can be built from the repository as follows.

```
pip install --upgrade --verbose "git+git:https://github.com/ray-project/ray.git#egg=ray&subdirectory=lib/python"
git clone https://github.com/ray-project/ray.git
cd lib/python
python setup.py install
```

Alternatively, Ray can be built from the repository as follows.
Alternatively, Ray can be installed with pip as follows. However, this is
slightly less likely to succeed.

```
git clone https://github.com/ray-project/ray.git
cd lib/python
python setup.py install
pip install --upgrade --verbose "git+git:https://github.com/ray-project/ray.git#egg=ray&subdirectory=lib/python"
```

## Test if the installation succeeded
Expand Down
15 changes: 8 additions & 7 deletions doc/install-on-ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation on Ubuntu

Ray should work with Python 2. We have tested Ray on Ubuntu 14.04
Ray should work with Python 2 and Python 3. We have tested Ray on Ubuntu 14.04
and Ubuntu 16.04

## Dependencies
Expand All @@ -19,18 +19,19 @@ pip install --upgrade --verbose "git+git:https://github.com/ray-project/ray.git#egg=nu

# Install Ray

Ray can be installed with pip as follows.
Ray can be built from the repository as follows.

```
pip install --upgrade --verbose "git+git:https://github.com/ray-project/ray.git#egg=ray&subdirectory=lib/python"
git clone https://github.com/ray-project/ray.git
cd lib/python
python setup.py install
```

Alternatively, Ray can be built from the repository as follows.
Alternatively, Ray can be installed with pip as follows. However, this is
slightly less likely to succeed.

```
git clone https://github.com/ray-project/ray.git
cd lib/python
python setup.py install
pip install --upgrade --verbose "git+git:https://github.com/ray-project/ray.git#egg=ray&subdirectory=lib/python"
```

## Test if the installation succeeded
Expand Down
68 changes: 0 additions & 68 deletions doc/reference-counting.md

This file was deleted.

25 changes: 0 additions & 25 deletions doc/scheduler.md

This file was deleted.

Loading

0 comments on commit 84296c8

Please sign in to comment.