Changes

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 =