-
Notifications
You must be signed in to change notification settings - Fork 420
[WIP] New repository structure #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks nice, keep it up! |
Web Server : apache with mod_passenger | ||
Init system : systemd | ||
Contributor : thedude | ||
Additional Notes : the script installs `postgres` instead of `mysql` and user is `gitlab` instead of `git` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using user gitlab
instead of git
is generally not a good idea. Perhaps it would be better not to use such a scenario as an example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I'll change it.
Beware that adding `ProxyPass /uploads !` would be a security issue, since uploads are publicly available without any authentification by default. See: https://github.com/gitlabhq/gitlabhq/issues/348#issuecomment-21682402
Nice work ~ It's a good news for CentOS users. |
@JasonMing thanks :) |
Requesting new update due to gitlabhq/gitlabhq@65cba5c |
@MrKeiKun I had it ready but didn't push :p |
push! :) |
Ok time to merge. I'll deal with the remaining PRs afterwards. |
This is an attempt to give this repository the love it needs :)
During this point, there are three main groups for each functionality:
init
,install
,web-server
.I won't merge any existing PRs because I've already come too far with the new structure, sorry guys. On the contrary I will cherry pick them and add them by hand. The PR number will appear on the commit message.
When this is finished I plan to merge it with master.
Please report anything you find that needs fixing or maybe an addition :)
TODO
Pull Requests
Remember to