{"id":20901594,"url":"https://github.com/willfarrell/mac-ci","last_synced_at":"2025-10-06T03:45:55.018Z","repository":{"id":10705849,"uuid":"12951933","full_name":"willfarrell/mac-ci","owner":"willfarrell","description":"Scripts to autoset a Jenkins CI on a Mac. Great to put on a spare Mac mini.","archived":false,"fork":false,"pushed_at":"2013-09-19T15:32:43.000Z","size":4456,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T20:38:09.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willfarrell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-19T15:24:43.000Z","updated_at":"2017-06-13T14:04:42.000Z","dependencies_parsed_at":"2022-09-23T03:31:00.848Z","dependency_job_id":null,"html_url":"https://github.com/willfarrell/mac-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willfarrell/mac-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fmac-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fmac-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fmac-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fmac-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willfarrell","download_url":"https://codeload.github.com/willfarrell/mac-ci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fmac-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556187,"owners_count":26006079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T11:36:08.855Z","updated_at":"2025-10-06T03:45:54.959Z","avatar_url":"https://github.com/willfarrell.png","language":"Shell","readme":"# Mac mini Continuous Intergration Server\n*Interviewee: Of course I have my own CI server, what seasoned developer doesn't?*\n\n## Requirements\n- 1 x [Mac mini](https://www.apple.com/mac-mini/) ($600 - $1,500) *2.6GHz Quad-Core i7, 16GB RAM, 1TB Fusion Drive*\n- 1 x Apple Mini DisplayPort to VGA Adapter ($29) *If planning to not connect to a monitor*\n- 1 x Resistor *If planning to not connect to a monitor*\n- 1 x [VMware Fusion](http://www.vmware.com/products/fusion/overview.html) ($50) or [VMWare Fusion Professional](http://www.vmware.com/products/fusion-professional/) ($129)\n\n## Setup\n\n1. Create the user `Jenkins`.\n2. Setup dot files. Run `.osx` script top optimize setting for performance, fork from [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles).\n\n3. Install Xcode.\n  1. Install Xcode from the Mac App Store.\n  2. Open Xcode.\n  3. Open the Preferences window (`Cmd-,`).\n  4. Go to the Downloads tab.\n  5. Install the Command Line Tools.\n\n4. Clean up OS UI\n 1. Set background to soild colour.\n```applescript\nosascript -e 'set desktopImage to POSIX file \"/Library/Desktop Pictures/Solid Colors/Solid Gray Light.png\"\ntell application \"Finder\"\n    set desktop picture to desktopImage\nend tell'\n```\n 2. Remove uneed dock items\n \n \n4. Install [boxen](http://boxen.github.com/) `https://github.com/boxen/our-boxen` or use [brew cask](https://github.com/phinze/homebrew-cask).\n\n```bash\n# Setup folders\nsudo mkdir -p /opt/boxen\nsudo chown ${USER}:staff /opt/boxen\n\n# Clone repo\ngit clone https://github.com/boxen/our-boxen /opt/boxen/repo\ncd /opt/boxen/repo\ngit remote rm origin\n\n# Add browsers include to Puppetfile\necho 'github \"browsers\"    \"0.0.1\", :repo =\u003e \"willfarrell/puppet-browsers\"' \u003e\u003e Puppetfile\n\n# Run boxen bootstrap\nscript/boxen --no-fde\n\n# Run `boxen --env` in new tab\necho \"Run `boxen --env` in new tab\"\n```\n\n5. Install [Browsers and Virtual Machines](https://github.com/willfarrell/Browsers)\n```bash\n#boxen browsers\n```\n## Setup Jenkins\nTODO\n```bash\nboxen jenkins\n```\n\n## [Mac mini CI](https://github.com/angular/ci.angularjs.org)\nShell scripts and configuration files used by the Google AngularJS Team. [Video](https://www.youtube.com/watch?v=BNpV7npURhE) [Slides](https://docs.google.com/presentation/d/1-j264F0Q8k3NzionQspx7fhKd2E8XPkIKItxz2qhN28)\n\n## To Do\n- Write script to auto install dot files and setup computer best for jenkins (focus on security and speed).\n - remove background image\n - remove useless icons from dock (leave Finder, Browser)\n \n- Write script to install all browsers (bowen).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fmac-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillfarrell%2Fmac-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fmac-ci/lists"}