install.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. Prerequisites:
  2. iTop requires
  3. - A web server running PHP 5.2.0 or higher, with PCRE, SESSION, php-xml, mysql, iconv, simplexml, hash, json and soap support.
  4. If you wish to use LDAP authentication, then LDAP support must be enabled in PHP.
  5. - A connection to MySQL 5.0 or higher database
  6. Web browser support:
  7. iTop is developed using FireFox 3.x+ and tested with IE 8+, Safari 5+ and Chrome.
  8. Installation:
  9. 1. Unzip the distribution (be sure to unzip the subdirectories) and copy the
  10. content of the "web" directory in your webserver's document root. If you
  11. don't have direct access to the web server's file system, put the files
  12. in a directory on your local machine and transfer the content of the
  13. directory on your web server using, for example, ftp.
  14. 2. Ensure that all the scripts have the appropriate owner (if PHP is running in
  15. safe mode, having some scripts with an owner different from the owner of
  16. other scripts will be a problem).
  17. Check the access rights on the files/folders: the setup needs to have write
  18. access either to the whole directory where iTop is installed or to the following
  19. subdirectories (create them if needed)
  20. - conf
  21. - data
  22. - env-production
  23. - log
  24. 3. Open the main iTop directory in your web browser. iTop should then display
  25. the setup instructions on screen.