![]() |
|||||||||||||||||||||||||||
|
This page was last modified: July 24 2008 00:54:02 | ||||||||||||||||||||||||||
phpGedViewWho are my ancestors? Where did they live? Do I have royalty in my blood? If these questions are of interest to you, phpGedView will come in handy. This tutorial is made for phpGedView version 3.2.1, but may also work for newer versions. You are advised to also read the readme.txt file that comes with phpGedView. With phpGedView you are able to keep track of all the information about your family you have collected. Birthdates, relationships, photos and much more. PhpGedView is able to import from the standard gedcom format that most genealogy clients are able to produce, so you don't even have to type in your existing data. Install phpGedView from the ports collection:
cd /usr/ports/www/phpgedview/ When finished, you'll find phpgedview in /usr/local/www/phpGedView Tell your webserver where to find it. Here is an example for Apache:
<VirtualHost *:80> Remember to edit any paths and domain names in the above example to fit your server setup. Make copies of the example configurations:
cd /usr/local/www/phpGedView/ Configuration is done via your browser, and therefore the www user must have write permissions during the configuration:
cd /usr/local/www/phpGedView/ You probably have som media files (pictures etc.) related to your data. To be able to upload those files, the media, and media/thumbs directories, must be writable:
cd /usr/local/www/phpGedView/ Connect to your mysql server and create the database along with a user/password to access it (you can use phpGedView without a database, but that isn't covered here):
mysql -u myuser -p You're finished ... Now you can point your browser to your phpGedView. A configuration page will automatically appear. Just follow the instructions to get started. Exporting data from a clientI use Gramps to edit my data. Then once in a while I use the 'Export' feature to create a gedcom file for phpGedView: To export from Gramps I do the following:
I always use the same filename for the resulting *.ged file. That way the old file is always overwritten. In the Reference images from path options I wrote "media". This is the name of the folder where images and other media files are kept in phpGedView. So the first thing I do is placing any images in phpGedView/media on the server. The corresponding thumbnails must be named exactly as the originals and placed in phpGedView/media/thumbs. After that I login with my admin account, then goto admin.php and click "Manage Gedcoms and Edit Privacy" -> "Upload Gedcom". Then it's just a matter of following the instructions and confirm when asked to overwrite the existing *.ged file. |
|||||||||||||||||||||||||||