Skip to content
Snippets Groups Projects

Major docs update

Merged Marin Jankovski requested to merge major_docs_update into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Please register or sign in to reply
Loading