Commit 93354679943c7b4e0de7bbde557fd7950633920a

Authored by Jacob Vosmaer
1 parent 26e10268

Add basic installation instructions

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
@@ -3,6 +3,17 @@ @@ -3,6 +3,17 @@
3 This project creates full-stack platform-specific packages for 3 This project creates full-stack platform-specific packages for
4 GitLab! 4 GitLab!
5 5
  6 +## Installation
  7 +
  8 +### Ubuntu
  9 +
  10 +```
  11 +sudo apt-get install openssh-server
  12 +sudo apt-get install postfix # sendmail or exim is also OK
  13 +sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded
  14 +sudo gitlab-ctl reconfigure
  15 +```
  16 +
6 ## How to manage an Omnibus-installed GitLab 17 ## How to manage an Omnibus-installed GitLab
7 18
8 ### Administrative commands 19 ### Administrative commands