att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 142 forks source link

Is Github a hard requirement for RCloud deployment ? #2615

Closed aschmu closed 5 years ago

aschmu commented 5 years ago

Hello, from the following page https://rcloud.social/documentation/ it's not clear to me whether Github is an absolute necessity for notebook hosting. If not what are the alternatives ? The following seems to suggest that only access through Github is implemented : https://www.youtube.com/watch?v=mmRb9MsgmXU&list=PLBAufArA9ptTg9wX_wrdUGFE2E73e4A4S&index=2 can someone please confirm ? I also couldn't find any testimonial of any on-premise deployment, without the need for Github Entreprise. Is this possible ?

Thanks

gordonwoodhull commented 5 years ago

Hi @aschmu, thanks for your question. Due to licensing issues we replaced GitHub Enterprise on our private instances of RCloud.

We use a replacement gist service called rcloud-gist-services which we commissioned from our friends at Mango.

We don't make a big deal about it because we don't claim that it can replace Gists in all cases, but it serves us well for RCloud. It enables a couple of extra features like shared accounts, where a special user ID can have its notebooks edited by multiple people. It also simplifies authentication.

There's some documentation here:

https://github.com/att/rcloud/wiki/GitHub-to-Gist-Service-Migration

The info on rcloud.social probably needs to be updated.

I'll close this, but feel free to continue commenting if you have any questions!