32 lines
454 B
Markdown
32 lines
454 B
Markdown
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 ...
|
|
|
|
|