mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 02:27:10 -04:00 
			
		
		
		
	Merge pull request #2464 from paperless-ngx/another-baremetal-doc-update
This commit is contained in:
		
						commit
						a109723ada
					
				| @ -152,9 +152,11 @@ following: | ||||
| 
 | ||||
|     ```shell-session | ||||
|     $ cd src | ||||
|     $ python3 manage.py migrate | ||||
|     $ python3 manage.py migrate # (1) | ||||
|     ``` | ||||
| 
 | ||||
|     1.  Including `sudo -Hu <paperless_user>` may be required | ||||
| 
 | ||||
|     This might not actually do anything. Not every new paperless version | ||||
|     comes with new database migrations. | ||||
| 
 | ||||
| @ -210,9 +212,11 @@ Bare metal: | ||||
| 
 | ||||
| ```shell-session | ||||
| $ cd /path/to/paperless/src | ||||
| $ python3 manage.py <command> <arguments> | ||||
| $ python3 manage.py <command> <arguments> # (1) | ||||
| ``` | ||||
| 
 | ||||
| 1.  Including `sudo -Hu <paperless_user>` may be required | ||||
| 
 | ||||
| All commands have built-in help, which can be accessed by executing them | ||||
| with the argument `--help`. | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user