gitlab install - ghdrako/doc_snipets GitHub Wiki

https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md

sudo gitlab-ctl reconfigure
sudo gitlab-ctl status

To make sure you didn't miss anything run a more thorough check with:

sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production

If all items are green, then congratulations on successfully installing GitLab!

Initial Login: root/

sudo service gitlab start
sudo service gitlab stop
git init
git add file.txt
git commit -m "Inicjalny commit"

git remote add origin [email protected]:test/gitlab_test.git
git push -u origin master

git remote remove origin

echo "Ala ma kota" >> file.txt

git commit -a -m "Pierwszy wpis"
⚠️ **GitHub.com Fallback** ⚠️