Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Updated init script location on gitlabhq repo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcnf committed Sep 16, 2013
1 parent b79fac9 commit 53a5ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab-install-el6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export force=yes
su git -c "bundle exec rake gitlab:setup RAILS_ENV=production"

## Install init script
curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab-centos
curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/centos/gitlab-unicorn
chmod +x /etc/init.d/gitlab

## Fix for issue 30
Expand Down Expand Up @@ -207,7 +207,7 @@ echo "#"
echo "# You have your MySQL root password in this file:"
echo "# /home/git/gitlab/config/database.yml"
echo "#"
echo "# Point your browser to:"
echo "# Point your browser to:"
echo "# http://$GL_HOSTNAME (or: http://<host-ip>)"
echo "# Default admin username: admin@local.host"
echo "# Default admin password: 5iveL!fe"
Expand Down

0 comments on commit 53a5ad7

Please sign in to comment.