GitLab
GitLab server at Gfif: http://gfif.udea.edu.co:3000Instrucciones generales
GitLab+SparkleShareConfigración de Gitlab
To have proper http at port 3000:# # # # # # # # # # # # # # # # # # # Gitlab application config file # # # # # # # # # # # # # # # # # # # # # 1. Common settings # ========================== # Web application specific settings web: host: gfif.udea.edu.co:3000 port: 3000 https: true # Email used for notification # about new issues, comments email: from: notify@gfif.udea.edu.co
# # 3. Advanced settings: # ========================== # Git Hosting configuration git_host: admin_uri: git@localhost:gitolite-admin base_path: /home/git/repositories/ hooks_path: /home/git/.gitolite/hooks/ gitolite_admin_key: gitlab git_user: git upload_pack: true receive_pack: true host: gfif.udea.edu.co port: 22
iniciar/parar el servicio
Como root# service gitlab [start|stop|restart]
Si por alguna casualidad el servicio no inicia con el script de init.d hacer los siguiente.
iniciar /etc/init.d/redis-server start
entrar a la cuenta gitlab y la carpeta /home/gitlab/gitlab y ejecutar
/usr/bin/ruby1.9.1 script/rails s -e production -d