Install0.2/webinterface_gnutls
OpenVCP Webinterface 0.2 with GnuTLS communication
Dependencies
- Apache 1.3/2.0 http://www.apache.org
- MySQL 4.0/5.0 http://www.mysql.org
- PHP 4.3/5.0 http://www.php.net/
- PHP GD Extension http://www.php.net/gd
OpenVCP Webinterface Installation with GnuTLS support
1. wget http://files.openvcp.org/modphp-gnutls-0.2-rc1.tar.gz 2. wget http://www.php.net/distributions/php-***.tar.bz2 3. wget ftp://ftp.gnutls.org/pub/gnutls/gnutls-1.2.10.tar.bz2 4. wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.2.tar.gz 5. tar xfvj php-***.tar.bz2; tar xfvz modphp-gnutls-0.2-rc1.tar.gz; gnutls-1.2.10.tar.bz2; libgcrypt-1.2.2.tar.gz; 6. cd php-*** and ./configure --prefix=/usr ( u need the php-source to build a new php extension ) 7. cd .. 8. cd libgcrypt-1.2.2 ( needet for GnuTLS ) 9. ./configure --prefix=/usr 10. make; make install; 11. cd .. 12. cd gnutls-1.2.10 13. ./configure --prefix=/usr 14. make; make install 15. cd .. 16. cd modphp-gnutls-0.2-rc1 17. vim Makefile; Set PHPROOT to the php source directory ../php-*** 18. make 19. cp gnutls.so /usr/lib/php(4 or 5)/20020429/ 20. add "extension=gnutls.so" to /etc/php(4 or 5)/php.ini 21. wget http://files.openvcp.org/openvcp-web-0.2-rc2.tar.gz 22. tar xfvz openvcp-web-0.2-rc2.tar.gz 23. cd openvcp-web-0.2-rc1 24. cp all files to destination folder 25. make a MySQL database 26. edit config.inc.php and insert mysql connection informations 27. Go to http://domain.tld/openvcp/install/setup.php 28. login http://domain.tld/openvcp/admin/ User: Admin Password: test 29. after correct login plz delete http://domain.tld/openvcp/install 30. Add node´s with GnuTLS supprt
