mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	* tools/docker: Upgrade to ubuntu 20.04 , MySQL 8 and python3 * Update tools/docker/README.md * docker simulator: run 'npm rebuild node-sass' before 'npm install'
		
			
				
	
	
		
			23 lines
		
	
	
		
			466 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			466 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[supervisord]
 | 
						|
nodaemon=true
 | 
						|
 | 
						|
[program:mysqld]
 | 
						|
command=/usr/bin/mysqld_safe
 | 
						|
autostart=true
 | 
						|
autorestart=true
 | 
						|
user=root
 | 
						|
 | 
						|
[program:cloudstack]
 | 
						|
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
 | 
						|
directory=/root
 | 
						|
stdout_logfile=/dev/stdout
 | 
						|
stdout_logfile_maxbytes=0
 | 
						|
user=root
 | 
						|
 | 
						|
[program:cloudstack-ui]
 | 
						|
command=/bin/bash -c "npm run serve"
 | 
						|
directory=/root/ui
 | 
						|
stdout_logfile=/dev/stdout
 | 
						|
stdout_logfile_maxbytes=0
 | 
						|
user=root
 |