Outils pour utilisateurs

Outils du site


gitlab:gitlab

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

gitlab:gitlab [2018/08/02 10:46] – créée ronangitlab:gitlab [2019/01/10 15:57] (Version actuelle) rguyader
Ligne 1: Ligne 1:
-  # apt-get install -y curl openssh-server ca-certificates +<code bash> 
-  # apt-get install -y postfix +apt-get install -y curl openssh-server ca-certificates 
-  # curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash +apt-get install -y postfix 
-  # EXTERNAL_URL="http://repo.liberasys.com" apt-get install gitlab-ee +curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash 
 +EXTERNAL_URL="http://repo.liberasys.com" apt-get install gitlab-ee 
 +</code>
 Create a group and a project, example : http://repo.liberasys.com/datalogging/ansible.git Create a group and a project, example : http://repo.liberasys.com/datalogging/ansible.git
  
 Example for adding an existing project directory : Example for adding an existing project directory :
- +<code bash> 
-  # cd existing_folder +cd existing_folder 
-  # git init +git init 
-  # git remote add origin http://repo.liberasys.com/liberasys/kikin.git +git remote add origin http://repo.liberasys.com/liberasys/kikin.git 
-  # git add . +git add . 
-  # git commit -m "Initial commit" +git commit -m "Initial commit" 
-  # git push -u origin master +git push -u origin master 
 +</code>
 Example for using git : Example for using git :
- +<code bash> 
-  # apt-get install git +apt-get install git 
-  # git clone http://repo.liberasys.com/datalogging/ansible.git +git clone http://repo.liberasys.com/datalogging/ansible.git 
 +</code>
gitlab/gitlab.1533206767.txt.gz · Dernière modification : 2018/08/02 10:46 de ronan