We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d046d05 commit a1dd314Copy full SHA for a1dd314
doc/src/sphinx/userguide/installing_clowder.rst
@@ -40,6 +40,19 @@ Users of Clowder: Getting Started via Docker
40
.. code:: bash
41
42
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
56
57
6. Open your web browser to ``localhost:8000``
58
0 commit comments