タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

PHPとdeployに関するuzullaのブックマーク (2)

  • 第77回 PHP勉強会で発表してきました : ぐりぺん

    About me ゲーム好きのWebプログラマです。 使用言語はActionScriptとPHPがメイン。遊んでみたプログラムやゲームの話題について書きます。ブログのタイトルはTwitterアイコンが由来。 Twitter PHP製のデプロイツール、AltaxについてPHP勉強会で発表してきました。 この勉強会はなぜかビールの乾杯で始まるので、 発表するころにはすでに酒が回っており、 場馴れしていない緊張感も相まってきちんと説明できていたか激しく不安ですが...。   PDFファイル  また、デプロイのデモで使用したコンフィグファイルもアップしておきます。  <?php // Autoloading for plugin command classes. if (is_file(__DIR__ . '/vendor/autoload.php')) require_once __DIR__

    第77回 PHP勉強会で発表してきました : ぐりぺん
  • Altax - A simple deployment tool for PHP

    A simple deployment tool Altax is a simple deployment tool running SSH in parallel. The features are the following. Written in PHP. Implemented as SSH command wrapper. If you use compiled package. It runs in single PHP file. Altax is strongly inspired by Capistrano and Cinamon. But these don’t allow you to write a deployment task in PHP. Altax is different. The following code is example to declare

    uzulla
    uzulla 2014/01/25
    Altax is a simple deployment tool running SSH in parallel. The features are the following. Written in PHP.
  • 1