Installation docs: install core library as public package
Installing core library as a public package would allow to use it from different tenants without the need to reimport it multiple times. It feels like a correct addition to the docs. Also fixes a relevant typo in the archive name. Change-Id: Ie01b728957b1b711b5e164eeecbeca88975d5c1a
This commit is contained in:
parent
67589c7c12
commit
adfe8a5129
@ -226,9 +226,9 @@ Install the API service and Engine
|
||||
.. code-block:: console
|
||||
|
||||
$ cd ~/murano/murano
|
||||
$ pushd ./meta/io.murano; zip -r ../../io.murono.zip *; popd;
|
||||
$ pushd ./meta/io.murano; zip -r ../../io.murano.zip *; popd;
|
||||
$ tox -e venv -- murano --murano-url http://localhost:8082 \
|
||||
package-import io.murono.zip
|
||||
package-import --is-public io.murano.zip
|
||||
..
|
||||
|
||||
#. Open a new console and launch Murano Engine. A separate terminal is
|
||||
|
Loading…
Reference in New Issue
Block a user