yhat / rodeo

A data science IDE for Python
Other
3.92k stars 410 forks source link

Only .deb package can be downloaded #434

Open josejimenezluna opened 8 years ago

josejimenezluna commented 8 years ago

No love for other distros like RHEL? Or a binary file.

TakenPilot commented 8 years ago

I haven't had the time yet to configure electron-builder to output those. If you get a chance, I could use the help.

bryguypgh commented 8 years ago

It would be wise to update the documentation to no longer point to the .zip file, I came looking for the same thing to install onto a CentOS 7 machine.

coristig commented 7 years ago

@hawk31 @bryguypgh

We're in the process of adding yum repos for Rodeo. Still in the process of testing, but if you run the commands below, it should install the package for you:

# add the .repo file to the yum.repos.d folder
sudo wget https://s3.amazonaws.com/rodeo-rpm/rodeo-rpm.repo -P /etc/yum.repos.d/

# be sure to clear the cache before installing
sudo yum install -y rodeo

# start Rodeo (we'll improve this in future releases)
/opt/Rodeo/Rodeo

Let us know if this works / doesn't.

micheledemeo commented 7 years ago

Hi, I've tried to follow the instructions but I'm not able to start Rodeo. After starting with:

/opt/Rodeo/Rodeo

I don't see any output.

coristig commented 7 years ago

Can you run an ls on the /opt/Rodeo/ folder?

I think the command should be /opt/Rodeo/rodeo

micheledemeo commented 7 years ago

Unfortunately I think /opt/Rodeo/Rodeo should be correct:

-rw-r--r-- 1 root root    56229 Nov  2 22:59 blink_image_resources_200_percent.pak
-rw-r--r-- 1 root root       15 Nov  2 22:59 content_resources_200_percent.pak
-rw-r--r-- 1 root root  9869701 Nov  2 22:59 content_shell.pak
-rw-r--r-- 1 root root 10127200 Nov  2 22:59 icudtl.dat
-rw-r--r-- 1 root root  2574840 Nov  2 22:59 libffmpeg.so
-rwxr-xr-x 1 root root 21491144 Nov  2 22:59 libnode.so
-rw-r--r-- 1 root root     1055 Nov  2 22:59 LICENSE
-rw-r--r-- 1 root root  1350485 Nov  2 22:59 LICENSES.chromium.html
drwxr-xr-x 2 root root     4096 Nov 22 09:35 locales
-rw-r--r-- 1 root root   367250 Nov  2 22:59 natives_blob.bin
drwxr-xr-x 3 root root     4096 Nov 22 09:35 resources
-rwxr-xr-x 1 root root 69096480 Nov  2 22:59 Rodeo
-rw-r--r-- 1 root root   814532 Nov  2 22:59 snapshot_blob.bin
-rw-r--r-- 1 root root   159764 Nov  2 22:59 ui_resources_200_percent.pak
-rw-r--r-- 1 root root    60296 Nov  2 22:59 views_resources_200_percent.pak