1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

FuelPHPのクイックインストール実行時に構文エラー

Posted at

日本語サイトに習ってFuelPHPをクイックインストールしようとしたが下記エラーが出てインストールが出来ませんでした。

[root@localhost ~]# curl get.fuelphp.com/oil | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   239  100   239    0     0     33      0  0:00:07  0:00:07 --:--:--    51
sh: 行 1: 予期しないトークン `newline' 周辺に構文エラーがあります
sh: 行 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'

wgetで一回oilファイルをダウンロードしてからshで叩いたら無事インストール出来ました。
インストールが出来ればoilファイル自体は消してOK

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?