mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	docs: Update INSTALL.md for frontend build instructions (#11057)
Co-authored-by: Bernardo De Marco Gonçalves <bernardomg2004@gmail.com> Co-authored-by: dahn <daan.hoogland@gmail.com>
This commit is contained in:
		
							parent
							
								
									6adfda2818
								
							
						
					
					
						commit
						5b7c3b475e
					
				| @ -28,9 +28,9 @@ Set up Maven (3.9.10): | |||||||
|     # echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile |     # echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile | ||||||
|     # source ~/.bashrc |     # source ~/.bashrc | ||||||
| 
 | 
 | ||||||
| Setup up NodeJS (LTS): | Setup up Node.js 16: | ||||||
| 
 | 
 | ||||||
|     # curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash - |     # curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - | ||||||
|     # sudo yum install nodejs |     # sudo yum install nodejs | ||||||
|     # sudo npm install -g @vue/cli npm-check-updates |     # sudo npm install -g @vue/cli npm-check-updates | ||||||
| 
 | 
 | ||||||
| @ -104,13 +104,13 @@ To install dependencies. | |||||||
| 
 | 
 | ||||||
| To build the project. | To build the project. | ||||||
| 
 | 
 | ||||||
|     $ npm build |     $ npm run build | ||||||
| 
 | 
 | ||||||
| For Development Mode. | For Development Mode. | ||||||
| 
 | 
 | ||||||
|     $ npm start |     $ npm start | ||||||
| 
 | 
 | ||||||
| Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui. | Make sure to set `CS_URL=http://localhost:8080` on the `.env.local` file on UI. | ||||||
| 
 | 
 | ||||||
| You should be able to run the management server on http://localhost:5050 | You should be able to run the management server on http://localhost:5050 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user