質問編集履歴

1

アドバイスを元にやってみました。

2017/07/08 11:50

投稿

yoshipu
yoshipu

スコア115

test CHANGED
File without changes
test CHANGED
@@ -29,3 +29,37 @@
29
29
 
30
30
 
31
31
  linuxの種類はubuntu派生のzenrinOSです。
32
+
33
+
34
+
35
+
36
+
37
+ 追記
38
+
39
+ アドバイスを元にやってみました。
40
+
41
+ いろいろいじっておりましたらcomposerが最初からなかったのかあったのかわからなくなってしまいました。ごめんないさい。
42
+
43
+
44
+
45
+ $ cd /var/www/html/cakephp3
46
+
47
+ $ sudo chmod 777 cakephp3
48
+
49
+ $ curl -sS https://getcomposer.org/installer | php
50
+
51
+
52
+
53
+ err
54
+
55
+ All settings correct for using Composer
56
+
57
+ The installation directory "/var/www/html/cakephp3" is not writable
58
+
59
+
60
+
61
+ パーミションことは今日知ったのですが、cakephp3ディレクトリにcomposerを入れて
62
+
63
+ $ composer create-project --prefer-dist cakephp/app cart をやりたいのですが、
64
+
65
+ うまくできません。