This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:base-infrastructure [2017-09-20 16:15] – 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 ==== | ||
+ | Background music should not be interrupted by rebooting clients or phones leaving the building. \\ | ||
+ | A dedicated client should play the music and controllable by all kind of devices. | ||
+ | |||
* download runeaudio for RPi | * download runeaudio for RPi | ||
* flash to SD card and boot | * flash to SD card and boot | ||
Line 509: | Line 548: | ||
* UPnP: on | * UPnP: on | ||
* UPnP name: music01 | * UPnP name: music01 | ||
- | * network | ||
- | * static | ||
- | * 192.168.11.20 | ||
* ssh root@ip | * ssh root@ip | ||
* passwd | * passwd | ||
Line 535: | Line 571: | ||
* http:// | * http:// | ||
+ | Management: \\ | ||
+ | [[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 ==== | ||