Skip to content

Commit a1dd314

Browse files
authored
Update installing_clowder.rst (#310)
adding instruction to resolve writing permission issue
1 parent d046d05 commit a1dd314

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/src/sphinx/userguide/installing_clowder.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ Users of Clowder: Getting Started via Docker
4040
.. code:: bash
4141
4242
docker-compose up -d
43+
44+
5. If you experience any issue with file uploads and see the below error message in the console:
45+
46+
.. code:: text
47+
48+
[ERROR ] - application - Could not create folder on disk /home/clowder/data/uploads/xx/xx/xx
49+
[ERROR ] - application - Could not save bytes, deleting file xxx
50+
51+
you can try this command:
52+
53+
.. code:: bash
54+
55+
docker-compose exec -u 0 clowder chmod 777 /home/clowder/data
4356
4457
6. Open your web browser to ``localhost:8000``
4558

0 commit comments

Comments
 (0)