You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. checkout web code somewhere under the web root of your web server:
    svn co https://svn.apache.org/repos/asf/incubator/vcl/trunk/web/ vcl
    
  2. modify vcl/.ht-inc/secrets.php
    • set $vclhost, $vcldb, $vclusername, and $vclpassword to match your database setup
    • create random passwords for $mcryptkey, $mcryptiv, and $pemkey - $mcryptiv must be 8 hex characters
  3. run the genkeys.sh script from within vcl/.ht-inc and give it $pemkey from secrets.php as the passphrase (3 times, copy/paste is a good idea here)
  4. modify vcl/.ht-inc/conf.php to match your site - COOKIEDOMAIN needs to be the domain name your web server is using, or left blank if you are accessing it by IP only
  5. download jpgraph from http://www.aditus.nu/jpgraph/jpdownload.php
    • if you are using PHP5, download the 2.x series, extract it, and copy the src directory from it to vcl/.ht-inc/jpgraph
    • if you are using PHP4, download the 1.x series, extract it, and copy the src directory from it to vcl/.ht-inc/jpgraph.old
  6. download version 0.4.0 of Dojo Toolkit: http://download.dojotoolkit.org/release-0.4.0/dojo-0.4.0-ajax.tar.gz
    • extract it under the vcl directory and rename "dojo-0.4.0-ajax" to "dojoAjax"
  7. download version 1.1.0 of Dojo Toolkit: http://download.dojotoolkit.org/release-1.1.0/dojo-release-1.1.0.tar.gz
    • extract it under the vcl directory and rename "dojo-release-1.1.0" to "dojo"
  8. if you want to be able to edit any of the documentation that comes bundled with the vcl web code, download fckeditor from http://www.fckeditor.net/download
    • extract it under the vcl directory
  9. open a browser and go to the URL you set up; use 'admin' as the user and 'adminVc1passw0rd' as the password
  10. click the "Management Nodes" link
  11. enter the hostname and IP of your management node
  12. click Add
  13. click Submit
  14. click the "Management Nodes" link
  15. select "Edit Management Node Grouping"
  16. click Submit
  17. select the checkbox for your management node
  18. click Submit
  19. click "Manage Computers"
  20. click the 'Add' button
  21. fill in Hostname, IP Address, RAM, Proc Speed, Network Speed, select "blade" for Type, select "xCAT 1.x Provisioning" for "Provisioning Engine", and click the checkbox under "allcomputers", and "newimages"
        Note: if using using vmware, select "virtualmachine" for Type and "VMWare Server Provisioning" for "Provisioning Engine"
  22. click Confirm
  23. click Submit (don't worry about the fact that the computer you just added isn't listed)
  24. after you've configured your image library and your management node has started checking in, you should be able to make a reservations
  • No labels