Major docs update
Reorganising README file to make it easier for a newcomer.
-
Move all docs in /doc
that are not in separate directories( update.md => doc/update/README.md -
Find a way to keep the existing docs so they do not break links. (check if it is worth the effort of keeping the links) -
Update /doc/README.md
to contain the index useful for doc.gitlab.com
Merge request reports
Activity
Added 1 commit:
- e53a3bbc - Add a doc/update.md index file. Update headers in main README.md.
Added 1 commit:
- 98424c23 - Move logs to the separate docs.
Added 1 commit:
- 33396a40 - Move configuration to the separate doc
Added 1 commit:
- 3c8fb323 - Relocate configuration section. Extract backup to a separate doc.
@marin
for this effort. Please be aware that you need one level of nesting to be able to render on doc.gitlab.com, so doc/update.md should bececome /doc/update/readme.md or you have to solve the rendering code.@sytses Thanks for the warning, I forgot that there was a reason why everything is in separate dirs. I will update the links/files.
Added 1 commit:
- 069afa96 - Move update doc to a dir and update the links for the new location.
Added 6 commits:
- a814b43a - Use same headers for deprecated doc.
- 6b74632e - Place common installation problems into a separate directory.
- 7e42d559 - Move release doc and link in the old file to the new location.
- 05654be1 - Move development doc and link to the new location.
- 2ba876f0 - Move build doc and link to the new location.
- 741db1ed - Add maintenance docs and reorganize main readme.
Toggle commit list@JobV Can you please take a look at this MR closely as I think I am nearly(if not completely) done. Check if it is suitable for doc.gitlab.com and let me know if something needs changing :)
@marin awesome, will review!
@marin this is super awesome! Love it! Good to merge!
@JobV Thanks, merging.
mentioned in commit adc48432
- doc/update/README.md 0 → 100644
56 sudo dpkg -i gitlab_x.x.x-omnibus.xxx.deb 57 58 # CentOS: 59 sudo rpm -Uvh gitlab-x.x.x_xxx.rpm 60 ``` 61 62 #### Reconfigure GitLab (includes running database migrations) and restart all services 63 64 ``` 65 sudo gitlab-ctl reconfigure 66 sudo gitlab-ctl restart 67 ``` 68 69 Done! 70 71 #### Troube? Check status details Thanks, fixed in b694fe30