Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Here it is another version of the Dockerfile with plugins

Job:

Thanks for this.  Would you be ok if we added the dockerfile to the plugins docs page?  We are working on a simple way for users to add or remove plugins using an embedded dashboard.  I hope we have something in the product in a month.

As for elasticity and tenancy, these are not possible with Che today.   Codenvy provides a free on prem solution with implementations of tenancy and scalability of Che.

It is possible to extend Che to be tenant and elastic through overriding the various Apis with new service implementations with these behaviors, but doing this extensive implementation is not likely what you meant.

Consequently, Che is a single user system today.  Codenvy is fully elastic fully multi tenant.  Sometime next year we will make a package in the middle on Che which is multi user, single tomcat, non elastic, so Che can be used as a multi user workspace database on a single node.

-Tyler




On Sat, Sep 12, 2015 at 6:53 AM -0700, "Job Cespedes" <jobcespedes@xxxxxxxxx> wrote:

Hi,

Here it is another version of the Dockerfile with all the plugins in the Docs (using 3.12.2). It includes two more dependecies it asked for:

angularjs-completion-dto
che-plugin-tour-dto

Image size is ~2.5GB

I have no idea what most of the plugins do but wanted to test Che with the plugins. Looking forward for more docs. I'd love to be able to config multinancy, elasticity and integration with other IDEs.

https://github.com/jobcespedes/che-docker-allplugins

--
Job Céspedes

Back to the top