Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:tools:start [2023/04/30 12:41] – don.lee | development:tools:start [2025/04/11 11:13] (current) – [Web developer (frontend/ Backend/ QA/ Web Designer)] rick.ye | ||
---|---|---|---|
Line 3: | Line 3: | ||
[[http:// | [[http:// | ||
+ | <note tip> | ||
+ | Login all Microsoft apps using company email account | ||
+ | </ | ||
- | ===== All developer | + | ===== All developers |
- | <note tip> | + | ==== Desktop App ==== |
+ | |||
+ | |||
+ | <note tip> | ||
* [[https:// | * [[https:// | ||
- | * [[development: | + | * [[https:// |
* [[http:// | * [[http:// | ||
* [[howto: | * [[howto: | ||
* Mac OS has Git pre-installed, | * Mac OS has Git pre-installed, | ||
- | | + | * [[zh: |
+ | | ||
* Google Chrome browser | * Google Chrome browser | ||
- | * [[https:// | + | * [[https:// |
* WeChat desktop app | * WeChat desktop app | ||
* Mac via App Store | * Mac via App Store | ||
Line 21: | Line 28: | ||
* Mac via App Store | * Mac via App Store | ||
* [[http:// | * [[http:// | ||
+ | |||
+ | |||
==== Mobile App ==== | ==== Mobile App ==== | ||
+ | |||
+ | |||
* Microsoft Authenticator (for 2-factor authentication) | * Microsoft Authenticator (for 2-factor authentication) | ||
+ | * Microsoft Teams | ||
* Microsoft Outlook or Web Outlook | * Microsoft Outlook or Web Outlook | ||
- | * use company email to login | ||
* Microsoft OneDrive | * Microsoft OneDrive | ||
- | * use company email to login | ||
- | * Microsoft Teams | ||
- | ===== Web developer (frontend/backend) ===== | + | |
+ | ===== Web developer (frontend/ | ||
* Node.js, install via NVM | * Node.js, install via NVM | ||
- | * NVM (MacOS), https:// | + | |
- | * NVM for Windows, https:// | + | |
+ | * NVM for Windows, | ||
* use npm global install the following package | * use npm global install the following package | ||
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
- | * MongoDB | + | |
- | * Mac via Homebrew, see [[howto: | + | |
- | * [[https:// | + | |
* Google Chrome Browser | * Google Chrome Browser | ||
* Vue.js devtools https:// | * Vue.js devtools https:// | ||
+ | * MongoDB (no need for Web Designer) | ||
+ | * Mac via Homebrew, read [[# | ||
+ | * [[https:// | ||
+ | * need register an account with email to start using it. The registration is free. | ||
+ | |||
+ | |||
+ | |||
===== Flutter developer ===== | ===== Flutter developer ===== | ||
- | * [[development: | + | * [[https:// |
<note tip>You need to setup the Android Studio but we will use VS Code for the development tool.</ | <note tip>You need to setup the Android Studio but we will use VS Code for the development tool.</ | ||
Line 70: | Line 85: | ||
===== Web Designer ===== | ===== Web Designer ===== | ||
- | * Apache 2.4 or up | + | * Install AMP (Apache 2.4 or up, MySQL 8 or up, PHP 7.3 or up) |
- | * MySQL 8 or up | + | * [[https:// |
- | * PHP 7.3 or up | + | * [[https:// |
* WordPress 6 or up | * WordPress 6 or up | ||
Line 84: | Line 99: | ||
===== QA ===== | ===== QA ===== | ||
- | * Install node.js, pnpm, gulp-cli same as web developer above | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
Line 104: | Line 118: | ||
* [[howto: | * [[howto: | ||
- | * [[howto: | + | |
+ | | ||
===== Install an App with specific version via Homebrew 使用 Mac OS only ===== | ===== Install an App with specific version via Homebrew 使用 Mac OS only ===== | ||
Line 114: | Line 129: | ||
Then search for your desired package: | Then search for your desired package: | ||
< | < | ||
- | $ brew search | + | $ brew search |
</ | </ | ||
This might give you the follow results: | This might give you the follow results: | ||
< | < | ||
- | homebrew/versions/mongodb24 | + | ... |
- | homebrew/versions/mongodb26 | + | mongodb/brew/mongodb-community |
- | mongodb | + | mongodb/brew/mongodb-community@4.2 |
+ | mongodb/ | ||
</ | </ | ||
And then install the desired version: | And then install the desired version: | ||
< | < | ||
- | $ brew install | + | $ brew install |
</ | </ | ||