This Portal works with iTop 2.1
Installation step by step :
mysql -u root -p
mysql>CREATE DATABASE itop_portal;
mysql>exit;
<VirtualHost *:80>
ServerName itop.portal.local
DocumentRoot '/var/www/itopPortal/public/'
DirectoryIndex index.php
<Directory '/var/www/itopPortal'>
Options Indexes FollowSymLinks -MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
enable the site now :
a2ensite itopportal.conf
we must enable the rewrite module on apache too :
a2enmod rewrite
we need the curl_init module too (to use the iTop's webservices) :
apt-get install php5-curl
reload Apache :
service apache2 reload
That's all, the configuration will be done through the website http://your_vhost_name.
It may be necessary to define the adress of the server with his name in your host file.
A demo is now available at this adress : http://itop-portal.no-ip.org/
* Admin user : admin / admin1234
* Normal user : dali@demo.com / Salvador1234
(backoffice address : http://itop-portal.no-ip.org/admin/)
This portal is working with an iTop demo : http://services.sydel.fr/itop-test-web/
* Admin user : admin / admin1234
See the documentation online at : http://doc-portal.no-ip.org/