Difference between revisions of "Cloud with Windows Azure"
m |
|||
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 Windows Azure Cloud Platform | This page is a tutorial to explain how to install Dolibarr ERP-CRM on the Windows Azure Cloud Platform | ||
Line 9: | Line 8: | ||
= Using a Bitnami packaged VM = | = Using a Bitnami packaged VM = | ||
− | The fastest way to have an install running into your amazon cloud is to use a prepared virtual image (AMI file). | + | 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 = | = Manual process from scratch = | ||
+ | This chapter will describe process if you don't use any virtual image file. | ||
+ | {{ToComplete}} | ||
+ | |||
== Create an account == | == Create an account == | ||
Revision as of 22:08, 29 July 2013
This page is a tutorial to explain how to install Dolibarr ERP-CRM on the Windows Azure 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.