development:tools:start

This is an old revision of the document!


Common Development tools

Install all applications and customise them as instructed.
  • WeChat
  • Microsoft Authenticator (for 2-factor authentication)
  • Microsoft Outlook or Web Outlook
    • use company email to login
  • Microsoft OneDrive
    • use company email to login
  • Microsoft Teams
You need to setup the Android Studio but we will use VS Code for the development tool.
  • Android Studio
    • Dart plugin
    • Flutter plugin
On Mac, if install Android Studio 4.1, may need to create a symbolic link so that 'flutter doctor' could check the Dart and Flutter plugins correctly.
$ ln -s ~/Library/Application \Support/Google/AndroidStudio4.1/plugins ~/Library/Application \Support/AndroidStudio4.1
  • Xcode (via App Store) Mac only
  • Apache 2.4 or up
  • MySQL 8 or up
  • PHP 7.3 or up
  • WordPress 6 or up
  • AI
  • Photoshop
  • Google Chrome
  • Visual Studio 2022 (v17.2.6)
    • .NET 6 SDK and Runtime (included in Visual Studio 17.2.6)
  • Swagger
  • Entity Framework
  • Json.NET - Newtonsoft
$ brew tap homebrew/versions

Then search for your desired package:

$ brew search mongoldb

This might give you the follow results:

homebrew/versions/mongodb24
homebrew/versions/mongodb26
mongodb

And then install the desired version:

$ brew install homebrew/versions/mongodb26
  • development/tools/start.1682831151.txt.gz
  • Last modified: 2023/04/30 13:05
  • by don.lee