2011年10月4日 星期二

phpfog note

想要玩 php 要自己架 server 弄有的沒的,
現在不用這麼麻煩了,試試 phpfog

基本上操作界面都很直覺,就不多說了,
設定好 SSH key
就可以用 git control source code

on windows using git bash
git clone git@git01.phpfog.com:XXX.phpfogapp.com
git status
git add .
git commit -m "init import"
git push

// debug
error_reporting(E_ALL);
ini_set('display_errors', '1');

另外付費才能修改 include_path 這點倒是比較麻煩。

沒有留言:

張貼留言