Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created June 3, 2014 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memememomo/4efbfde7ffac865f1656 to your computer and use it in GitHub Desktop.
Save memememomo/4efbfde7ffac865f1656 to your computer and use it in GitHub Desktop.
FuelPHPをインストールし、ビルトインサーバで動作させる ref: http://qiita.com/uchiko/items/a5c2e45264963acc0e4a
// set default charset
ini_set('default_charset', 'UTF-8');
$ wget http://fuelphp.com/files/download/25
$ unzip 25
$ cd fuelphp-1.7
$ phpenv local 5.5.12
$ php composer.phar self-update
$ php composer.phar update
$ php oil refine install
$ php -S 192.168.33.10:3000 -t public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment