質問編集履歴

9

修正しました

2021/01/30 13:02

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -182,7 +182,7 @@
182
182
 
183
183
  # sharedの中を参照するよう変更
184
184
 
185
- server unix:/var/www/CustomerCalender/shared/tmp/sockets/unicorn.sock;
185
+ server unix:/var/www/アプリ名/shared/tmp/sockets/unicorn.sock;
186
186
 
187
187
  }
188
188
 
@@ -192,13 +192,11 @@
192
192
 
193
193
  listen 80;
194
194
 
195
- server_name 54.92.32.88 ;
195
+ server_name xx.xx.xx.xx ;
196
-
197
-
198
-
199
- # currentの中を参照するよう変更
196
+
200
-
197
+
198
+
201
- root /var/www/CustomerCalender/current/public;
199
+ root /var/www/アプリ名/current/public;
202
200
 
203
201
 
204
202
 
@@ -210,9 +208,7 @@
210
208
 
211
209
  add_header Cache-Control public;
212
210
 
213
- # currentの中を参照するよう変更
214
-
215
- root /var/www/CustomerCalender/current/public;
211
+ root /var/www/アプリ名/current/public;
216
212
 
217
213
  }
218
214
 
@@ -248,9 +244,9 @@
248
244
 
249
245
  ```ここに言語を入力
250
246
 
251
- upstream CustomerCalender {
247
+ upstream アプリ名 {
252
-
248
+
253
- server unix:///CustomerCalender/tmp/sockets/puma.sock;
249
+ server unix:///アプリ名/tmp/sockets/puma.sock;
254
250
 
255
251
  }
256
252
 
@@ -260,7 +256,7 @@
260
256
 
261
257
  listen 80;
262
258
 
263
- server_name customer-calender.com;
259
+ server_name アプリ名.com;
264
260
 
265
261
 
266
262
 
@@ -270,7 +266,7 @@
270
266
 
271
267
 
272
268
 
273
- root /CustomerCalender/public;
269
+ root /アプリ名/public;
274
270
 
275
271
 
276
272
 
@@ -286,7 +282,7 @@
286
282
 
287
283
 
288
284
 
289
- location @CustomerCalender {
285
+ location @アプリ名 {
290
286
 
291
287
  proxy_set_header X-Real-IP $remote_addr;
292
288
 
@@ -294,7 +290,7 @@
294
290
 
295
291
  proxy_set_header Host $http_host;
296
292
 
297
- proxy_pass http://CustomerCalender;
293
+ proxy_pass http://アプリ名;
298
294
 
299
295
  }
300
296
 

8

修正しました

2021/01/30 13:02

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -299,3 +299,5 @@
299
299
  }
300
300
 
301
301
  }
302
+
303
+ ```

7

試した事追加しました。

2021/01/30 12:31

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -68,6 +68,12 @@
68
68
 
69
69
  ### 試したこと
70
70
 
71
+
72
+
73
+ ・sudo yum update
74
+
75
+
76
+
71
77
  このサイトを参考に
72
78
 
73
79
  [https://qiita.com/KONTA2019/items/2a519f18b204dea9a771](https://qiita.com/KONTA2019/items/2a519f18b204dea9a771)

6

修正しました。

2021/01/30 12:15

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -293,95 +293,3 @@
293
293
  }
294
294
 
295
295
  }
296
-
297
- ```
298
-
299
- ls -la /var/www/CustomerCalender
300
-
301
- ```ここに言語を入力
302
-
303
- 合計 1140
304
-
305
- drwxrwxr-x 21 ec2-user ec2-user 4096 1月 30 08:40 .
306
-
307
- drwxr-xr-x 3 ec2-user root 30 1月 2 07:53 ..
308
-
309
- -rw-rw-r-- 1 ec2-user ec2-user 9 1月 1 16:25 .browserslistrc
310
-
311
- drwxrwxr-x 2 ec2-user ec2-user 24 1月 18 10:28 .circleci
312
-
313
- drwxrwxr-x 8 ec2-user ec2-user 198 1月 23 09:56 .git
314
-
315
- -rw-rw-r-- 1 ec2-user ec2-user 799 1月 23 09:56 .gitignore
316
-
317
- -rw-rw-r-- 1 ec2-user ec2-user 44 1月 1 16:25 .rspec
318
-
319
- -rw-rw-r-- 1 ec2-user ec2-user 6 1月 1 16:25 .ruby-version
320
-
321
- -rw-rw-r-- 1 ec2-user ec2-user 342 1月 4 08:33 Capfile
322
-
323
- -rw-rw-r-- 1 ec2-user ec2-user 690 1月 17 06:18 Dockerfile
324
-
325
- -rw-rw-r-- 1 ec2-user ec2-user 2430 1月 17 06:18 Gemfile
326
-
327
- -rw-rw-r-- 1 ec2-user ec2-user 8618 1月 17 06:18 Gemfile.lock
328
-
329
- -rw-rw-r-- 1 ec2-user ec2-user 2919 1月 21 06:26 README.md
330
-
331
- -rw-rw-r-- 1 ec2-user ec2-user 227 1月 1 16:25 Rakefile
332
-
333
- drwxrwxr-x 11 ec2-user ec2-user 142 1月 1 16:25 app
334
-
335
- -rw-rw-r-- 1 ec2-user ec2-user 1722 1月 1 16:25 babel.config.js
336
-
337
- drwxrwxr-x 2 ec2-user ec2-user 125 1月 1 16:25 bin
338
-
339
- drwxrwxr-x 7 ec2-user ec2-user 4096 1月 26 11:00 config
340
-
341
- -rw-rw-r-- 1 ec2-user ec2-user 130 1月 1 16:25 config.ru
342
-
343
- drwxrwxr-x 3 ec2-user ec2-user 19 1月 17 06:18 containers
344
-
345
- lrwxrwxrwx 1 ec2-user ec2-user 49 1月 30 08:40 current -> /var/www/CustomerCalender/releases/20210130083913
346
-
347
- drwxrwxr-x 3 ec2-user ec2-user 54 1月 23 09:56 db
348
-
349
- -rw-rw-r-- 1 ec2-user ec2-user 894 1月 22 03:08 docker-compose.yml
350
-
351
- drwxrwxr-x 4 ec2-user ec2-user 33 1月 1 16:25 lib
352
-
353
- drwxrwxr-x 2 ec2-user ec2-user 116 1月 17 06:19 log
354
-
355
- drwxrwxr-x 776 ec2-user ec2-user 24576 1月 30 10:39 node_modules
356
-
357
- -rw-rw-r-- 1 ec2-user ec2-user 340235 1月 3 10:10 package-lock.json
358
-
359
- -rw-rw-r-- 1 ec2-user ec2-user 708 1月 14 08:23 package.json
360
-
361
- -rw-rw-r-- 1 ec2-user ec2-user 224 1月 1 16:25 postcss.config.js
362
-
363
- drwxrwxr-x 4 ec2-user ec2-user 186 1月 3 05:54 public
364
-
365
- drwxrwxr-x 7 ec2-user ec2-user 116 1月 30 08:40 releases
366
-
367
- drwxrwxr-x 7 ec2-user ec2-user 156 1月 30 08:39 repo
368
-
369
- -rw-rw-r-- 1 ec2-user ec2-user 6588 1月 30 08:40 revisions.log
370
-
371
- drwxrwxr-x 8 ec2-user ec2-user 84 1月 17 01:24 shared
372
-
373
- drwxrwxr-x 6 ec2-user ec2-user 116 1月 1 16:25 spec
374
-
375
- drwxrwxr-x 2 ec2-user ec2-user 19 1月 1 16:25 storage
376
-
377
- drwxrwxr-x 10 ec2-user ec2-user 195 1月 1 16:25 test
378
-
379
- drwxrwxr-x 6 ec2-user ec2-user 105 1月 17 06:19 tmp
380
-
381
- drwxrwxr-x 2 ec2-user ec2-user 19 1月 1 16:25 vendor
382
-
383
- -rw-rw-r-- 1 ec2-user ec2-user 353007 1月 30 11:45 yarn-error.log
384
-
385
- -rw-rw-r-- 1 ec2-user ec2-user 336157 1月 4 04:48 yarn.lock
386
-
387
- ```

5

情報追記しました。

2021/01/30 12:04

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -161,3 +161,227 @@
161
161
 
162
162
 
163
163
  何卒、宜しくお願い致します。
164
+
165
+
166
+
167
+
168
+
169
+ #追記
170
+
171
+ sudo vim /etc/nginx/conf.d/rails.conf
172
+
173
+ ```ここに言語を入力
174
+
175
+ upstream app_server {
176
+
177
+ # sharedの中を参照するよう変更
178
+
179
+ server unix:/var/www/CustomerCalender/shared/tmp/sockets/unicorn.sock;
180
+
181
+ }
182
+
183
+
184
+
185
+ server {
186
+
187
+ listen 80;
188
+
189
+ server_name 54.92.32.88 ;
190
+
191
+
192
+
193
+ # currentの中を参照するよう変更
194
+
195
+ root /var/www/CustomerCalender/current/public;
196
+
197
+
198
+
199
+ location ^~ /assets/ {
200
+
201
+ gzip_static on;
202
+
203
+ expires max;
204
+
205
+ add_header Cache-Control public;
206
+
207
+ # currentの中を参照するよう変更
208
+
209
+ root /var/www/CustomerCalender/current/public;
210
+
211
+ }
212
+
213
+
214
+
215
+ try_files $uri/index.html $uri @unicorn;
216
+
217
+
218
+
219
+ location @unicorn {
220
+
221
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
222
+
223
+ proxy_set_header Host $http_host;
224
+
225
+ proxy_redirect off;
226
+
227
+ proxy_pass http://app_server;
228
+
229
+ }
230
+
231
+
232
+
233
+ error_page 500 502 503 504 /500.html;
234
+
235
+ }
236
+
237
+ ```
238
+
239
+
240
+
241
+ /container/nginx/nginx.conf
242
+
243
+ ```ここに言語を入力
244
+
245
+ upstream CustomerCalender {
246
+
247
+ server unix:///CustomerCalender/tmp/sockets/puma.sock;
248
+
249
+ }
250
+
251
+
252
+
253
+ server {
254
+
255
+ listen 80;
256
+
257
+ server_name customer-calender.com;
258
+
259
+
260
+
261
+ access_log /var/log/nginx/access.log;
262
+
263
+ error_log /var/log/nginx/error.log;
264
+
265
+
266
+
267
+ root /CustomerCalender/public;
268
+
269
+
270
+
271
+ client_max_body_size 100m;
272
+
273
+ error_page 404 /404.html;
274
+
275
+ error_page 505 502 503 504 /500.html;
276
+
277
+ try_files $uri/index.html $uri @CustomerCalender;
278
+
279
+ keepalive_timeout 5;
280
+
281
+
282
+
283
+ location @CustomerCalender {
284
+
285
+ proxy_set_header X-Real-IP $remote_addr;
286
+
287
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
288
+
289
+ proxy_set_header Host $http_host;
290
+
291
+ proxy_pass http://CustomerCalender;
292
+
293
+ }
294
+
295
+ }
296
+
297
+ ```
298
+
299
+ ls -la /var/www/CustomerCalender
300
+
301
+ ```ここに言語を入力
302
+
303
+ 合計 1140
304
+
305
+ drwxrwxr-x 21 ec2-user ec2-user 4096 1月 30 08:40 .
306
+
307
+ drwxr-xr-x 3 ec2-user root 30 1月 2 07:53 ..
308
+
309
+ -rw-rw-r-- 1 ec2-user ec2-user 9 1月 1 16:25 .browserslistrc
310
+
311
+ drwxrwxr-x 2 ec2-user ec2-user 24 1月 18 10:28 .circleci
312
+
313
+ drwxrwxr-x 8 ec2-user ec2-user 198 1月 23 09:56 .git
314
+
315
+ -rw-rw-r-- 1 ec2-user ec2-user 799 1月 23 09:56 .gitignore
316
+
317
+ -rw-rw-r-- 1 ec2-user ec2-user 44 1月 1 16:25 .rspec
318
+
319
+ -rw-rw-r-- 1 ec2-user ec2-user 6 1月 1 16:25 .ruby-version
320
+
321
+ -rw-rw-r-- 1 ec2-user ec2-user 342 1月 4 08:33 Capfile
322
+
323
+ -rw-rw-r-- 1 ec2-user ec2-user 690 1月 17 06:18 Dockerfile
324
+
325
+ -rw-rw-r-- 1 ec2-user ec2-user 2430 1月 17 06:18 Gemfile
326
+
327
+ -rw-rw-r-- 1 ec2-user ec2-user 8618 1月 17 06:18 Gemfile.lock
328
+
329
+ -rw-rw-r-- 1 ec2-user ec2-user 2919 1月 21 06:26 README.md
330
+
331
+ -rw-rw-r-- 1 ec2-user ec2-user 227 1月 1 16:25 Rakefile
332
+
333
+ drwxrwxr-x 11 ec2-user ec2-user 142 1月 1 16:25 app
334
+
335
+ -rw-rw-r-- 1 ec2-user ec2-user 1722 1月 1 16:25 babel.config.js
336
+
337
+ drwxrwxr-x 2 ec2-user ec2-user 125 1月 1 16:25 bin
338
+
339
+ drwxrwxr-x 7 ec2-user ec2-user 4096 1月 26 11:00 config
340
+
341
+ -rw-rw-r-- 1 ec2-user ec2-user 130 1月 1 16:25 config.ru
342
+
343
+ drwxrwxr-x 3 ec2-user ec2-user 19 1月 17 06:18 containers
344
+
345
+ lrwxrwxrwx 1 ec2-user ec2-user 49 1月 30 08:40 current -> /var/www/CustomerCalender/releases/20210130083913
346
+
347
+ drwxrwxr-x 3 ec2-user ec2-user 54 1月 23 09:56 db
348
+
349
+ -rw-rw-r-- 1 ec2-user ec2-user 894 1月 22 03:08 docker-compose.yml
350
+
351
+ drwxrwxr-x 4 ec2-user ec2-user 33 1月 1 16:25 lib
352
+
353
+ drwxrwxr-x 2 ec2-user ec2-user 116 1月 17 06:19 log
354
+
355
+ drwxrwxr-x 776 ec2-user ec2-user 24576 1月 30 10:39 node_modules
356
+
357
+ -rw-rw-r-- 1 ec2-user ec2-user 340235 1月 3 10:10 package-lock.json
358
+
359
+ -rw-rw-r-- 1 ec2-user ec2-user 708 1月 14 08:23 package.json
360
+
361
+ -rw-rw-r-- 1 ec2-user ec2-user 224 1月 1 16:25 postcss.config.js
362
+
363
+ drwxrwxr-x 4 ec2-user ec2-user 186 1月 3 05:54 public
364
+
365
+ drwxrwxr-x 7 ec2-user ec2-user 116 1月 30 08:40 releases
366
+
367
+ drwxrwxr-x 7 ec2-user ec2-user 156 1月 30 08:39 repo
368
+
369
+ -rw-rw-r-- 1 ec2-user ec2-user 6588 1月 30 08:40 revisions.log
370
+
371
+ drwxrwxr-x 8 ec2-user ec2-user 84 1月 17 01:24 shared
372
+
373
+ drwxrwxr-x 6 ec2-user ec2-user 116 1月 1 16:25 spec
374
+
375
+ drwxrwxr-x 2 ec2-user ec2-user 19 1月 1 16:25 storage
376
+
377
+ drwxrwxr-x 10 ec2-user ec2-user 195 1月 1 16:25 test
378
+
379
+ drwxrwxr-x 6 ec2-user ec2-user 105 1月 17 06:19 tmp
380
+
381
+ drwxrwxr-x 2 ec2-user ec2-user 19 1月 1 16:25 vendor
382
+
383
+ -rw-rw-r-- 1 ec2-user ec2-user 353007 1月 30 11:45 yarn-error.log
384
+
385
+ -rw-rw-r-- 1 ec2-user ec2-user 336157 1月 4 04:48 yarn.lock
386
+
387
+ ```

4

試した事追加しました。

2021/01/30 12:00

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -106,6 +106,10 @@
106
106
 
107
107
  ・sudo chown -R ec2-user:ec2-user /var/www/アプリ名/node_modules/.bin/acorn
108
108
 
109
+
110
+
111
+ 権限変わってなさそうです。
112
+
109
113
 
110
114
 
111
115
  ・ls -la /var/www/アプリ名/node_modules/.bin/acorn
@@ -113,6 +117,12 @@
113
117
  →結果
114
118
 
115
119
  lrwxrwxrwx 1 ec2-user ec2-user 18 1月 23 10:04 /var/www/アプリ名/node_modules/.bin/acorn -> ../acorn/bin/acorn
120
+
121
+
122
+
123
+ ・yarn install
124
+
125
+ →同じエラーになります。
116
126
 
117
127
 
118
128
 

3

文言修正しました

2021/01/30 10:41

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -62,13 +62,7 @@
62
62
 
63
63
  ```
64
64
 
65
- ### 該当のソースコード
66
65
 
67
-
68
-
69
- ```ここに言語名を入力
70
-
71
- ```
72
66
 
73
67
 
74
68
 

2

文言修正

2021/01/30 10:09

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,8 @@
23
23
  Health checks failed with these codes: [500]となりました。
24
24
 
25
25
 
26
+
27
+ assets:precompileと、Health checksのエラーを解消したいです。
26
28
 
27
29
 
28
30
 

1

リンク修正

2021/01/30 10:07

投稿

a-ichi
a-ichi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  このサイトを参考に
76
76
 
77
- [リンク内容](https://qiita.com/KONTA2019/items/2a519f18b204dea9a771)
77
+ [https://qiita.com/KONTA2019/items/2a519f18b204dea9a771](https://qiita.com/KONTA2019/items/2a519f18b204dea9a771)
78
78
 
79
79
  ・sudo vim rails.conf
80
80
 
@@ -122,13 +122,13 @@
122
122
 
123
123
  参考サイト
124
124
 
125
- [リンク内容](https://teratail.com/questions/172559)
125
+ [https://teratail.com/questions/172559](https://teratail.com/questions/172559)
126
126
 
127
- [リンク内容](https://qiita.com/KONTA2019/items/2a519f18b204dea9a771)
127
+ [https://qiita.com/KONTA2019/items/2a519f18b204dea9a771](https://qiita.com/KONTA2019/items/2a519f18b204dea9a771)
128
128
 
129
- [リンク内容](https://stackoverflow.com/questions/45166318/eacces-permission-denied-unlink)
129
+ [https://stackoverflow.com/questions/45166318/eacces-permission-denied-unlink](https://stackoverflow.com/questions/45166318/eacces-permission-denied-unlink)
130
130
 
131
- [リンク内容](https://github.com/yarnpkg/yarn/issues/872)
131
+ [https://github.com/yarnpkg/yarn/issues/872](https://github.com/yarnpkg/yarn/issues/872)
132
132
 
133
133
 
134
134