server

検索

以下に検索結果を表示します。

fuelphp_basic_setup
4 ヒット, 最終更新:
nfig.php<code php> /** * DateTime settings * * server_gmt_offset in seconds the server offset from gmt timestamp when time() is used * default_timezone optional, if you want to change the server's default timezone */ 'server_gmt_offset' => 9 * 60 * 60, 'default_timezone' => 'Asia/Tokyo', // タイ
oil_generate_model
2 ヒット, 最終更新:
AGE * Fuel::PRODUCTION */ Fuel::$env = (isset($_SERVER['FUEL_ENV']) ? $_SERVER['FUEL_ENV'] : Fuel::DEVELOPMENT); // Initialize the framework with the config fi
apache_settings
1 ヒット, 最終更新:
DocumentRoot "/Users/tomoyan/fuelapp/public" ServerName fuelapp.localhost <Directory "/Users/tomo
preparation
1 ヒット, 最終更新:
MySQL をインストールする。 <code> $ sudo yum install mysql-server --enablerepo=remi </code> PHP をインストールする。 <code>