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
path: root/doc
AgeCommit message (Collapse)Author
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-30updated ubuntu install script to include sendmailthree18ti
2012-07-31fixed typoJeremy Anderson
2012-07-31updating project api to include raw blob contents and single branchJeremy Anderson
2012-07-26Fixed persmission issue in doc. Added validation of hooks in gitlab:app:statusrandx
2012-07-25API: expose issues project idNihad Abbasov
2012-07-25API: update docsNihad Abbasov
2012-07-24Merge branch 'master' into apiNihad Abbasov
2012-07-24update API docsNihad Abbasov
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-10Merge pull request #1069 from drt24/patch-1Valeriy Sizov
Should append to .profile rather than overwriting it as it might have ex...
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-07-05fix typoNihad Abbasov
2012-07-05add docs for existing APINihad Abbasov
2012-06-26Fix resque worker becoming paused on restartsAbe Voelker
2012-06-23update docValeriy Sizov
2012-06-23Update masterValeriy Sizov
2012-06-11Add missing libyaml-devMiha Vrhovnik
2012-06-06new rubby version and fix of https://github.com/gitlabhq/gitlabhq/issues/326 ↵Vladimir Krylov
issue
2012-06-04use stable branch as default.Valeriy Sizov
2012-06-03Merge pull request #884 from amferraz/patch-1Valeriy Sizov
Compatibilizing with a fresh install of ubuntu 12.04 LTS i386 (virtualized)
2012-06-03Compatibilizing with a fresh install of ubuntu 12.04 LTS i386 (virtualized).cacovsky
2012-05-26Updated; libreadline-dev libreadline-gplv2-dev Hans Fase
;) Have fun!
2012-05-23Corrected line for running gl-system-installTroy Murray
2012-05-12Adding sudo before sudo rm -rf /tmp/gitolite-admin (root privileges needed)bgondy
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