Created
August 1, 2012 22:44
-
-
Save grapeot/3231364 to your computer and use it in GitHub Desktop.
Configure gitlab in ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Basically just Follow the install instructions in https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md. | |
If you encounter problems, check this: | |
1. If the system complains about pid files in the very last step, change 'restart' to 'start'. | |
If it doesn't work, use 'sudo ./resque.sh' in Step 6. | |
2. I encountered 502 Bad Gateway error. Solution is in https://groups.google.com/forum/?fromgroups#!topic/gitlabhq/u9AMESyd-N0 | |
Restart the server after the modification. | |
3. Default user/password is | |
email => "admin@local.host" | |
password => "5iveL!fe" | |
4. If email sending is not working, check https://github.com/gitlabhq/gitlabhq/issues/1068#issuecomment-6904135. | |
5. To change the hostname from localhost, check https://github.com/gitlabhq/gitlabhq/issues/638. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment