Created
June 3, 2014 03:30
-
-
Save memememomo/4efbfde7ffac865f1656 to your computer and use it in GitHub Desktop.
FuelPHPをインストールし、ビルトインサーバで動作させる ref: http://qiita.com/uchiko/items/a5c2e45264963acc0e4a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// set default charset | |
ini_set('default_charset', 'UTF-8'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget http://fuelphp.com/files/download/25 | |
$ unzip 25 | |
$ cd fuelphp-1.7 | |
$ phpenv local 5.5.12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ php composer.phar self-update | |
$ php composer.phar update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ php oil refine install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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