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

From Remeis-Wiki
Jump to navigation Jump to search
(Created page with "====== Software at the Remeis-Observatory ====== For many software and scripts which are developed at our observatory, for example the ''isisscripts'', a GIT repository exist...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
====== Software at the Remeis-Observatory ======
+
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.
  
For many software and scripts which are developed at our observatory, for example the ''isisscripts'', a GIT repository exists. You can reach it via the internal link [[http://www/git]].
+
To clone the repository you are interested in type
 +
<pre>git clone git@serpens.sternwarte.uni-erlangen.de:<group>/<repositoryname></pre>
 +
where you have to replace ''group'' with the group the repository ''repositoryname'' is in.
  
To clone the repository you are interested in type
+
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.
  git clone ssh://account@crux.sternwarte.uni-erlangen.de/data/git/repositoryname
 
where you have to replace ''account'' with your account name in Bamberg and ''repositoryname'' with the repository you are interested in.
 
  
A more detailed description of basic GIT usage is found [[git_use|here]].
+
A more detailed description of basic GIT usage is found [[GIT -- The Fast Version Control System|here]].
  
[[Category:GIT]]
+
[[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.