From ea353c236e7538763fdf0473f757fc365a1b6440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Pujol-Ahull=C3=B3?= Date: Wed, 20 Apr 2016 00:45:35 +0200 Subject: [PATCH] updated slides and notes. --- gitlab/slides.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gitlab/slides.md b/gitlab/slides.md index 19c09d7..04c91fe 100644 --- a/gitlab/slides.md +++ b/gitlab/slides.md @@ -46,6 +46,18 @@ Nope... [Stack Overflow also uses Gitlab](https://about.gitlab.com/2016/04/07/st --- +## Under the hood + +GitLab is a Ruby on Rails application that runs on the following software: + +* Ubuntu/Debian/CentOS/RHEL +* Ruby (MRI) 2.1 +* Git 2.7.4+ +* Redis 2.8+ +* MySQL or PostgreSQL + +--- + ## gitlab.com for free - unlimited public projects @@ -56,7 +68,7 @@ Nope... [Stack Overflow also uses Gitlab](https://about.gitlab.com/2016/04/07/st ## Community Edition (CE) - Totally free -- No restrictions +- No restrictions (10.000 projects) - Not all features available --- @@ -289,6 +301,8 @@ Overall status on http://shopify.github.io/dashing/ Note: - docker start gitlab +- root / 5iveL!fe +- git clone ssh://git@192.168.1.2:8022/root/demo.git ----