File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Setup up NodeJS (LTS):
3737Start the MySQL service:
3838
3939 $ service mysqld start
40+ $ mysql_secure_installation
4041
4142### Using jenv and/or pyenv for Version Management
4243
@@ -86,13 +87,33 @@ Start the management server:
8687
8788If this works, you've successfully setup a single server Apache CloudStack installation.
8889
89- Open the following URL on your browser to access the Management Server UI:
90-
91- http://localhost:8080/client/
90+ To access the Management Server UI, follow the following procedure:
9291
9392The default credentials are; user: admin, password: password and the domain
9493field should be left blank which is defaulted to the ROOT domain.
9594
95+ ## To bring up CloudStack UI
96+
97+ Move to UI Directory
98+
99+ $ cd /path/to/cloudstack/ui
100+
101+ To install dependencies.
102+
103+ $ npm install
104+
105+ To build the project.
106+
107+ $ npm build
108+
109+ For Development Mode.
110+
111+ $ npm start
112+
113+ Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui.
114+
115+ You should be able to run the management server on http://localhost:5050
116+
96117## Building with non-redistributable plugins
97118
98119CloudStack supports several plugins that depend on libraries with distribution restrictions.
You can’t perform that action at this time.
0 commit comments