Integration of Webui with Ray (#32)

* Initial integration of webui with ray

* Re-organized calling of build-webui in setup.py

* Fixed Lint comments on js code

* Fixed more lint issues

* Fixed various issues

* Fixed directory in services.py

* Small changes.

* Changes to match lint
This commit is contained in:
Wapaul1
2016-11-17 22:33:29 -08:00
committed by Robert Nishihara
parent 7babe0d22f
commit 08707f9408
16 changed files with 693 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ To install Ray, first install the following dependencies. We recommend using
```
brew update
brew install cmake automake autoconf libtool boost
brew install cmake automake autoconf libtool boost node
sudo easy_install pip # If you're using Anaconda, then this is unnecessary.
pip install numpy funcsigs colorama psutil redis --ignore-installed six
+1 -1
View File
@@ -10,7 +10,7 @@ To install Ray, first install the following dependencies. We recommend using
```
sudo apt-get update
sudo apt-get install -y cmake build-essential autoconf curl libtool python-dev python-pip libboost-all-dev unzip # If you're using Anaconda, then python-dev and python-pip are unnecessary.
sudo apt-get install -y cmake build-essential autoconf curl libtool python-dev python-pip libboost-all-dev unzip nodejs npm # If you're using Anaconda, then python-dev and python-pip are unnecessary.
pip install numpy funcsigs colorama psutil redis
pip install --upgrade git+git://github.com/cloudpipe/cloudpickle.git@0d225a4695f1f65ae1cbb2e0bbc145e10167cce4 # We use the latest version of cloudpickle because it can serialize named tuples.