How To Install Odoo 11 on Amazon EC2?

How To Install Odoo 11 on Amazon EC2?

1 minute, 35 seconds Read

Amazon is one of the largest computing facilities in the world that provides on-demand cloud computing platforms to individuals, companies, and governments Amazon also offers high-end security at every level and assures safe backups. So aws can manage all credentials of Odoo effectively.

So, here we are demonstrating installing odoo 11 on aws EC2

1. Sign in to your aws account 
2. Select the EC2 service 

how-to-install-odoo-11-on-amazon-ec2-1

3. Select the launch instance option from the next window

how-to-install-odoo-11-on-amazon-ec2-2

4. Chose an amazon machine image

how-to-install-odoo-11-on-amazon-ec2-3

Select ubuntu 16.04 

5. Select the instance type 

how-to-install-odoo-11-on-amazon-ec2-4

6. Press the review and launch button to start the instance 

how-to-install-odoo-11-on-amazon-ec2-5

7. Create and download the key pair 

how-to-install-odoo-11-on-amazon-ec2-6

Save the key in a secured location  and click the launch instances button 

8. Select the link 

how-to-install-odoo-11-on-amazon-ec2-7

9. On the next stage, you can see the status is in Initializing state 

how-to-install-odoo-11-on-amazon-ec2-8

10. Click the connect button 
how-to-install-odoo-11-on-amazon-ec2-9

11. Open a terminal and go to the directory containing aws key

Copy the link from the aws window 

how-to-install-odoo-11-on-amazon-ec2-10

how-to-install-odoo-11-on-amazon-ec2-11

Type yes 

12. You will get a result like this

how-to-install-odoo-11-on-amazon-ec2-12

Then type  ‘chmod 400  private_key_name.pem

And again run the command from your account. 

how-to-install-odoo-11-on-amazon-ec2-13

how-to-install-odoo-11-on-amazon-ec2-14

We get a warning about ubuntu 

13. Types this commands

Sudo su – 
Apt-get update 

how-to-install-odoo-11-on-amazon-ec2-15

14. Enter the following commands to install odoo 11
 wget -O – https://www.nightly.odoo.com/odoo.key | apt-key add –
 echo “deb http://nightly.odoo.com/11.0/nightly/deb/ ./” >> /etc/apt/sources.list.d/odoo.list

 apt-get update && apt-get install odoo

how-to-install-odoo-11-on-amazon-ec2-16

15. Use ‘service odoo stats’ to check the service is installed?

how-to-install-odoo-11-on-amazon-ec2-17

16. Use the ‘service odoo status’ command to get the status of ubuntu  

17. Copy the Public DNS (IPv4) corresponding link from aws web 

how-to-install-odoo-11-on-amazon-ec2-18

Paste it into the browser tab and add: 8069 at the end of the address

Go to security groups
 
how-to-install-odoo-11-on-amazon-ec2-19

18. Select a security group and edit inbound rules 

how-to-install-odoo-11-on-amazon-ec2-20

19. And change the value 0 to 8069 

how-to-install-odoo-11-on-amazon-ec2-2

20. And select the outbound 

how-to-install-odoo-11-on-amazon-ec2-22

21. Edit the outbound option like this 

how-to-install-odoo-11-on-amazon-ec2-23

Save the changes

22. Load the pasted link in the browser.

how-to-install-odoo-11-on-amazon-ec2-24
23. And create your database by filling these fields 

how-to-install-odoo-11-on-amazon-ec2-25


Odoo is ready

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *