Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 00f64c4c authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

doc: don't recommend EOS dirs

parent 3bd859bf
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ preloaded in *eos-dirs* (read section below about Nextcloud mapping). ...@@ -29,10 +29,10 @@ preloaded in *eos-dirs* (read section below about Nextcloud mapping).
1. Read and apply [first-time `git@BDAP` setup instructions](./GIT_SETUP.md). 1. Read and apply [first-time `git@BDAP` setup instructions](./GIT_SETUP.md).
2. Clone this repo inside your **"personal-eos" dir** (`/eos/jeodpp/home/users/$USER`): 2. Clone this repo inside your **home dir** (`/home/$USER`):
```bash ```bash
cd $/eos/jeodpp/home/users/$USER # use $UEOS var in the future cd ~
git clone https://jeodpp.jrc.ec.europa.eu/apps/gitlab/use_cases/legent/uds-scripts.git/ \ git clone https://jeodpp.jrc.ec.europa.eu/apps/gitlab/use_cases/legent/uds-scripts.git/ \
&& cd uds-scripts && cd uds-scripts
``` ```
...@@ -124,15 +124,15 @@ export PTRANS="/eos/jeodpp/data/projects/LEGENT/transfer" ...@@ -124,15 +124,15 @@ export PTRANS="/eos/jeodpp/data/projects/LEGENT/transfer"
* activate you conda-env: * activate you conda-env:
```bash ```bash
cd $UEOS/uds-scripts cd ~/uds-scripts
conda activate $UEOS/uds-scripts/env conda activate ~/uds-scripts/env
``` ```
or launch PyCharm/VSCode. or launch PyCharm/VSCode.
* **Create ANOTHER working folder for you code & data** * **Create ANOTHER working folder for you code & data**
under `UEOS/idea-1` so as to let others view (read-only) under `$UEOS/idea-1` so as to let others view (read-only)
your intermediate result (or `cd` to your private home-dir, ie `~/idea-1`). your intermediate result.
* *--(process data)--* * *--(process data)--*
* run scripts & queries to get the data from the db (and possibly create files) * run scripts & queries to get the data from the db (and possibly create files)
...@@ -141,7 +141,7 @@ export PTRANS="/eos/jeodpp/data/projects/LEGENT/transfer" ...@@ -141,7 +141,7 @@ export PTRANS="/eos/jeodpp/data/projects/LEGENT/transfer"
* update db (only for users with adb admin credentials) * update db (only for users with adb admin credentials)
* copy/move specific files for/to the folders synced by the *nextcloud-agent*, * copy/move specific files for/to the folders synced by the *nextcloud-agent*,
* or update the "public-eos" dir `PEOS` (if you're certain about the results). * or update the "public-eos" dir `$PEOS` (if you're certain about the results).
### 2.1. Sample code ### 2.1. Sample code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment