diff --git a/src/developers-guide/src/docbkx/content/installation-guide.xml b/src/developers-guide/src/docbkx/content/installation-guide.xml index 63c1723..4812bcc 100644 --- a/src/developers-guide/src/docbkx/content/installation-guide.xml +++ b/src/developers-guide/src/docbkx/content/installation-guide.xml @@ -84,10 +84,9 @@ http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd" libffi-devel - - All these packages will be installed in murano-installation scripts. In addition to these packages some repositories are required. - Please follow the instructions in the appendix to admin guide to prepare your environment for murano installation. - + + Before installing any packages make sure that your system is updated and upgraded. +
Installing with virtual environment @@ -195,7 +194,19 @@ $ python murano-dashboard/tools/install_venv.py Config files for the development infrastructure of murano-api and murano-conductor can be found at etc under folder with component repository. In murano-api and murano-conductor config file (located under ./etc directory) - just point out IP address where your RabbitMQ is running. All other possible configuration described in the Murano Admin Guide. + just point out IP address where your RabbitMQ is running. + For a murano-conductor local development comment data_dir parameter in ./etc/config.conf: + +# Directory where conductor's data directory located. +# "data" must be subdirectory to this. +# data_dir = /etc/murano-conductor + + After that local data directory, which contain all necessary files will be used. + All other possible configuration described in the Murano Admin Guide. + + + + To configure Murano Dashboard copy # cp muranodashboard/local/local_settings.py.example muranodashboard/local/local_settings.py diff --git a/src/getting-started/src/docbkx/content/before_you_begin.xml b/src/getting-started/src/docbkx/content/before_you_begin.xml index fa0af0a..ecb78da 100644 --- a/src/getting-started/src/docbkx/content/before_you_begin.xml +++ b/src/getting-started/src/docbkx/content/before_you_begin.xml @@ -52,7 +52,7 @@ this prevents message stealing from queues - this simplify debugging + this simplifies debugging