summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added webbrowser requirementsJeroen van Baarsen2014-01-151-0/+8
| | | | | | | | Fixes https://github.com/gitlabhq/gitlabhq/issues/4319
* | Merge pull request #5937 from RandomInsano/patch-1Dmitriy Zaporozhets2014-01-071-1/+1
|\ \ | | | | | | Postgres Client Needed for Ubuntu 13.04
| * | Postgres Client Needed for Ubuntu 13.04Edwin Amsler2013-12-261-1/+1
| |/ | | | | It looks like the postgresql-9.1 package didn't include the actual client. Needed to install it separately to get this to work.
* | Also update links to recipes.dosire2014-01-021-1/+1
| |
* | Change canonical urls to GitLab Cloud.dosire2013-12-301-5/+5
|/
* Point ot 6-4-stableDmitriy Zaporozhets2013-12-201-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #5645 from sajanp/enhancement/install-guideJacob Vosmaer2013-12-161-10/+11
|\ | | | | Reorder steps to install web server before running gitlab:check
| * Reorder steps to install web server before running gitlab:checkSajan Parikh2013-11-211-10/+11
| |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2013-12-111-6/+11
|\ \
| * \ Merge pull request #5801 from Rovanion/default-docJacob Vosmaer2013-12-101-6/+11
| |\ \ | | | | | | | | Added example defaults file and appropriate documentation.
| | * | installation.md - Fixed typoRovanion Luckey2013-12-101-1/+4
| | | |
| | * | Fixed security issue.Rovanion Luckey2013-12-091-1/+1
| | | |
| | * | Added example defaults file and appropriate documentation.Rovanion Luckey2013-12-091-7/+9
| | | |
* | | | Mention assets precompile in installation docsDmitriy Zaporozhets2013-12-101-0/+5
|/ / / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Git clone now gets the right branch from the getgoRovanion Luckey2013-12-061-8/+2
|/ / | | | | Simplified the instructions by two steps.
* | Change the mysql user to git from gitlab.Marin Jankovski2013-11-291-3/+3
| |
* | Wiki page url changed due to title cleanup.Sytse Sijbrandij2013-11-271-1/+1
| |
* | Update installation.md to use 6-3-stable branchJonas Friedmann2013-11-251-2/+2
| |
* | Update ruby to patchlevel 353 (security update)Achilleas Pipinellis2013-11-231-2/+2
| | | | | | | | https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/
* | Ensure customers know that GitLab.com supports RHEL.Sytse Sijbrandij2013-11-211-18/+23
|/
* Recommend gitlab-shell 1.7.9 in docs and check taskDmitriy Zaporozhets2013-11-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use gitlab-shell 1.7.8Jacob Vosmaer2013-11-141-1/+1
|
* Merge branch 'ra_default' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-11-081-4/+0
|\
| * Enable rack_attack by default.Marin Jankovski2013-11-061-4/+0
| |
* | Remove separate installation of charlock_holmes.Marin Jankovski2013-11-071-2/+0
| |
* | Require gitlab-shell 1.7.6Dmitriy Zaporozhets2013-11-061-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix name of RHELMatěj Cepl2013-11-041-1/+1
| | | The company is called Red Hat, and its flagship product is Red Hat Enterprise Linux (commonly abbreviated as RHEL). There is no such thing as RedHat (and never was).
* Use gitlab-shell 1.7.4Jacob Vosmaer2013-11-011-1/+1
|
* Update installation.mdflewid2013-10-251-2/+2
| | | Updated instructions to include proper stable. Otherwise they fail due to Rack extensions required below.
* Clarify that Git 1.8.x is OKJacob Vosmaer2013-10-231-1/+1
|
* Include full dependencies for Git compilationJacob Vosmaer2013-10-231-1/+1
|
* Divide Git installation instructions in twoJacob Vosmaer2013-10-231-1/+1
|
* Edit config/gitlab.yml when compiling gitJacob Vosmaer2013-10-231-2/+3
|
* Add instructions to install Git from sourceJacob Vosmaer2013-10-211-1/+29
| | | | This is needed for Ubuntu 12.04, which only provides Git 1.7.9.
* Skip rdoc to speed up Ruby compilationJacob Vosmaer2013-10-181-1/+1
|
* Add logrotate setup to the installation guideJacob Vosmaer2013-10-161-1/+4
|
* Merge pull request #5168 from DirkR/masterJacob Vosmaer2013-10-151-0/+6
|\ | | | | Added description for Redis connection via unix socket
| * Added description for Redis connection via unix socketDirk Rüdiger2013-09-241-0/+6
| |
* | Merge pull request #5278 from ZaaLabs/masterDmitriy Zaporozhets2013-10-081-2/+2
|\ \ | | | | | | Small consistency addition for installation.md
| * | Update installation.mdNate Beck2013-10-061-2/+2
| | | | | | | | | Add the -y option to the python apt-get install commands to be consistent with the rest of the Document.
* | | Better requirements based on the experience of GitLab Cloud.Sytse Sijbrandij2013-10-041-6/+13
| | |
* | | Use peer-based authentication for PostgreSQLJacob Vosmaer2013-10-022-6/+7
| | |
* | | Streamline MySQL setup in installation.mdJacob Vosmaer2013-10-021-1/+0
| | |
* | | Merge branch 'rack_attack' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-011-0/+7
|\ \ \ | |/ / |/| |
| * | Update install/update docs.Marin Jankovski2013-10-011-0/+7
| |/
* | Update databases.mdDenix2013-09-271-0/+3
| | | | | | | | run mysql_secure_installation to secure the freshly installed mysql server
* | Merge pull request #4800 from Rovanion/patch-1Jacob Vosmaer2013-09-251-1/+1
|\ \ | |/ |/| Remove -y option when removing ruby1.8
| * Remove -y option when removing puby1.8Rovanion Luckey2013-08-171-1/+1
| | | | | | Since it is easily could break installations running on the server - hence the person doing the install should be able to make the decision to remove himself.
* | Update docs to use 6-1-stable branchDmitriy Zaporozhets2013-09-161-2/+2
| |
* | Fix typo in installation.mdTrung Ngo2013-09-121-1/+1
| | | | | | SSH is pronounced as /es es aged/, so we need "an" instead of "a".