Install PhpGedView 4.1.2
Aug 22, 2008 in Linux, Webdev, php
Install from Ubuntu repository
sudo apt-get install phpgedview
Configure PhpGedView with MySQL
sudo gedit /etc/phpgedview/config.php
$DBTYPE = "mysql";
$DBHOST = "localhost";
$DBUSER = "phpgedview_my_family";
$DBPASS = "password_for_dbuser";
$DBNAME = "phpgedview_my_family";
Setup virtual host
sudo gedit /etc/apache2/apache2.conf
Alias /gedview /usr/share/phpgedview/www
<directory /usr/share/phpgedview/www>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
</directory>
Restart Apache
sudo /etc/init.d/apache2 restart
Ubuntu 8.04 repository bug: Fails to install the root .js files, copy these scripts to /usr/share/phpgedview/www



