WebReinvent Internal Docs
System Admin

MacOS setup

Macos Initial configuration

  1. Select Language English(India) then Continue
  2. Select Your Country or Region India then Continue
  3. Written and Spoken Languages Continue
  4. Accessibility Not Now
  5. Connect to Internet
  6. Data & Privacy Continue
  7. Migration Assistant Not Now
  8. Sign In with Your Apple ID
    • Apple ID Gmail -> systemadmin@webreinvent.com
    • Password
  9. Sign In with Your Apple ID
    • Click Didn't get verification code
    • Then select Text code
  10. Accept Terms and Conditions
  11. Create a Computer Account
    • Full name localadmin
    • Account name localadmin
    • Password
    • Hint not required
    • select Allow my Apple ID to reset this password then Continue
  12. Make This Your New Mac
    • Turn on Location Services
  13. Touch ID Set Up Later
  14. Setting > General > Software update
  15. Setting > General > About > Change Name macairthree
  16. Setting > Privacy & Security > FileVault > Turn-off

Settings after 1st login

Step 1: Create new Volume for Projects

https://www.youtube.com/watch?v=99Ea8ZkWzXs

  1. press command + space Type disk utility
  2. Click on + icon to add a new volume / partition
  3. Give a name to the volume / partition Projects Click on size options Reserve Size 150 GB then Add
  4. Give a name to the volume / partition Setup Click on size options Reserve Size 50 GB then Add
  5. Give permission to read and write everyone to both volume
  6. Create User account
  7. Rest of the steps must be followed from User account

Step 2: How to Install Required Software and Packages

  1. Setup Brew
  • Open terminal and login to admin account localadmin by typing su localadmin
  • Run brew install command from the brew website
  • After installation, it will provide 2 commands to run, run those to command in current terminal
  • Run remaining brew command from this terminal as well
  1. Install packages from brew
  • brew install git
  • brew install curl
  • brew install wget

Step 3: Install XCode

  • Install xcode from app store
  • Open and select macOS 14.0 & iOS 17.0
  • Create a project after installing
  • Select iOS > App
  • Product Name: test
  • Organization Identifier: com.example
  • Author Name: systemadmin
  • Author Email: systemadmin@webreinvent.com

Step 4: Install Android Studio

  • install android studio from chrome browser
  • download Mac with Apple Silicon chip
  • Download the latest version from this site and accept term and conditions.
    (https://developer.android.com/studio)
  • Double-click on android studio file then click next
  • Select installation location and click next
  • Click on install
  • After Installation completed click next and finish
  • when open android setup Wizard click next
  • Select Standard and click next
  • Select UI Theme and next
  • In Verify Settings Click next
  • Left side click on android-sdk-license, android-sdk-arm-dbt-license, intel-android-extra-license and also click on accept
  • Click on Finish and Finish
  • Open More Actions and Select SDK Manager
  • Select SDK Tools and check Android SDK Command-line Tools(latest) and NDK (Side by side)
  • After that click on apply, Finish and Ok

Step 5: Install Flutter on MacOS

Watch - https://www.youtube.com/watch?v=YVaFoCiQ2SI Read - https://dev.to/themodernpk/macos-flutter-setup-3nig

  • echo $SHELL
  • nano .zshrc
  • add export PATH="$PATH:<flutter-folder-path>/flutter/bin" and save
  • source $HOME/.zshrc
  • Close terminal and open again and type flutter or flutter doctor

Copyright © 2024