-3

Hello I setted up Gitlab on my raspberry but I can't access to the web page of gitlab. So i would like to know where is the *.html ? I tried to find in var/www/html but I see nothing... I precise I setted up apache on my raspberry. Thank you for your help !

1 Answers1

0

See GitLab's guide to installation on the Raspberry Pi.

Download the Omnibus package for Raspberry Pi 2 and install it:

wget https://s3-eu-west-1.amazonaws.com/downloads-packages/raspberry-pi/gitlab_7.9.0-omnibus.pi-1_armhf.deb

sudo dpkg -i gitlab_7.9.0-omnibus.pi-1_armhf.deb

sudo gitlab-ctl reconfigure

Sign in on your new micro-instance with username root and password 5iveL!fe.

Community
  • 1
  • 1
Ari Cooper-Davis
  • 3,374
  • 3
  • 26
  • 43
  • Yeah but how can I go to the index.html of gitlab ? Because I also have some other web pages (MySQL databse, owncloud...) – Peter Bergman May 14 '17 at 19:22
  • I don't understand your question. The traditional way to go to the index page of a website is using your web browser. If you are headless and don't have a web browser then you could try something like [this](https://serverfault.com/questions/716180/how-to-access-web-page-via-terminal). If this doesn't answer your question then you might consider rewording it. – Ari Cooper-Davis May 14 '17 at 19:55