Difference between revisions of "Cloud with Zend PHPCloud"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
= Create an instance = | = Create an instance = | ||
Go on https://my.phpcloud.com/, login with your PHPCloud account, then click on '''Deployed Applications - Add''' to add a new container. | Go on https://my.phpcloud.com/, login with your PHPCloud account, then click on '''Deployed Applications - Add''' to add a new container. | ||
+ | |||
+ | = Submit Dolibarr files = | ||
+ | With a SFTP client, connect to your PHPCould file system. Information to configure your SFTP software is : | ||
+ | <source lang="ini"> | ||
+ | User name: mycontainer | ||
+ | Host name: mycontainer.my.phpcloud.com | ||
+ | Port: 22 (this is the default SFTP port and usually there is no need to specify this) | ||
+ | RSA Private Key: the path to your private key file | ||
+ | </source> | ||
= Outgoing Email Settings = | = Outgoing Email Settings = |
Revision as of 14:18, 12 November 2011
This page is a tutorial to explain how to install Dolibarr ERP-CRM on the Zend Cloud Platform, called PHPCloud (http://phpcloud.com)
Create an account
Go on https://my.phpcloud.com/ and create your PHPCloud account
Create an instance
Go on https://my.phpcloud.com/, login with your PHPCloud account, then click on Deployed Applications - Add to add a new container.
Submit Dolibarr files
With a SFTP client, connect to your PHPCould file system. Information to configure your SFTP software is :
User name: mycontainer
Host name: mycontainer.my.phpcloud.com
Port: 22 (this is the default SFTP port and usually there is no need to specify this)
RSA Private Key: the path to your private key file
Outgoing Email Settings
To allow your PHP to send emails (using the php function mail), you must configure a SMTP provider. Go into menu Configuration - Outgoings EMails settings, and enter all information for your SMTP provider.
Example to use GMail SMTP server (click on image to enlarge):