開発

あとでつぶやく 〜 latw.sh

つかいかた すぐつぶやくなら $ ./latw.sh コマンドラインからつぶやきますよ。 usage: sleep seconds --2010-04-08 11:43:34-- http://twitter.com/statuses/update.xml twitter.com (twitter.com) をDNSに問いあわせています... 128.242.240.84 twitter.co…

ybase

smarty+smartyview設定 app/plugins/smartyを作り直す githubから見てリンクになってしまったから git rm -r --cached でインデックスから消す $ rm -rf app/plugins/smarty $ unzip kaz29-smartyview-f5b69cc.zip ... $ mv kaz29-smartyview-f5b69cc smarty…

ybase

cakephpのインストール完了 installCakephpをmasterにマージ マージはコミットも同時に行われる pushでgithubに反映 コミットログには何も書かれてないが、ブランチinstallCakephpの結果がmasterにマージされてるのを確認 ブランチinstallCakephpを消したがg…

ybase

core.phpとdatabase.phpを編集してcakephp初期画面のエラーを解消する これらはgit管理外なのでコミット不要 http://localhost/ybase/ をみるといくつかエラー app/config/core.phpを編集 Security.saltに40文字のランダム文字列を設定 Security.cipherSeed…

ybase

やりなおし リポジトリ消して、もう一回最初からやりなおす Gitを使いこなすための20のコマンド http://sourceforge.jp/magazine/09/03/16/0831212 Git入門 http://www8.atwiki.jp/git_jp/pages/27.html 初コミット $ mkdir ybase $ cd ybase/ $ git init In…

cakeのベース2

新規に取ってくる(クローン) $ cd htdocs $ rm -rf ybase/ $ git clone git@github.com:iphlox/ybase.git Initialized empty Git repository in /Applications/MAMP/htdocs/ybase/.git/ remote: Counting objects: 3, done. remote: Total 3 (delta 0), reus…

cakeのベースを作っておく

githubのチュートリアル Global setup: Download and install Git git config --global user.name "iphlox" git config --global user.email ********** Next steps: mkdir ybase cd ybase git init touch README git add README git commit -m 'first commi…

cakephp130rc2環境をつくってみる

環境 cakephp130rc2.zip解凍 mega(プロジェクト名) app cake plugins vendors アクセスするといくつかエラーが http://localhost/mega/ app/config/core.phpを編集 Security.saltに32文字のランダム文字列を設定 Security.cipherSeedに32桁のランダム数字を…

環境

MAMP_MAMP_PRO_1.8.4.dmg.zip

MAMP1.8.4

2009-12-18にアップデートしたようなので使ってみる

gcart2010再始動

反省 目標 スケジュール 心構え メンバ 自分 I Tさんは使う人の立場で意見をもらう ホワイトボードに紙を貼って一目でわかる進捗表を作る 次回1/21 16:00より

コト

本番cgi改造 前処理#1795あたり 商品毎処理#1952あたり 後処理#2502あたり 本番ではflockが使える テスト 日付フォーマットで30秒間データ保持する http://d.hatena.ne.jp/iphlox/20091030/1256881796 #!/usr/bin/perl print "Content-type: text/plain;\n\n…

コトハコ

MAMPでperlする http://localhost/cgi-bin/printenv が動作することを確認した http://localhost/koto/printenv.cgi 同じものに.cgiを付けて動作した 30秒間データを保持するテスト 書きかけできたない MAMPだとflockで止まる #!/usr/bin/perl print "Conten…

コトハコ

久々のperlでカンがつかめない ローカルMAMPでデバッグできるかな