How to start puma server in background
Run on terminal as follows, one by one:
1.bg
2.jobs
3.puma &
or
puma.
How bind domain from GoDaddy with AWS
On AWS side:
1. Create 1 Elastic IP on AWS
2. Assign Elastic IP to your running instance on AWS
On GoDaddy side:
1. Create cname record, redirect it to AWS's public DNS such as ec2-"ElasticIP".ap-northeast-1.compute.amazonaws.com
Run on terminal as follows, one by one:
1.bg
2.jobs
3.puma &
or
puma.
How bind domain from GoDaddy with AWS
On AWS side:
1. Create 1 Elastic IP on AWS
2. Assign Elastic IP to your running instance on AWS
On GoDaddy side:
1. Create cname record, redirect it to AWS's public DNS such as ec2-"ElasticIP".ap-northeast-1.compute.amazonaws.com
Comments
Post a Comment