2024-02-10 12:13:14 +01:00
|
|
|
java-atria-soft (jatria-soft) framework
|
|
|
|
=======================================
|
|
|
|
|
|
|
|
Get island:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
```{.sh}
|
|
|
|
pipx install island
|
|
|
|
```
|
|
|
|
|
|
|
|
Create the tree:
|
|
|
|
----------------
|
|
|
|
```{.sh}
|
|
|
|
mkdir jatria_soft
|
|
|
|
cd jatria_soft
|
|
|
|
island init https://gitea.atria-soft.org/jatria-soft/manifest.git
|
|
|
|
island sync
|
|
|
|
cd ..
|
|
|
|
```
|
|
|
|
|
|
|
|
```{.sh}
|
|
|
|
mkdir jatria_soft
|
|
|
|
cd jatria_soft
|
|
|
|
island init git@gitea.atria-soft.org:jatria-soft/manifest.git
|
|
|
|
island sync
|
|
|
|
cd ..
|
|
|
|
```
|
|
|
|
|
|
|
|
Now all is done ...
|
2021-05-04 07:48:31 +02:00
|
|
|
|
|
|
|
|