| 1 | Server Requirements: |
| 2 | - Apache |
| 3 | - php5 + php5-xmlrpc |
| 4 | - joinable Dom0 RPC daemon, see the README |
| 5 | |
| 6 | 1) Make sure that: |
| 7 | - the folder this file is in and all the files inside are readable by you web |
| 8 | server; |
| 9 | - the "htdocs" directory is accessible through your web server; |
| 10 | - PHP 5 is correctly configured with the following extension: |
| 11 | * XML-RPC, |
| 12 | * a PDO driver (mandatory for advanced user management), |
| 13 | * the command line interpreter (mandatory for the installation scripts) . |
| 14 | |
| 15 | 2) Copy "xen-orchestra.conf.dist" to "xen-orchestra.conf" and edit it accordingly |
| 16 | to your configuration. |
| 17 | |
| 18 | 3) If you are using users management: |
| 19 | - check if there is an SQL script for your database in the "sql" directory; |
| 20 | - if there is not, write one yourself drawing inspiration from existing ones, |
| 21 | - execute it (you can use the "exec-sql-script" script in the "scripts" |
| 22 | directory), |
| 23 | - finally, you can create users with the "create-user" script. |
| 24 | |
| 25 | 4) Now you can at last open your web browser and start using it. |
| 26 | |
| 27 | |