Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-19Add docs for customizing Redis, add example fileRobert Speicher
2012-09-16Update installation doc with branch namesrandx
2012-09-15added the name change to the installation.md - thanks and nice catch to @NARKOZTobias Pfeiffer
2012-08-29Prepared for gitolite v3randx
2012-09-06Capitlization of /gitlab/i normalized. #1367Alex Denisov
2012-09-04Cleaner install section for nginx, unicornrandx
2012-09-04update install to use recipesrandx
2012-09-04Clean up doc/installation.mdRobert Speicher
Closes #939
2012-09-03Update the references to the script and refer to it from the installation ↵Sytse Sijbrandij
manual. Update the references to the script and refer to it from the installation manual. Indent the code block.
2012-09-02Merge pull request #1327 from logiblocs/masterDmitriy Zaporozhets
Trivial fix to docs/installation.md
2012-09-02Non-interactive AWS install by running a single script.Sytse Sijbrandij
Merge branch 'master' into non-interactive-aws-install Conflicts: doc/installation.md Fix merge mess in installation.md
2012-09-02Non-interactive AWS install by running a single script.Sytse Sijbrandij
Non-interactive AWS install by running a single script. Complete non-interactive AWS install with one line. Squash of 28 commits: Initial commit of complete install script. Must be sudo. Non interactive prostgres. Install mysql with unique password. Service file. Add init file. Nginx config. Script contains aws specific settings. Update references after rename. Prevent localhost ssh prompt. Postfix with policyd. Typo in localhost. Postfix package has other name. sudo -l session needs oneliners. More sudo commands to prevent permission problems. Change in existing file. Change in existing file must be referenced. Switch order. Postfix comment. Old way to generate password, less sudo. todo login Must use private ip and login instructions. Starting up. Fixed and checked various todos. Use service. Set host name. Go to default dir. Only works on next login. Only replace first host. Cleaned up the comments. Link to nginx config. Move to aws dir. Update links to aws for interactive install. Existing script stays at the same location. Change directory. Use the new init scripts for gitlab service and nginx. Use the branch for file downloads. Update with newest changes to installation.md. Correct reference. Use master branch since we need the nginx condfig and use absolute paths. Need to copy with sudo.
2012-08-29Fixed one letter in doc/installation.mdlogiblocs
2012-08-28Simplify setup for nginx, initd with already predefined filesDmitriy Zaporozhets
2012-08-21Updated app:status & docs with hooks. Removed write_hooks from app:setuprandx
2012-08-19Specify charlock holmes version in installation docsrandx
2012-08-11Merge pull request #1166 from three18ti/masterDmitriy Zaporozhets
Updated MySQL docs and Ubuntu auto-install script
2012-08-10Merge pull request #984 from abevoelker/fix-init.d-resqueDmitriy Zaporozhets
Fix resque worker becoming paused on restarts
2012-08-02Add admin credentials to installation docsrandx
2012-07-31changed install script and docs to use postfix instead of sendmailthree18ti
2012-07-30updated ./resque.sh instruction to use sudothree18ti
2012-07-30added mysql configuration instructionsthree18ti
2012-07-26Fixed persmission issue in doc. Added validation of hooks in gitlab:app:statusrandx
2012-07-16Merge pull request #1045 from tobert/patch-1Valeriy Sizov
The gitlab.pub file probably shouldn't be world readable, but let's star...
2012-07-16Merge pull request #1090 from rjmooney/patch-1Valeriy Sizov
Clarify the nginx configuration.
2012-07-16Merge pull request #1091 from asfaltboy/patch-1Valeriy Sizov
Add step to make sure tmp directory exists in /home/gitlab/gitlab/
2012-07-16libreadline-gplv2-dev >> libreadline6-devHans Fase
2012-07-14Add step to make sure tmp directory exists in /home/gitlab/gitlab/ (since ↵Pavel Savchenko
the step Setup DB fails if it doesn't. see issue #1038 for more detials.
2012-07-13Clarify the nginx configuration.rjmooney
2012-07-10Should append to .profile rather than overwriting it as it might have ↵Daniel Thomas
existing contents
2012-07-06The gitlab.pub file probably shouldn't be world readable, but let's start ↵Al Tobey
with just making it read-only and not executable.
2012-06-26Fix resque worker becoming paused on restartsAbe Voelker
2012-06-23update docValeriy Sizov
2012-06-23Update masterValeriy Sizov
2012-06-04use stable branch as default.Valeriy Sizov
2012-05-26Updated; libreadline-dev libreadline-gplv2-dev Hans Fase
;) Have fun!
2012-05-23Corrected line for running gl-system-installTroy Murray
2012-05-09in /etc/init.d/gitlab, I add "-l" option in sh command張旭
2012-04-29small fix installation`s guide.Valeriy Sizov
2012-04-18Fixed typoTiago Ribeiro
2012-04-13Merged arthurschreiber:patch-1Ariejan de Vroom
2012-04-12Add libyaml-dev to the apt-get install string. Arthur Schreiber
If libyaml headers are not installed, YAML will not be correctly compiled (either not at all, or using Syck instead of Psych).
2012-04-06Fix install instructions' echo missing -e flag Abe Voelker
Needed to expand the \n into a newline. My bad.
2012-04-04Merge pull request #634 from abevoelker/update-init-scriptDmitriy Zaporozhets
Add redis-server init.d dependency - fixes #598
2012-04-04gitlab rake tasks refactoredDmitriy Zaporozhets
2012-04-02Add redis-server init.d dependencyAbe Voelker
2012-04-01Move Unicorn unix socket out of /tmpAbe Voelker
2012-04-01Merge pull request #629 from abevoelker/patch-1Valeriy Sizov
Fix gl-setup PATH warning when executing gl-system-install.
2012-04-01Fix gl-setup PATH warning when executing gl-system-install.Abe Voelker
My git user uses bash (so .bash_profile), but I think it should work the same for sh shell. Full warning message: ***** WARNING ***** gl-setup is not in your $PATH. Since gl-setup MUST be run from the PATH (and not as src/gl-setup or such), you must fix this before running gl-setup. The simplest way is to add PATH=/home/git/bin:$PATH to the end of your bashrc or similar file. You can even simply run that command manually each time you log in and want to run a gitolite command. Run /home/git/gitolite/src/gl-system-install -h for a detailed usage message.
2012-03-30added nginx access_log; error_log directives for easier debugging vhost errors Jens-André Koch
added proxy_set_header directives to prevent "ssl_error_rx_record_too_long" added subdomain "gitlab.YOUR_SUBDOMAIN.com" to server_name directive added "YOUR_SERVER_IP" to listen directive