Commit 0d56b1b07f8ec05725b9c8f4ed45f10c76325d43
1 parent
77faffbd
Exists in
master
and in
4 other branches
Updated links to gitlab.com and added the last doc files.
Showing
1 changed file
with
18 additions
and
7 deletions
Show diff stats
README.md
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | 30 | ||
31 | * GitLab.org community site: [Homepage](http://gitlab.org) [Screenshots](http://gitlab.org/screenshots/) [Blog](http://blog.gitlab.org/) [Demo](http://demo.gitlabhq.com/users/sign_in) | 31 | * GitLab.org community site: [Homepage](http://gitlab.org) [Screenshots](http://gitlab.org/screenshots/) [Blog](http://blog.gitlab.org/) [Demo](http://demo.gitlabhq.com/users/sign_in) |
32 | 32 | ||
33 | -* GitLab.com commercial services: [Homepage](http://blog.gitlab.com/) [GitLab Cloud](http://blog.gitlab.com/cloud/) [Subscription](http://blog.gitlab.com/subscription/) [Consultancy](http://blog.gitlab.com/consultancy/) [Blog](http://blog.gitlab.com/blog/) | 33 | +* GitLab.com commercial services: [Homepage](http://www.gitlab.com/) [GitLab Cloud](http://www.gitlab.com/cloud/) [Subscription](http://www.gitlab.com/subscription/) [Consultancy](http://www.gitlab.com/consultancy/) [Blog](http://blog.gitlab.com/) |
34 | 34 | ||
35 | * GitLab CI: [Readme](https://github.com/gitlabhq/gitlab-ci/blob/master/README.md) of the GitLab open-source continuous integration server | 35 | * GitLab CI: [Readme](https://github.com/gitlabhq/gitlab-ci/blob/master/README.md) of the GitLab open-source continuous integration server |
36 | 36 | ||
@@ -55,13 +55,20 @@ Follow the installation guide for production server. | @@ -55,13 +55,20 @@ Follow the installation guide for production server. | ||
55 | 55 | ||
56 | * [Installation guide for the current master branch (5.1)](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md) | 56 | * [Installation guide for the current master branch (5.1)](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md) |
57 | 57 | ||
58 | - | ||
59 | #### For development | 58 | #### For development |
60 | 59 | ||
61 | If you want to contribute, please first read our [Contributing Guidelines](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md) and then we suggest you to use the Vagrant virtual machine project to get an environment working sandboxed and with all dependencies. | 60 | If you want to contribute, please first read our [Contributing Guidelines](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md) and then we suggest you to use the Vagrant virtual machine project to get an environment working sandboxed and with all dependencies. |
62 | 61 | ||
63 | * [Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) | 62 | * [Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) |
64 | 63 | ||
64 | +#### Unsupported installation methods | ||
65 | + | ||
66 | +* [GitLab recipes](https://github.com/gitlabhq/gitlab-recipes) for setup on different platforms | ||
67 | + | ||
68 | +* [Unofficial installation guides](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Unofficial-Installation-Guides) | ||
69 | + | ||
70 | + | ||
71 | + | ||
65 | ### Starting | 72 | ### Starting |
66 | 73 | ||
67 | 1. The Installation guide contains instructions to download an init script and run that on boot. With the init script you can also start GitLab | 74 | 1. The Installation guide contains instructions to download an init script and run that on boot. With the init script you can also start GitLab |
@@ -108,25 +115,29 @@ If you want to contribute, please first read our [Contributing Guidelines](https | @@ -108,25 +115,29 @@ If you want to contribute, please first read our [Contributing Guidelines](https | ||
108 | 115 | ||
109 | * [Feedback and suggestions forum](http://gitlab.uservoice.com/forums/176466-general) | 116 | * [Feedback and suggestions forum](http://gitlab.uservoice.com/forums/176466-general) |
110 | 117 | ||
111 | -* [Support subscription](http://blog.gitlab.com/subscription/) | 118 | +* [Support subscription](http://www.gitlab.com/subscription/) |
112 | 119 | ||
113 | -* [Consultancy](http://blog.gitlab.com/consultancy/) | 120 | +* [Consultancy](http://www.gitlab.com/consultancy/) |
114 | 121 | ||
115 | -### New versions and the API | 122 | +### New versions and upgrading |
116 | 123 | ||
117 | Each month on the 22th a new version is released together with an upgrade guide. | 124 | Each month on the 22th a new version is released together with an upgrade guide. |
118 | 125 | ||
119 | * [Upgrade guides](https://github.com/gitlabhq/gitlabhq/wiki) | 126 | * [Upgrade guides](https://github.com/gitlabhq/gitlabhq/wiki) |
120 | 127 | ||
128 | +* [Changelog](https://github.com/gitlabhq/gitlabhq/blob/master/CHANGELOG) | ||
129 | + | ||
121 | * [Roadmap](https://github.com/gitlabhq/gitlabhq/blob/master/ROADMAP.md) | 130 | * [Roadmap](https://github.com/gitlabhq/gitlabhq/blob/master/ROADMAP.md) |
122 | 131 | ||
123 | -### Other documentation | 132 | +### GitLab interfaces |
124 | 133 | ||
125 | * [GitLab API](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/README.md) | 134 | * [GitLab API](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/README.md) |
126 | 135 | ||
127 | * [Rake tasks](https://github.com/gitlabhq/gitlabhq/tree/master/doc/raketasks) | 136 | * [Rake tasks](https://github.com/gitlabhq/gitlabhq/tree/master/doc/raketasks) |
128 | 137 | ||
129 | -* [GitLab recipes](https://github.com/gitlabhq/gitlab-recipes) | 138 | +* [Directory structure](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/structure.md) |
139 | + | ||
140 | +* [Databases](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/databases.md) | ||
130 | 141 | ||
131 | ### Getting in touch | 142 | ### Getting in touch |
132 | 143 |