mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Moved the Vagrant stuff around to keep the root tidy
This commit is contained in:
		
							
								
								
									
										5
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -6,11 +6,10 @@ Vagrant.configure(VAGRANT_API_VERSION) do |config| | |||||||
|   config.vm.box = "ubuntu/trusty64" |   config.vm.box = "ubuntu/trusty64" | ||||||
|  |  | ||||||
|   # Provision using shell |   # Provision using shell | ||||||
|   #config.vm.provision "shell", path: "vagrant/setup.sh" |  | ||||||
|   config.vm.host_name = "dev.paperless" |   config.vm.host_name = "dev.paperless" | ||||||
|   config.vm.synced_folder ".", "/opt/paperless" |   config.vm.synced_folder ".", "/opt/paperless" | ||||||
|   config.vm.provision "shell", path: "vagrant/setup.sh"   |   config.vm.provision "shell", path: "scripts/vagrant-provision" | ||||||
|      |  | ||||||
|   # Networking details |   # Networking details | ||||||
|   config.vm.network "private_network", ip: "172.28.128.4" |   config.vm.network "private_network", ip: "172.28.128.4" | ||||||
| end | end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn