1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
============================
Develop Murano app for Plone
============================
Develop standalone Plone Murano app (single VM)
-----------------------------------------------
Plone server requirements
~~~~~~~~~~~~~~~~~~~~~~~~~
Define host VM requirements
...........................
Host VM operatting system requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Host VM hardware resources requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Define preinstalled software and libraries requirements
.......................................................
Define what the PloneServerApp should do
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create and debug sh-script that fully deploys the Plone server on a single VM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create Murano package for your app
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Upload and deploy your Murano app to OpenStack cloud
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Develop cluster Plone Murano app (multi VM)
-------------------------------------------
Develop basic server-client Murano app
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add load-balancing to the Plone cluster
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add scalability to the Plone cluster
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add self-healing to the Plone cluster
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|