Hi guys, I couldn’t solve these issues by setting some commands on AWS.
Actually, I’m looking through this Discourse guide: Discourse setup using AWS | andrew stroup's Blog, found it quite usefull to deploy the Discourse instance.
Thank you.
Last login: Wed May 25 10:06:15 on ttys000
MacBook-Air-3:~ macbookair$ cd /Users/macbookair/Project/Amazon MacBook-Air-3:Amazon macbookair$ ssh -i "itamerlanium.pem" ubuntu@ec2-54-152-91-123.compute-1.amazonaws.com
Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-86-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Tue May 24 22:07:11 UTC 2016
System load: 0.0 Processes: 110
Usage of /: 5.3% of 31.36GB Users logged in: 0
Memory usage: 3% IP address for eth0: 10.0.0.219
Swap usage: 0% IP address for docker0: 172.17.0.1
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
6 packages can be updated.
6 updates are security updates.
Last login: Tue May 24 22:07:12 2016 from 103.250.119.238
ubuntu@ip-10-0-0-219:~$ sudo cp samples/web_only.yml containers/app.yml
cp: cannot stat ‘samples/web_only.yml’: No such file or directory
ubuntu@ip-10-0-0-219:~$ sudo cp samples/redis.yml containers/redis.yml
cp: cannot stat ‘samples/redis.yml’: No such file or directory
ubuntu@ip-10-0-0-219:~$ sudo cp samples/data.yml containers/data.yml
cp: cannot stat ‘samples/data.yml’: No such file or directory
ubuntu@ip-10-0-0-219:~$