This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:base-infrastructure [2017-09-23 07:04] – [Music] trinitor | projects:base-infrastructure [2018-05-13 08:58] (current) – [gitlab] trinitor | ||
---|---|---|---|
Line 498: | Line 498: | ||
* Group | * Group | ||
* devbase_delegate_access_nextcloud | * devbase_delegate_access_nextcloud | ||
+ | |||
+ | ==== gitlab ==== | ||
+ | * install Ubuntu 16.04 LTS | ||
+ | * configure network | ||
+ | * apt update && sudo apt upgrade | ||
+ | * sudo apt-get install -y curl openssh-server ca-certificates | ||
+ | * curl https:// | ||
+ | * sudo echo en_US.UTF-8 UTF-8 > / | ||
+ | * sudo locale-gen en_US.UTF-8 | ||
+ | * LC_ALL=" | ||
+ | * LC_CTYPE=" | ||
+ | * sudo EXTERNAL_URL=" | ||
+ | * browse to http:// | ||
+ | * vi / | ||
+ | < | ||
+ | gitlab_rails[' | ||
+ | gitlab_rails[' | ||
+ | main: # ' | ||
+ | label: ' | ||
+ | host: ' | ||
+ | port: 389 | ||
+ | uid: ' | ||
+ | bind_dn: ' | ||
+ | password: ' | ||
+ | encryption: ' | ||
+ | verify_certificates: | ||
+ | active_directory: | ||
+ | allow_username_or_email_login: | ||
+ | lowercase_usernames: | ||
+ | block_auto_created_users: | ||
+ | base: ' | ||
+ | # | ||
+ | EOS | ||
+ | </ | ||
+ | * gitlab-ctl reconfigure | ||
+ | * gitlab-rake gitlab: | ||
==== Music ==== | ==== Music ==== | ||
Line 537: | Line 573: | ||
Management: \\ | Management: \\ | ||
[[http:// | [[http:// | ||
+ | |||
+ | ==== Ubiquiti Controller ==== | ||
+ | To manage the Unfi WiFi access points a Controller is needed | ||
+ | * Install Ubuntu 16.04 LTS | ||
+ | * echo 'deb http:// | ||
+ | * apt-key adv --keyserver keyserver.ubuntu.com --recv 06E85760C0A52C50 | ||
+ | * apt-get install unifi | ||
+ | * https://< | ||
==== Wiki ==== | ==== Wiki ==== | ||