Changes between Version 7 and Version 8 of NTUOSS160412/Lab1
- Timestamp:
- Apr 11, 2016, 4:25:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NTUOSS160412/Lab1
v7 v8 12 12 == STEP 0 : 註冊 koding 帳號並開啟一台虛擬機器 == 13 13 14 * 連線至 https://koding.com/Login 選擇 Sign Up 註冊新的帳號,或者用 github 帳號登入 14 * 後續實作都是在 Ubuntu 14.04 的環境中進行,身份是具有 sudo 權限的一般身份。 15 * Windows 開發者可以使用 Vagrant 搭配 VirtualBox - https://www.vagrantup.com/downloads.html 16 {{{ 17 vagrant init ubuntu/trusty 18 vagrant up 19 vagrant ssh 20 }}} 21 * 或者連線至 https://koding.com/Login 選擇 Sign Up 註冊新的帳號,或者用 github 帳號登入 15 22 * 連上虛擬機器 https://koding.com/Terminal 16 23