Skip to content
Snippets Groups Projects
Commit 48c3ad6a authored by jurgenhaas's avatar jurgenhaas
Browse files

Update formatting

parent f49c6141
No related branches found
No related tags found
No related merge requests found
......@@ -3,18 +3,18 @@ Installs GitLab Community Edition
Links:
- GitLab Install on Ubuntu 12.04: https://about.gitlab.com/downloads
-- sudo apt-get install curl openssh-server ca-certificates postfix
-- curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
-- sudo apt-get install gitlab-ce
-- sudo nano /etc/gitlab/gitlab.rb
-- sudo gitlab-ctl restart
-- Configure Apache
-- sudo gitlab-ctl reconfigure
-- sudo service apache2 restart
--- Username: root
--- Password: 5iveL!fe
- sudo apt-get install curl openssh-server ca-certificates postfix
- curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
- sudo apt-get install gitlab-ce
- sudo nano /etc/gitlab/gitlab.rb
- sudo gitlab-ctl restart
- Configure Apache
- sudo gitlab-ctl reconfigure
- sudo service apache2 restart
* Username: root
* Password: 5iveL!fe
- Trouble Shooting: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md
- Blog Install GitLab: http://paulshipley.id.au/blog/coding-tips/install-gitlab-on-ubuntu-14-04-using-apache2
- GitLab / SSL / Apache: https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/web-server/apache/gitlab-ssl.conf
- GitLab other webserver: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md
- Ansible Sample: https://gitlab.xarif.de/thomass/ansible_roles/tree/master/thomass.gitlab
- Ansible Sample: https://gitlab.xarif.de/thomass/ansible_roles/tree/master/thomass.gitlab
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment