タグ

2013年1月11日のブックマーク (4件)

  • PHPでOAuth認証して自分のつぶやきを表示する [Twitter API 1.1 対応版]

    「Name」は独自のものにする必要があります。 「Website」は設置するサイトに変更してください。 「Callback URL」はユーザーに認証させる場合は必要ですが、今回は自分のツイートを表示するだけなので必要ないです。 「Yes, I agree」にチェックして「Create your Twitter application」ボタンをクリックします。 「Consumer key」と「Consumer secret」をメモして、「Create my access token」をクリックします。 画面が遷移して Your access token という欄が増えますので「Access token」「Access token secret」をメモしておきます。 PHPで自分のつぶやきを表示 認証にはライブラリを使用すると簡単です、今回は「abraham/twitteroauth」というの

    PHPでOAuth認証して自分のつぶやきを表示する [Twitter API 1.1 対応版]
    helldeath
    helldeath 2013/01/11
    twitteroauthを使ってOAuth認証するのだ
  • tkyk.name

    tkyk.name このドメインを購入する。 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

    helldeath
    helldeath 2013/01/11
    CakePHPのバージョンアップも追従したいが自分のGitHubリポジトリで開発したいんだ!というときに最高にちょうどいい
  • Installing Jenkins

    The procedures in this chapter are for new installations of Jenkins. Jenkins is typically run as a standalone application in its own process. The Jenkins WAR file bundles Winstone, a Jetty servlet container wrapper, and can be started on any operating system or platform with a version of Java supported by Jenkins. Theoretically, Jenkins can also be run as a servlet in a traditional servlet contain

    Installing Jenkins
    helldeath
    helldeath 2013/01/11
    Jenkins公式のインストールマニュアル
  • さくらVPS(CentOS6.3)へJenkinsをインストールして認証つけてURLを変更する

    2012年09月02日20:00 カテゴリその他 さくらVPS(CentOS6.3)へJenkinsをインストールして認証つけてURLを変更する こちらを特に参考にさせて頂きました。 ・さくらのVPSでJenkins -執事さんとご対面- - PPl@ce ・さくらVPSにJenkinsさんをインストールする - TOKOROM BLOG Jenkinsとは ・CI(継続的インテグレーション)ツール。CIとはビルドやテストの間隔を短くし、フィードバックのサイクルを短くする手法? ・ビルドやテストの自動化ができる ・プラグインで拡張可能 ・コマンドでできる事ならなんでも自動化可能 ・Jenkinsとはイギリス人の執事をイメージにした名前。 ・HudsonからJenkinsに名称変更があったため、Hudsonで調べた方が情報が見つかる場合があるかもしれない。 ・現在のロゴは2011年のコンテス

    さくらVPS(CentOS6.3)へJenkinsをインストールして認証つけてURLを変更する
    helldeath
    helldeath 2013/01/11
    Jenkinsインストールとポート番号の変更とprefixの追加