Introduction The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in MySQL and the dynamic processing is handled by PHP. In this guide, we will demonstrate how to install a LEMP stack on an Ubuntu 14.04 server. The Ubuntu opera
The former star of the hit series Dawson’s Creek, James Van Der Beek, usually uses his social networks to share with his followers various postcards with his wife Kimberly and his large family. Games, smiles, tantrums of the little ones, reflections on fatherhood happen, day by day, on his Instagram profile. This week, the actor … James Van Der Beek, the star of Dawson Creek, spoke of the difficul
PHPからCassandraを使うには、ThriftをインストールしてPHP用Cassandraクライアントを生成するという方法もあるのですが、phpcassaなるライブラリを利用したらThriftのインストールがバッサリとショートカットできた…。 一応Thriftを使った方法はウノウラボさんの所で紹介されていますので、そちらを参照くださいませー Redirect ひとまずこのエントリーではphpcassaのインストールと簡単な使い方を紹介しておきます。 phpcassaのインストール GitHub - thobbs/phpcassa: PHP client library for Apache Cassandra # wget https://github.com/downloads/thobbs/phpcassa/phpcassa-0.8.a.2.tar.gz # tar -zxvf
Contents¶ phpcassa is a PHP client for Apache Cassandra. Installing How to install phpcassa. Tutorial A short overview of phpcassa usage. API Documentation The phpcassa API documentation. Troubleshooting Troubleshooting connections and other problems. Help¶ Mailing List Mail to phpcassa@googlegroups.com or view online. IRC Use the #cassandra channel on irc.freenode.net. If you don’t have an IRC cl
UbuntuへのZend Frameworkの導入は簡単です。 必要なものを一気にインストール # sudo apt-get install php5 zend-framework php-pear proftpd postgresql php5-pgsql proftpdはFTPを使わなければ不要です。DBは好きなのを。続いて設定ファイル。 ○/etc/php5/apache2/php.ini include_path = ".:/usr/share/php:/usr/share/pear:/usr/share/php/libzend-framework-php/" ○プロジェクト直下に(ここでは/zf/) $ cat zf/.htaccess RewriteEngine on RewriteBase /zf/ RewriteRule !\.(js|ico|gif|jpg|png|css
インストール関連 CentOSはこっち さくらのVPSにMongoDB+PHP+Apacheをインストールしたメモ http://cloudrop.jp/mongodb/install_memo_on_sakuravps Ubuntuはこっち Ubuntu 10.04にMongoDBをapt-getでインストール http://ruco.la/2011/05/ubuntu-10-04%E3%81%ABmongodb%E3%82%92apt-get%E3%81%A7%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB/ fluentネタ イベントログ収集ツール fluent リリース! http://d.hatena.ne.jp/viver/20110929/p1 fluent + mongodb + node.js でwebアクセスの
CentOS5.5に用意されているPHPは5.1なので、phpMyadmin等のプログラムの最新版が利用できません。 よってPHPのバージョンを5.3に今回はあげます。 今回epelのレポジトリが壊れていたりして、苦戦したので、後の人のために顛末を書いておきます。 では早速とりかかりましょう。 既存のPHPがyum等でインストールされている場合は、 #yum remove php等をして削除しておきます。 まずはRPMのパッケージREMIを追加します。 wget http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm rpm -Uvh remi-release
Zend Google Data クライアントライブラリを使う場合、OpenSSL を有効にしなければなりません。 今回、php.ini を変更しても OpenSSL が有効にならずはまったのでメモしておきます。 ちなみに環境は Windows XP, Apache 2.0, PHP 5.2.9 です。 まず、php.ini のをコメントを外します。 [PHP_OPENSSL] extension=php_openssl.dll 次に、php のインストールディレクトリから、libeay32.dll、ssleay32.dll を WINDOWS/system32 フォルダにコピーします。 そして、Apache を再起動します。 phpinfo で OpenSSL の項目が増えているか確認します。 <?php echo phpinfo(); ?>また、Registered Stream So
最近話題の pChart を使ってみた。 環境は↓ pChart 1.26 beta CakePHP 1.1.19.6305 Ubuntu 7.10 gusty CakePHP に組み込む ディレクトリ構造が以下のようになるように展開する。 app/vendors/pChart/ - pChart - Cache - Fonts - include.php include.php の中身は↓ <?php include("pChart/pData.class"); include("pChart/pChart.class"); ?> 使う側 vendor("pChart/include"); 本当はコンポーネントにしたい。 Ubuntu に乗っけてみる Windows + XAMPP だとうまくいったんだけど Ubuntu にデプロイして早速使ってみたらなんか怒られた。 Fatal err
Build Your Own Web Server ~ Quick & Easy Do it Yourself Installation ~ All within 24 hours !!!! Apache 2 - Linux Web server MySQL 5 - MySQL Database Server PHP4/5 - PHP Scripting Language phpMyAdmin - Web-based database admin software. Webalizer - Website Traffic Analyzer Mail Server - Postfix (MTA) with Dovecot IMAP/POP3 + Sasl Authentication Squirrelmail - A web based email VSFTP - A fast ftp se
libpq-php-4.4.9-5.2.6.zip (2008-08-09 04:11 -0700) MD5 (libpq-php-4.4.9-5.2.6.zip) = a38e3834a7beab7d65064797bc643278 php-5.3.3-dev-nts-Win32-VC9-x86-dfsfix.zip (2010-01-22 02:46 -0800) MD5 (php-5.3.3-dev-nts-Win32-VC9-x86-dfsfix.zip) = 7e75dce8beeb5db2bd1aa64be3374656 php-debug-pack-5.3.3-dev-nts-Win32-VC9-x86-dfsfix.zip (2010-01-22 02:47 -0800) MD5 (php-debug-pack-5.3.3-dev-nts-Win32-VC9-x86-dfs
[参考記事] memcachedとは [参考記事] Linuxにmemcachedをインストールする方法 [参考記事] PHPでmemcachedを使用する(memcacheライブラリ) [参考記事] Rubyでmemcachedを使用する(memcache-client) [参考記事] Perlでmemcachedを使用する(Cache::Memcachedモジュール) ダウンロードサイト ダウンロードサイト memcached-win32をダウンロードし、解凍します。 コマンドプロンプトより解凍したフォルダの中で次のコマンドを実行します。 memcached.exe -d install よくわからなければ Cドライブ直下にmemcachedフォルダとして解凍し、 スタート→ファイル名を指定して実行→『cmd』 cd c:\memcached memcached.exe -d inst
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く