Open main menu

Gramps β

Changes

Import from another genealogy program

74 bytes added, 02:28, 3 August 2015
Preparing to Run tmg2gramps
Once you've copied it, rename the copied '<code>projects</code>' folder to '<code>tmgdata</code>'
Now, in order to run tmg2gramps properly on linux, it is necessary to make sure the contents of '<code>tmgdata</code>' is all lowercase, including extensions. The easiest way to achieve this is to open your linux terminal and navigate to the '<code>tmgdata</code>' directory. Once there, simply type this at the command prompt:
<code>$ rename 'y/A-Z/a-z/' *</code>
Some users may already have MySQL installed or may not know if they do or not. Try installing it by typing the below in the a linux terminal:
<code>$ sudo apt-get install mysql-server</code>
That will either install MySQL, or if it is already installed, it won't cause any harm.
The same is true with the xBase DBI connectors, some users may already have them installed. The following command in terminal will install it for those who don't, while those who already do have it will not be affected:
<code>$ sudo apt-get install libdbd-xbase-perl</code>
Now, enter MySQL. If you previously installed MySQL you may or may not need a password to get into it. If no password is required, users should be able to login to MySQL just by typing this at the command prompt:
<code>$ mysql -u root</code>
If that works, users can skip this next step. But if a password is required, this should be typed in terminal instead: