fuelphp初心者の悪戦苦闘ブログ -3ページ目

fuelphp初心者の悪戦苦闘ブログ

fuelphpを初めて使用して分かりづらかった事や解決方法を書いていきます。
いずれはfuelphpを使用した案件で稼げるようになるのが目標です。

まず、自分の環境ですが、macを使用しています。
macだと、Users/macuser/work
で、oilコマンドを入力しました。

workは、自分で作成したフォルダです。
mkdirコマンドで作成できます。

cd workで、workフォルダに異動して、oil create blogをコマンドに入力し、
実行!!

なぜか、エラーになるwww

Token (hidden): 

Invalid token provided.

You can also add it manually later by using "composer config github-oauth.github.com <token>"

Reading composer.json of fuel/core (1.3/master)                                 Could not fetch https://api.github.com/repos/fuel/core/contents/composer.json?ref=61ef4c098485035f4d625d87238e4d408dfa59e5, please create a GitHub OAuth token to go over the API rate limit

Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+MacUser-no-MacBook-Air.local+2015-05-24+0822

to retrieve a token. It will be stored in "/Users/macuser/.composer/auth.json" for future use by Composer.

と表示されている。


続きは次回。。。