Community
 
 
 

CloudPortal Business Manager 1.x

342フォロワー
 
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件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 6件のコメント

Avatar
Pankaj Paliwal
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
コメントアクション パーマリンク
Avatar
Peter Sadowski

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


コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

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


TARIQ IQBAL MEMBERS
コメントアクション パーマリンク
Avatar
Peter Sadowski

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


コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

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


TARIQ IQBAL MEMBERS
コメントアクション パーマリンク
Avatar
Peter Sadowski

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


コメントアクション パーマリンク

Top Contributors