1, 如何checkout heroku上的**,修改並提交
git clone git://heroku的位址
提交:
git remote add heroku [email protected]:newname.git然後執行如下命令
git push heroku master
2, 使用heroku初始化專案的步驟
git init
git add .
git commit -m "init tianyaphoto project"
heroku create tianyaphoto
git push heroku master
使用heroku部署專案
1 進入heroku官網 進行註冊。因為heroku是國外的站點,所以需要翻牆。註冊郵箱國內大部分郵箱都不支援,比如說qq郵箱,可以自己申請乙個outlook郵箱。申請後可能會有十分鐘左右的等待期,不要著急為啥沒收到郵件。3 部署專案 拿node舉例 官網上有教程 2 cd進入要部署的專案下 3 輸...
Vim 使用筆記
set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...
xemacs使用筆記
xemacs使用筆記 xemacs emacs的下一代,由lucid原創 from debian參考手冊.由於不知道什麼時候刪掉了emacs的乙個重要檔案.每次都沒法安裝好.突然發現了xemacs,於是決定使用看看.本人還是菜鳥,僅供交流 我使用的ubuntu系統,所以就直接apt get inst...