Server/GitLab: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
K (→‎Installation: version 7.10.0)
Zeile 4: Zeile 4:


Angeleitet von [https://gitlab.com/gitlab-org/gitlab-ce/blob/v7.10.0/doc/install/installation.md Installationsanleitung] für die Installation aus dem Quellcode.
Angeleitet von [https://gitlab.com/gitlab-org/gitlab-ce/blob/v7.10.0/doc/install/installation.md Installationsanleitung] für die Installation aus dem Quellcode.
Die Installation wird auf einem FreeNAS 9.3-stable in einer Jail durchgeführt.
=== Abhängigkeiten ===
Installation der Packete erfolgt über <code>pkg install</code>
{| class="wikitable"
!debian packages !! freebsd packages
|-
|build-essential
|
|-
|zlib1g-dev
|lzlib
|-
|libyaml-dev
|libyaml
|-
|libssl-dev
|''openssl''
|-
|libgdbm-dev
|gdbm
|-
|libreadline-dev
|readline
|-
|libncurses5-dev
|ncurses
|-
|libffi-dev
|libffi
|-
|curl
|curl
|-
|openssh-server
|
|-
|redis-server
|redis
|-
|checkinstall
|
|-
|libxml2-dev
|libxml2
|-
|libxslt-dev
|libxslt
|-
|libcurl4-openssl-dev
|make config curl
|-
|libicu-dev
|icu
|-
|logrotate
|logrotate
|-
|python-docutils
|py27-docutils
|-
|pkg-config
|rubygem-pkg-config
|-
|cmake
|cmake
|-
|libkrb5-dev
|krb5
|-
|nodejs
|node
|-
|}
<code>pkg install lzlib libyaml openssl gdbm readline ncurses libffi curl redis libxml2 libxslt icu logrotate py27-docutils rubygem-pkg-config cmake krb5 node</code>


== Weblink ==
== Weblink ==
* [https://about.gitlab.com/ GitLab]
* [https://about.gitlab.com/ GitLab]

Version vom 28. April 2015, 13:31 Uhr

GitLab ist eine OpenSource Software alternative zu Github.

Installation

Angeleitet von Installationsanleitung für die Installation aus dem Quellcode.


Die Installation wird auf einem FreeNAS 9.3-stable in einer Jail durchgeführt.

Abhängigkeiten

Installation der Packete erfolgt über pkg install

debian packages freebsd packages
build-essential
zlib1g-dev lzlib
libyaml-dev libyaml
libssl-dev openssl
libgdbm-dev gdbm
libreadline-dev readline
libncurses5-dev ncurses
libffi-dev libffi
curl curl
openssh-server
redis-server redis
checkinstall
libxml2-dev libxml2
libxslt-dev libxslt
libcurl4-openssl-dev make config curl
libicu-dev icu
logrotate logrotate
python-docutils py27-docutils
pkg-config rubygem-pkg-config
cmake cmake
libkrb5-dev krb5
nodejs node

pkg install lzlib libyaml openssl gdbm readline ncurses libffi curl redis libxml2 libxslt icu logrotate py27-docutils rubygem-pkg-config cmake krb5 node

Weblink