mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	adjustments to setup
This commit is contained in:
		| @@ -157,7 +157,10 @@ Install Paperless from Docker Hub | ||||
|  | ||||
| 5.  Modify ``docker-compose.env``, following the comments in the file. The | ||||
|     most important change is to set ``USERMAP_UID`` and ``USERMAP_GID`` | ||||
|     to the uid and gid of your user on the host system. This ensures that | ||||
|     to the uid and gid of your user on the host system. Use ``id -u`` and | ||||
|     ``id -g`` to get these. | ||||
|      | ||||
|     This ensures that | ||||
|     both the docker container and you on the host machine have write access | ||||
|     to the consumption directory. If your UID and GID on the host system is | ||||
|     1000 (the default for the first normal user on most systems), it will | ||||
| @@ -176,14 +179,10 @@ Install Paperless from Docker Hub | ||||
|         with the default configuration. You will need to use ``PAPERLESS_CONSUMER_POLLING``, | ||||
|         which will disable inotify. See :ref:`here <configuration-polling>`. | ||||
|  | ||||
| 6.  Now head over to: https://hub.docker.com/r/jonaswinkler/paperless-ng and choose your preferred | ||||
|     image and copy the link. To download this image do a `docker pull` followed by the link. Do this within the directory with the .yml files. | ||||
|     Depending on your network connection and CPU this will take a while. You have time to get a beverage. | ||||
| 6.  Run ``docker-compose up -d``. This will pull the image, create and start the necessary | ||||
|     containers. | ||||
|  | ||||
| 7.  Run ``docker-compose up -d``. This will create and start the necessary | ||||
|     containers, but your are not done yet! | ||||
|  | ||||
| 8.  To be able to login, you will need a super user. To create it, execute the | ||||
| 7.  To be able to login, you will need a super user. To create it, execute the | ||||
|     following command: | ||||
|  | ||||
|     .. code-block:: shell-session | ||||
| @@ -193,8 +192,8 @@ Install Paperless from Docker Hub | ||||
|     This will prompt you to set a username, an optional e-mail address and | ||||
|     finally a password (at least 8 characters). | ||||
|  | ||||
| 9.  The default ``docker-compose.yml`` exports the webserver on your local port | ||||
|     8000. If you haven't adapted this, you should now be able to visit your | ||||
| 8.  The default ``docker-compose.yml`` exports the webserver on your local port | ||||
|     8000. If you did not change this, you should now be able to visit your | ||||
|     Paperless instance at ``http://127.0.0.1:8000`` or your servers IP-Address:8000.  | ||||
|     Use the login credentials you have created with the previous step. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler