Community
 
 
 

CloudPortal Business Manager 1.x

342 abonnés
 
Avatar
Peter Sadowski

Setting Terms and Conditions

What files need to be modified to set Terms and Conditions on the bottom of each CPBM page and the popup window where users agree to Terms and Conditions before they order a VM.

I'm running CPBM v1.4.5


6 commentaires
0

Vous devez vous connecter pour laisser un commentaire.

 
 

Previous 6 commentaires

Avatar
Administrator
Avatar

Setting Terms and Conditions

To set Terms and Conditions on the bottom of each CPBM page:
- Login as root or admin user(with appropriate privileges)
- Go to Administration > Configuration > Server > footer.url.termsOfUse
- Set the URL to your Terms of Use
- Restart the cloud-portal service

To set the Terms and Conditions that appear in the popup window when users order a VM:
- Place the Terms and Conditions file in a location where it is accessible to CPBM. For example: /tmp/TnC.txt
- In the /etc/cloud/portal/config.properties file, set the vmops.termsAndConditions parameter to the
location of the file. For example: vmops.termsAndConditions=/tmp/TnC.txt
- Restart the cloud-portal service


TARIQ IQBAL MEMBERS 12 June 2013 - 21:39 PM
Actions pour les commentaires Permalien
Avatar
Peter Sadowski

Hi, in /etc/cloud/portal there is no config.properties files.
Should I create it ?


Actions pour les commentaires Permalien
Avatar
Administrator
Avatar

Sorry, that was a typo, the actual file is: /etc/cloud/portal/cloud.properties


TARIQ IQBAL MEMBERS 12 June 2013 - 21:47 PM
Actions pour les commentaires Permalien
Avatar
Peter Sadowski

This worked. The format is little screwed up... can I enter text there in html format ?


Actions pour les commentaires Permalien
Avatar
Administrator
Avatar

I have only used pure text. You could try html - let me know if it works.


TARIQ IQBAL MEMBERS 12 June 2013 - 22:02 PM
Actions pour les commentaires Permalien
Avatar
Peter Sadowski

Yes, simple HTML works. <br> and <strong> work as expected and that solves my problem. Thank you very much.


Actions pour les commentaires Permalien

Top Contributors