Difference between revisions of "Getting started with Gramps master"

From Gramps
Jump to: navigation, search
(Installing Gramps Trunk)
(Running parallel versions of trunk and branches)
Line 41: Line 41:
 
== Running parallel versions of trunk and branches ==
 
== Running parallel versions of trunk and branches ==
  
As stated in '''Installing Gramps trunk''', you can only have a dedicated gramps.mo file on /usr/share/local/xx/.. . If you want to have both the trunk and branches version with separate translations, consider using some '''[http://en.wikipedia.org/wiki/Comparison_of_platform_virtualization_software Virtual Machines]'''.
+
As stated in '''Installing Gramps {{man label|master}}''', you can only have a dedicated gramps.mo file on /usr/share/local/xx/.. . If you want to have both the {{man label|master}} and branches version with separate translations, consider using some '''[http://en.wikipedia.org/wiki/Comparison_of_platform_virtualization_software Virtual Machines]'''.
  
 
== See also ==
 
== See also ==

Revision as of 02:54, 17 October 2019

Gramps master (previously called trunk when using SVN) is the newest version of Gramps, but it is under development. You can help by trying this version and reporting feedback and bugs. Before embarking on this you should first read this page.

Gnome-important.png
Warning:

A word of caution: master is currently considered a development version and not for use on your real data. You can test master on a copy of your data though. See below for more details.

You should not install Gramps master as that will overwrite your regular Gramps. However, you can download and compile master locally, largely without interfering with your regular Gramps. Subtle interactions are easy to resolve for developers.

Precautions

Gramps master should only be used on a copy of your Family Tree data! Here is a step-by-step guide to doing this:

  1. Start your old version of Gramps
  2. Export your data using the Gramps Package
  3. Quit your old version of Gramps
  4. Start Gramps master
  5. Create a new Family Tree
  6. Import the Gramps package from step 2

Can I run my older version of Gramps with this new version?

Yes. See installation notes below.

I have a suggestion or have found a bug. What do I do?

Please make a note of your Feature Request, or your bug here: https://gramps-project.org/bugs/ This is one of the most important things you can do to help the state of Gramps.

Can I help with Gramps master?

Yes! You could:

  1. Help write documentation on how to use Gramps master. See Gramps X.x User Wiki Manual
  2. Help translate Gramps into another language. See Internationalization
  3. Test and follow-up on issues in the tracker. See https://gramps-project.org/bugs/
  4. Donate money to Gramps. See Gramps Support

Installing Gramps Master

Now that you have read all of the precautions, you are ready to begin exploring Gramps master.

See running Gramps from source for details to make the code work.

Running parallel versions of trunk and branches

As stated in Installing Gramps master, you can only have a dedicated gramps.mo file on /usr/share/local/xx/.. . If you want to have both the master and branches version with separate translations, consider using some Virtual Machines.

See also