Skip to content

Commit 458bbb2

Browse files
Files section added #13
1 parent 6a54b29 commit 458bbb2

File tree

6 files changed

+43
-0
lines changed

6 files changed

+43
-0
lines changed
49.1 KB
Loading

docs/images/files/files-ready.png

32.7 KB
Loading
46.3 KB
Loading
68.8 KB
Loading

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ERDA/SIF: User Guides
1717
:caption: ERDA User Guides
1818

1919
sections/erda/signup/index
20+
sections/erda/files/index
2021
sections/erda/workgroup/index
2122
sections/erda/jupyter/index
2223
sections/erda/networkdrive/index

docs/sections/erda/files/index.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _erda-files-start:
2+
3+
=====
4+
Files
5+
=====
6+
7+
The **Files** app is your main area on ERDA when it comes to data and it's where you manage your personal and shared files.
8+
The directory tree in the left pane takes you quickly to a specific sub-directory and the right pane shows the files and directories in the current directory.
9+
10+
The location bar right above the two panes shows the path to the current directory with quick navigation links to parent directories.
11+
12+
.. image:: /images/files/files-ready.png
13+
14+
Right-clicking a directory or file brings up a context menu in which you can select common actions on the item that you right-clicked.
15+
For files the actions include e.g. download, edit and rename.
16+
For directories you get the choice of e.g. uploading or creating files in-line.
17+
Right-clicking in the empty space below the entries in the right pane brings up the context menu for the current directory.
18+
19+
You can add new text files in-line with the **Create File** entry from the right-click menu or upload with the **Upload File** entry there.
20+
The latter opens the upload dialog where you can drag and drop local files from your desktop or click **Add files...** and point files out for upload.
21+
22+
As an example you can select **Create Folder**, enter the folder name *uploads* and click OK. Then double click the new uploads folder to open it.
23+
24+
.. image:: /images/files/files-createfolder.png
25+
26+
Inside the uploads folder you can again right click and now select **Upload File** to open the upload helper. Click **Add files...** to select the files you want to upload.
27+
28+
.. image:: /images/files/files-uploadfile.png
29+
30+
When you are done selecting files for upload you can click **Start upload** to actually upload.
31+
Wait for them to complete or click **Cancel** if you change your mind.
32+
33+
.. image:: /images/files/files-uploadmenu.png
34+
35+
Finally click **Close** when finished and your uploaded files show up among your other files.
36+
37+
38+
Double click files to open them directly in the browser if possible but with fall back to download and open in a suitable local application otherwise.
39+
In the latter case any changes will only be saved locally and not in ERDA.
40+
Therefore it is necessary to upload the modified file again in that case.
41+
42+
It is possible to edit simple text files with **Edit** from the right click, but it is recommended to look into our more advanced data access possibilities, such as :ref:`mounting a networkdrive<erda-networkdrive-start>` or :ref:`Seafile<erda-seafile-start>` which makes it easier to work directly on files in your ERDA folder without worrying about the upload step, as it automatically changes the local changes on the ERDA server.

0 commit comments

Comments
 (0)