Difference between revisions of "Software at the Remeis-Observatory"

From Remeis-Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
For many software and scripts which are developed at our observatory, for example the ''ISISscripts'', a GIT repository exists. You can reach the public repositories at [https://www.sternwarte.uni-erlangen.de/git.public https://www.sternwarte.uni-erlangen.de/git.public] and the internal repositories at [https://www.sternwarte.uni-erlangen.de/git https://www.sternwarte.uni-erlangen.de/git].
+
For many software and scripts which are developed at our observatory, for example the ''ISISscripts'', a GIT repository exists. You can reach the public repositories at https://www.sternwarte.uni-erlangen.de/git.public and the internal repositories at https://www.sternwarte.uni-erlangen.de/gitlab.
  
 
To clone the repository you are interested in type
 
To clone the repository you are interested in type
<pre>git clone ssh://account@crux.sternwarte.uni-erlangen.de/data/git/repositoryname</pre>
+
<pre>git clone git@serpens.sternwarte.uni-erlangen.de:<group>/<repositoryname></pre>
where you have to replace ''account'' with your account name in Bamberg and ''repositoryname'' with the repository you are interested in.
+
where you have to replace ''group'' with the group the repository ''repositoryname'' is in.
  
A quick guide to GIT can be found [[Short introduction to GIT|here]] and a more detailed description of basic GIT usage is found [[GIT -- The Fast Version Control System|here]].
+
The easiest way to explore the available (internal) repositories is to use the according tab in the [http://www.sternwarte.uni-erlangen.de/gitlab/ GitLab] interface. After login with your usual account you can also create your own groups and repositories.
 +
 
 +
A more detailed description of basic GIT usage is found [[GIT -- The Fast Version Control System|here]].
  
 
[[Category:GIT]][[Category:Software]]
 
[[Category:GIT]][[Category:Software]]

Latest revision as of 16:49, 3 May 2018

For many software and scripts which are developed at our observatory, for example the ISISscripts, a GIT repository exists. You can reach the public repositories at https://www.sternwarte.uni-erlangen.de/git.public and the internal repositories at https://www.sternwarte.uni-erlangen.de/gitlab.

To clone the repository you are interested in type

git clone git@serpens.sternwarte.uni-erlangen.de:<group>/<repositoryname>

where you have to replace group with the group the repository repositoryname is in.

The easiest way to explore the available (internal) repositories is to use the according tab in the GitLab interface. After login with your usual account you can also create your own groups and repositories.

A more detailed description of basic GIT usage is found here.