mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
README: update production usage notes
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
2640877c41
commit
ba4552cfa4
12
ui/README.md
12
ui/README.md
@ -67,8 +67,16 @@ This creates a static webpack application in `dist/`, which can then be served
|
|||||||
from any web server or CloudStack management server (jetty).
|
from any web server or CloudStack management server (jetty).
|
||||||
|
|
||||||
To use CloudStack management server (jetty), you may copy the built Primate build
|
To use CloudStack management server (jetty), you may copy the built Primate build
|
||||||
to a new/existing webapp directory on the management server host. If the webapp
|
to a new/existing webapp directory on the management server host. For example:
|
||||||
directory is changed, please change the `webapp.dir` in the
|
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
cd dist
|
||||||
|
mkdir -p /usr/share/cloudstack-management/webapp/primate
|
||||||
|
cp -vr . /usr/share/cloudstack-management/webapp/primate/
|
||||||
|
# Use Primate at {management-server}:8080/client/primate in browser
|
||||||
|
|
||||||
|
If the webapp directory is changed, please change the `webapp.dir` in the
|
||||||
`/etc/cloudstack/management/server.properties` and restart the management server host.
|
`/etc/cloudstack/management/server.properties` and restart the management server host.
|
||||||
|
|
||||||
To use a separate webserver, note that the API server is accessed through the path
|
To use a separate webserver, note that the API server is accessed through the path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user