You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a tutorial where we explain how to build a custom PaaS for developers.
We could take as an example Java web applications. We would define our model of application and build the platform to handle them in PaaS mode with Roboconf (create something like Heroku or CloudFoundry).
To do:
Specify our application model.
Define user, group and permission management.
Handle isolation and multi-tenancy with Docker.
Plug in source management and compilation in the platform.
Create a top-level console to manage developed applications.
Deploy everything with Roboconf.
Explain the advantages of such a solution.
The text was updated successfully, but these errors were encountered:
Write a tutorial where we explain how to build a custom PaaS for developers.
We could take as an example Java web applications. We would define our model of application and build the platform to handle them in PaaS mode with Roboconf (create something like Heroku or CloudFoundry).
To do:
The text was updated successfully, but these errors were encountered: