oracle / big-data-lite

Samples to the Oracle Big Data Lite VM
http://www.oracle.com/technetwork/database/bigdata-appliance/oracle-bigdatalite-2104726.html
MIT License
38 stars 39 forks source link

Add setup script for Zeppelin, Jupyter, and RStudio #10

Closed dbb-oracle closed 7 years ago

dbb-oracle commented 7 years ago

See the updated README.md for more information.

dbb-oracle commented 7 years ago

Hi @martygubar,

I've added support for rstudio and I have integrated the scripts with the start/stop script that's in the VM. You just need to append these three lines to /opt/services.props

Zeppelin,zeppelin,Zeppelin Notebook service,1 Jupyter,jupyter,Jupyter Notebook service,1 RStudio,rstudio,RStudio server,1

Please take a look and let me know if it looks good to you.