Skip to main content

Cloudberrie Developer Workstation

Document: ENG-001Type: SOPStatus: ApprovedOwner: Cloudberrie StudioVersion: 4.2.0Updated: 2026-07-17

Approved Local Structureโ€‹

/Users/cloudberrie/Documents/Cloudberrie/
โ”œโ”€โ”€ Projects/
โ”‚ โ”œโ”€โ”€ cb-website/
โ”‚ โ”œโ”€โ”€ cb-manual/
โ”‚ โ”œโ”€โ”€ cb-studio-board/
โ”‚ โ”œโ”€โ”€ cb-eventlumi/
โ”‚ โ””โ”€โ”€ cb-aifa/
โ”œโ”€โ”€ Assets/
โ”œโ”€โ”€ Backups/
โ”œโ”€โ”€ Documentation/
โ””โ”€โ”€ Archive/

Install Homebrewโ€‹

Use the official installer in Terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Run the PATH commands printed by the installer. On the current Mac, Homebrew installed under /usr/local/bin and the installer supplied:

echo >> /Users/cloudberrie/.zprofile
echo 'eval "$(/usr/local/bin/brew shellenv zsh)"' >> /Users/cloudberrie/.zprofile
eval "$(/usr/local/bin/brew shellenv zsh)"

Validate:

brew --version

Install and Authenticate GitHub CLIโ€‹

brew install gh
gh --version
gh auth login

Select GitHub.com, HTTPS, authenticate Git, and browser login. Validate and configure Git:

gh auth status
gh auth setup-git

Invalid keyring token: run gh auth logout -h github.com -u cb-engops, then repeat gh auth login.

Repository-Specific Git Identityโ€‹

cd /Users/cloudberrie/Documents/Cloudberrie/Projects/cb-website
git config user.name "Cloudberrie Engineering"
git config user.email "engineering@cloudberrie.com"

Validate:

git config user.name
git config user.email

Workstation Validationโ€‹

Homebrew returns a version GitHub CLI returns a version gh auth status shows cb-engops Git credential setup completed Permanent project path exists Engineering email is verified on GitHub