| 1 | ### FIRST OF ALL, THIS IS A PRE ALPHA VERSION ## |
| 2 | |
| 3 | So, this is NOT secure so far. Use it carefully to do some test |
| 4 | and reports bugs. |
| 5 | |
| 6 | Go to : |
| 7 | http://project.xen-orchestra.com |
| 8 | |
| 9 | To report bug, download latest version etc. |
| 10 | |
| 11 | Thanks for testing and maybe contributing. |
| 12 | |
| 13 | ### HOW TO OBTAIN FULL EXPERIENCE FROM THIS SOFTWARE ### |
| 14 | Please use "xm new domU.cfg" when you add a DomU, beside "xm create domU.cfg". |
| 15 | Reasons on http://xen-orchestra.com/?p=96 |
| 16 | |
| 17 | ### HOW TO CONFIGURE XEN DOM0 FOR CALL THE API ### |
| 18 | # Ultra small documentation, please read the comment in |
| 19 | # xen configuration file |
| 20 | |
| 21 | - edit : |
| 22 | /etc/xen/xen-config.sxp |
| 23 | |
| 24 | - to open a port for remote calls, set : |
| 25 | (xen-api-server ((9363 unix))) |
| 26 | |
| 27 | /!\ WARNING : this is a example without protections. |
| 28 | |
| 29 | Carefully read : |
| 30 | # (xen-api-server ((9363 pam '^localhost$ example\\.com$') |
| 31 | # (unix none))) |
| 32 | # |
| 33 | # Optionally, the TCP Xen-API server can use SSL by specifying the private |
| 34 | # key and certificate location: |
| 35 | # |
| 36 | # (9367 pam '' /etc/xen/xen-api.key /etc/xen/xen-api.crt) |
| 37 | |
| 38 | |