Compare commits
	
		
			No commits in common. "a2713522c9b36dc3647d0835cc9fe26ee1d80173" and "5d38db389dff59b885f1433250f24a4202a51ecf" have entirely different histories.
		
	
	
		
			a2713522c9
			...
			5d38db389d
		
	
		
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -38,12 +38,6 @@ Network Trash Folder
 | 
				
			|||||||
Temporary Items
 | 
					Temporary Items
 | 
				
			||||||
.apdisk
 | 
					.apdisk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Vagrant
 | 
					 | 
				
			||||||
.vagrant/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Log files (if you are creating logs in debug mode, uncomment this)
 | 
					 | 
				
			||||||
# *.log
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Project Files
 | 
					## Project Files
 | 
				
			||||||
wsgi/.idea
 | 
					wsgi/.idea
 | 
				
			||||||
www/dlsv
 | 
					www/dlsv
 | 
				
			||||||
@ -53,4 +47,3 @@ www/data/events.xml
 | 
				
			|||||||
www/data/geolocation.js
 | 
					www/data/geolocation.js
 | 
				
			||||||
scripts/*.json
 | 
					scripts/*.json
 | 
				
			||||||
scripts/*.xml
 | 
					scripts/*.xml
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
Vagrant.configure("2") do |config|
 | 
					Vagrant.configure("2") do |config|
 | 
				
			||||||
  config.vm.box = "ubuntu/jammy64"
 | 
					  config.vm.box = "ubuntu/focal64"
 | 
				
			||||||
  config.vm.synced_folder ".", "/vagrant"
 | 
					  config.vm.synced_folder ".", "/vagrant"
 | 
				
			||||||
  config.vm.network(:forwarded_port, guest: 80, host: 8888)
 | 
					  config.vm.network(:forwarded_port, guest: 80, host: 8888)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
 | 
				
			|||||||
    sudo apt-get -y install nginx
 | 
					    sudo apt-get -y install nginx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    echo "Starting nginx..."
 | 
					    echo "Starting nginx..."
 | 
				
			||||||
    sudo ln -s /vagrant/www /var/www/html/map
 | 
					    sudo ln -s /vagrant/www /usr/share/nginx/html/map
 | 
				
			||||||
    sudo cp /vagrant/www/index.html.en /vagrant/www/index.html
 | 
					    sudo cp /vagrant/www/index.html.en /vagrant/www/index.html
 | 
				
			||||||
    sudo useradd -s /bin/false nginx
 | 
					    sudo useradd -s /bin/false nginx
 | 
				
			||||||
    sudo service nginx restart
 | 
					    sudo service nginx restart
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user