week09 << Previous Next >> week12
week11
1.下載新版P37
2.利用 Heroku 雲端服務, 伺服各分組的期末專題倉儲中的動態程式, 並與 Github 倉儲內容保持自動同步
-
創一個heroku的帳號
-
登入後,按new → create new app →名字打 cadp2018-ag2-m2
-
到start.bat 路徑設定 %Disk%:\heroku\bin;
-
在從命令列打heroku--version→ heroku login
-
再從settings找到https://git.heroku.com/cadp2018-ag2-m2.git 的網址
-
git clone https://github.com/mdecadp2018/finalproject-ag2 至tmp底下的資料夾ag2
-
git clone https://git.heroku.com/cadp2018-ag2-m2.git 至tmp底下的資料夾ag2-m2
-
將ag2資料夾中的檔案複製到ag2-m2的資料夾中
-
git add .→ git commit -m""→git push
week09 << Previous Next >> week12