├── .gitignore ├── README.md ├── com.gitlab.backup.plist ├── com.webentity.gitlab.plist ├── database_mysql.md └── gitlab.default.osx /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebEntity/Installation-guide-for-GitLab-on-OS-X/HEAD/README.md -------------------------------------------------------------------------------- /com.gitlab.backup.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebEntity/Installation-guide-for-GitLab-on-OS-X/HEAD/com.gitlab.backup.plist -------------------------------------------------------------------------------- /com.webentity.gitlab.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebEntity/Installation-guide-for-GitLab-on-OS-X/HEAD/com.webentity.gitlab.plist -------------------------------------------------------------------------------- /database_mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebEntity/Installation-guide-for-GitLab-on-OS-X/HEAD/database_mysql.md -------------------------------------------------------------------------------- /gitlab.default.osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebEntity/Installation-guide-for-GitLab-on-OS-X/HEAD/gitlab.default.osx --------------------------------------------------------------------------------