Changes

From SME Server
Jump to navigationJump to search
Line 49: Line 49:  
=Gitea=
 
=Gitea=
   −
The Gitea server is available [https://src.koozali.org here].If you are serious about developing systems for SMEServer, then you will need a user. There is a central authorisation system, and you can be entered into it by a request to [mailto:contact@koozali.org contact@koozali.org]
+
The Gitea server is available [https://src.koozali.org here].If you are serious about developing systems for SMEServer, then you will need a user. There is a central authorization system, and you can be entered into it by a request to [mailto:contact@koozali.org contact@koozali.org]
    
There are two relevant ''organisations'' on the gitea server ''smeserver'' and ''smecontribs.''  One if the core components and one for the contribs.
 
There are two relevant ''organisations'' on the gitea server ''smeserver'' and ''smecontribs.''  One if the core components and one for the contribs.
 +
 +
To install the common directories:<syntaxhighlight lang="shell">
 +
#!/bin/bash
 +
 +
# Define an array of repositories you want to clone
 +
repos=("smeserver" "smecontribs")
 +
 +
# Loop through each repository
 +
for repo in "${repos[@]}"; do
 +
  # Navigate to the GITFiles directory
 +
  cd ~/GITFiles/$repo || { echo "Directory ~/GITFiles/$repo does not exist!"; exit 1; }
 +
 
 +
  # Clone the repository
 +
  git clone https://src.koozali.org/$repo/common.git
 +
done
 +
 +
</syntaxhighlight>
    
=Koji=
 
=Koji=

Navigation menu