Difference between revisions of "Cloud with Amazon EC2"
Line 2: | Line 2: | ||
[[Category:Cloud]] | [[Category:Cloud]] | ||
{{TemplateDocUser}} | {{TemplateDocUser}} | ||
− | |||
This page is a tutorial to explain how to install Dolibarr ERP-CRM on the Amazon EC2 Cloud Platform | This page is a tutorial to explain how to install Dolibarr ERP-CRM on the Amazon EC2 Cloud Platform | ||
− | = Create an account = | + | |
+ | = Using a Bitnami packaged VM = | ||
+ | |||
+ | The fastest way to have an install running into your amazon cloud is to use a prepared virtual image (Amazon Machine Image = AMI file). | ||
+ | |||
+ | You can use the AMI file prepared by BitNami for Dolibarr. Download is available here (but you should also find this AMI files directly into Amazon Public Image market): | ||
+ | |||
+ | http://bitnami.com/stack/dolibarr/cloud/amazon | ||
+ | |||
+ | Tutorial to create and launch your instance from an AMI file is available here (just replace virtual image file selected in example with the image for dolibarr bitnami-dolibarr-...) : | ||
+ | |||
+ | http://wiki.bitnami.com/cloud/How_to_start_a_BitNami_Machine_Image_(AMI)%3f | ||
+ | |||
+ | |||
+ | |||
+ | = Manual process from scratch = | ||
+ | This chapter will describe process if you don't use any virtual image file. | ||
+ | {{ToComplete}} | ||
+ | |||
+ | == Create an account == | ||
− | = Create an instance/domain = | + | == Create an instance/domain == |
− | = Submit Dolibarr files = | + | == Submit Dolibarr files == |
− | = Run Dolibarr install Wizard = | + | == Run Dolibarr install Wizard == |
Revision as of 22:10, 29 July 2013
This page is a tutorial to explain how to install Dolibarr ERP-CRM on the Amazon EC2 Cloud Platform
Using a Bitnami packaged VM
The fastest way to have an install running into your amazon cloud is to use a prepared virtual image (Amazon Machine Image = AMI file).
You can use the AMI file prepared by BitNami for Dolibarr. Download is available here (but you should also find this AMI files directly into Amazon Public Image market):
http://bitnami.com/stack/dolibarr/cloud/amazon
Tutorial to create and launch your instance from an AMI file is available here (just replace virtual image file selected in example with the image for dolibarr bitnami-dolibarr-...) :
http://wiki.bitnami.com/cloud/How_to_start_a_BitNami_Machine_Image_(AMI)%3f
Manual process from scratch
This chapter will describe process if you don't use any virtual image file.