# openmct安裝&啟動程序 ## linux/windows powershell 環境 (啟動程序直跳至9) 1. 創立資料夾 2. 安裝nodejs `sudo apt install nodejs` 3. 安裝npm `sudo apt install npm` 4. 確認npm與node版本 `npm -v` & `node -v` 5. 版本更新 `sudo apt-get update` `sudo apt-get upgrade` 6. `git clone https://github.com/nasa/openmct.git` 7. 進去"openmct" 資料夾 `cd openmct` 8. `npm install` 9. `npm start` 10. 成功啟動後,至瀏覽器上搜尋 `localhost:8080`