xref: /webtrees/README.md (revision ed0c5d0d35ec1b5286c97b46afbd9ea5ea42464f)
16b5264c5SGreg Roach[![Latest Stable Version](https://poser.pugx.org/fisharebest/webtrees/v/stable.svg)](https://packagist.org/packages/fisharebest/webtrees)
2a592e1c1SGreg Roach[![Build Status](https://travis-ci.org/fisharebest/webtrees.svg?branch=master)](https://travis-ci.org/fisharebest/webtrees)
3*ed0c5d0dSGreg Roach[![Translation status](http://translate.webtrees.net/widgets/webtrees/-/svg-badge.svg)](http://translate.webtrees.net/engage/webtrees/?utm_source=widget)
4e48069ebSGreg Roach[![SensioLabsInsight](https://insight.sensiolabs.com/projects/78a5ba19-7ddf-4a58-8262-1c8a149f38de/mini.png)](https://insight.sensiolabs.com/projects/78a5ba19-7ddf-4a58-8262-1c8a149f38de)
5c9b50c59SGreg Roach[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/fisharebest/webtrees/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/fisharebest/webtrees/?branch=master)
682f63a0eSGreg Roach[![Code Climate](https://codeclimate.com/github/fisharebest/webtrees/badges/gpa.svg)](https://codeclimate.com/github/fisharebest/webtrees)
73344c7f9SGreg Roach
8fac25c68SRico Sonntag# webtrees
9fac25c68SRico Sonntag
10*ed0c5d0dSGreg RoachThe project’s website is [www.webtrees.net](http://www.webtrees.net).
11243bf6b4SGreg RoachFurther documentation is available at [wiki.webtrees.net](http://wiki.webtrees.net).
12fac25c68SRico Sonntag
13b4ef7f82SRico Sonntag
14fac25c68SRico Sonntag## Contents
15fac25c68SRico Sonntag
16fac25c68SRico Sonntag* [License](#license)
17fac25c68SRico Sonntag* [Introduction](#introduction)
1826a22ad2SJustCarmen* [System requirements](#system-requirements)
19fac25c68SRico Sonntag* [Installation](#installation)
20fac25c68SRico Sonntag* [Upgrading](#upgrading)
2126a22ad2SJustCarmen* [Gedcom (family tree) files](#gedcom-family-tree-files)
22fac25c68SRico Sonntag* [Security](#security)
23fac25c68SRico Sonntag* [Backup](#backup)
2426a22ad2SJustCarmen* [Converting from phpgedview](#converting-from-phpgedview)
25fac25c68SRico Sonntag
26b4ef7f82SRico Sonntag
2726a22ad2SJustCarmen### License
28fac25c68SRico Sonntag
29a25f0a04SGreg Roach* **webtrees: online genealogy**
30a25f0a04SGreg Roach* Copyright (C) 2015 webtrees development team
31fac25c68SRico Sonntag
32a25f0a04SGreg RoachThis program is free software: you can redistribute it and/or modify
33a25f0a04SGreg Roachit under the terms of the GNU General Public License as published by
34a25f0a04SGreg Roachthe Free Software Foundation, either version 3 of the License, or
35a25f0a04SGreg Roach(at your option) any later version.
36fac25c68SRico Sonntag
37a25f0a04SGreg RoachThis program is distributed in the hope that it will be useful,
38a25f0a04SGreg Roachbut WITHOUT ANY WARRANTY; without even the implied warranty of
39a25f0a04SGreg RoachMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40a25f0a04SGreg RoachGNU General Public License for more details.
41fac25c68SRico Sonntag
42a25f0a04SGreg RoachYou should have received a copy of the GNU General Public License
43a25f0a04SGreg Roachalong with this program. If not, see <http://www.gnu.org/licenses/>.
44fac25c68SRico Sonntag
45fac25c68SRico Sonntag
4626a22ad2SJustCarmen### Introduction
47fac25c68SRico Sonntag
48fac25c68SRico Sonntag**webtrees** is the web's leading online collaborative genealogy application.
49fac25c68SRico Sonntag
50fac25c68SRico Sonntag* It works from standard GEDCOM files, and is therefore compatible with every
51fac25c68SRico Sonntagmajor desktop application.
52fac25c68SRico Sonntag* It aims to to be efficient and effective by using the right combination of
53fac25c68SRico Sonntagthird-party tools, design techniques and open standards.
54fac25c68SRico Sonntag
55fac25c68SRico Sonntag**webtrees** allows you to view and edit your genealogy on your website. It has
56e667f3d4SGreg Roachfull editing capabilities, full privacy functions, and supports imedia such as
57fac25c68SRico Sonntagphotos and document images. As an online program, it fosters extended family
58fac25c68SRico Sonntagparticipation and good ancestral recording habits, as it simplifies the process
59fac25c68SRico Sonntagof collaborating with others working on your family lines. Your latest information
60fac25c68SRico Sonntagis always on your web site and available for others to see, defined by viewing
61fac25c68SRico Sonntagrules you set. For more information and to see working demos, visit
62fac25c68SRico Sonntag[webtrees.net](http://webtrees.net/).
63fac25c68SRico Sonntag
64fac25c68SRico Sonntag**webtrees** is Open Source software that has been produced by people from many
65fac25c68SRico Sonntagcountries freely donating their time and talents to the project. All service,
66fac25c68SRico Sonntagsupport, and future development is dependent on the time developers are willing
67fac25c68SRico Sonntagto donate to the project, often at the expense of work, recreation, and family.
68fac25c68SRico SonntagBeyond the few donations received from users, developers receive no compensation
69fac25c68SRico Sonntagfor the time they spend working on the project. There is also no outside source
70fac25c68SRico Sonntagof revenue to support the project. Please consider these circumstances when
71fac25c68SRico Sonntagmaking support requests and consider volunteering your own time and skills to make
72fac25c68SRico Sonntagthe project even stronger and better.
73fac25c68SRico Sonntag
74fac25c68SRico Sonntag
7526a22ad2SJustCarmen### System requirements
76fac25c68SRico Sonntag
77fac25c68SRico SonntagTo install **webtrees**, you need:
78fac25c68SRico Sonntag
79fac25c68SRico Sonntag* A webserver. Apache and IIS are the most common types. There are no requirements
80fac25c68SRico Sonntag  to use a specific type or version.
81fac25c68SRico Sonntag* Approximately 65MB of disk space for the application files, plus whatever is
82e667f3d4SGreg Roach  needed for your media files, GEDCOM files and database.
83fac25c68SRico Sonntag* PHP 5.3.2 or later. Note that many web hosts offer *both* PHP4 and PHP5,
84fac25c68SRico Sonntag  typically with PHP4 as the default. If this is the case, you will be able to
85fac25c68SRico Sonntag  switch between the two using a control panel or a configuration file. Refer
86fac25c68SRico Sonntag  to your web host's support documentation for details.
87fac25c68SRico Sonntag   * PHP should be configured with the PHP/PDO library for MySQL. This is a
88fac25c68SRico Sonntag     server configuration option. It is enabled by default on most hosts.
89fac25c68SRico Sonntag     See [http://php.net/pdo](http://php.net/pdo)
90fac25c68SRico Sonntag   * PHP should be configured to allow sufficient server resources (memory and
91fac25c68SRico Sonntag     execution time) for the size of your system. Typical requirements are:
92e667f3d4SGreg Roach      * Small systems (500 individuals): 16–32 MB, 10–20 seconds
93e667f3d4SGreg Roach      * Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds
94e667f3d4SGreg Roach      * Large systems (50,000 individuals): 64–128 MB, 40–80 seconds
95fac25c68SRico Sonntag* MySQL 5.0.13 or later. Note that **webtrees** can share a single database
96fac25c68SRico Sonntag  with other applications, by choosing a unique table prefix during configuration.
97fac25c68SRico Sonntag  If the number of databases is not restricted, you can set up a database purely
98fac25c68SRico Sonntag  for use by **webtrees** and create a separate user and password for only
99fac25c68SRico Sonntag  your genealogy.
100e667f3d4SGreg Roach* Internet browser compatibility. **webtrees** supports the use of most
101fac25c68SRico Sonntag  current versions of open-source browsers such as Firefox, Chrome, and Safari.
102fac25c68SRico Sonntag  We will do our best to support others such as Opera and Internet Explorer,
103fac25c68SRico Sonntag  though not their earlier versions. Currently many things do not work well in
104fac25c68SRico Sonntag  IE7, and some not in IE8 either. We strongly recommend anyone using these
105da644f9cSMatthew Noorenberghe  obsolete browsers upgrade as soon as possible. We are also aware that IE
106da644f9cSMatthew Noorenberghe  provides poor RTL language support generally, so cannot recommend it for
107da644f9cSMatthew Noorenberghe  sites requiring RTL languages.
108fac25c68SRico Sonntag* To view sites that contain both left-to-right and right-to-left text (e.g.
109fac25c68SRico Sonntag  English data on Hebrew pages), you will need to use a browser that provides
110da644f9cSMatthew Noorenberghe  support for the HTML5 **dir="auto"** attribute. At present, Internet Explorer
111da644f9cSMatthew Noorenberghe  (11 and lower) do not support this.
112fac25c68SRico Sonntag* HTML Frames. Note that **webtrees** uses cookies to track login sessions. Sites
113fac25c68SRico Sonntag  that make **webtrees** pages available inside an HTML Frames will encounter
114fac25c68SRico Sonntag  problems with login for versions 7, 8, and 9 of Internet Explorer. IE users
115fac25c68SRico Sonntag  should review the ``Privacy settings Tools`` / ``Internet Options`` for more details.
116fac25c68SRico Sonntag
117fac25c68SRico Sonntag
11826a22ad2SJustCarmen### Installation
119fac25c68SRico Sonntag
120fac25c68SRico SonntagInstalling **webtrees** is really easy. All you need is a webserver with PHP and
121fac25c68SRico SonntagMySQL. Almost every web hosting service provides these, but be sure to confirm
122fac25c68SRico Sonntagthat those supplied meet or exceed the minimum system requirements.
123fac25c68SRico Sonntag
124fac25c68SRico Sonntag1. Download latest stable version from [webtrees.net](http://webtrees.net/)
125fac25c68SRico Sonntag2. Unzip the files and upload them to an empty directory on your web server.
126fac25c68SRico Sonntag3. Open your web browser and type the URL for your **webtrees** site (for example,
127fac25c68SRico Sonntag   [http://www.yourserver.com/webtrees](http://www.yourserver.com/webtrees)) into
128fac25c68SRico Sonntag   the address bar.
129fac25c68SRico Sonntag4. The **webtrees** setup wizard will start automatically. Simply follow the steps,
130fac25c68SRico Sonntag   answering each question as you proceed. (See '''Step Six''' procedure below.)
131fac25c68SRico Sonntag
132fac25c68SRico SonntagThat's it!
133fac25c68SRico Sonntag
134fac25c68SRico SonntagHowever, before you can use **webtrees**, you need one (or possibly more) GEDCOM
135fac25c68SRico Sonntag(family tree) files. If you have been doing your research using a desktop program
136243bf6b4SGreg Roachsuch as Family Tree Maker, you can use it's “save as GEDCOM” function to create
137fac25c68SRico Sonntaga GEDCOM file. If you are starting from scratch, then **webtrees** can create a
138fac25c68SRico SonntagGEDCOM file for you. Alternatively, you can import data directly from PhpGedView.
139fac25c68SRico Sonntag
140fac25c68SRico SonntagSo, after installation, you'll be directed to the GEDCOM (family tree)
141fac25c68SRico Sonntagadministration page, where you'll need to select one of the following options:
142fac25c68SRico Sonntag
143fac25c68SRico Sonntag* On successful completion of all steps you will be taken to the GEDCOM (family tree)
144fac25c68SRico Sonntag  administration page where you can:
145fac25c68SRico Sonntag   * UPLOAD a GEDCOM file from your local machine
146fac25c68SRico Sonntag   * ADD a GEDCOM file from your server, (if your GEDCOM file is too large to upload,
147fac25c68SRico Sonntag     you can copy it to the webtrees/data folder, and load it from there)
148fac25c68SRico Sonntag   * CREATE a new, empty GEDCOM file
149fac25c68SRico Sonntag   * TRANSFER your existing PGV data straight into **webtrees**, using the
150fac25c68SRico Sonntag     PGV-to-**webtrees** wizard described in section 9 below:
1511ad46916SMatthew Noorenberghe     [Converting from phpgedview](#converting-from-phpgedview)
152fac25c68SRico Sonntag
153fac25c68SRico SonntagThere are *lots* of configuration options. You'll probably want to review the
154fac25c68SRico Sonntagprivacy settings first. Don't worry too much about all the other options - the
155fac25c68SRico Sonntagdefaults are good for most people. If you get stuck, there's lots of built-in
156fac25c68SRico Sonntaghelp and you can get friendly advice from the [help](http://webtrees.net/forums)
157fac25c68SRico Sonntagforum.
158fac25c68SRico Sonntag
159fac25c68SRico Sonntag
16026a22ad2SJustCarmen### Upgrading
161b4ef7f82SRico Sonntag
162fac25c68SRico SonntagUpgrading **webtrees** is quick and easy. It is strongly recommended that you
163fac25c68SRico Sonntagupgrade your installation whenever a new version is made available. Even minor
164fac25c68SRico Sonntag**webtrees** version updates usually contain a significant number of bug fixes
165fac25c68SRico Sonntagas well as interface improvements and program enhancements. The Administration
166fac25c68SRico Sonntagpage of your **webtrees** installation will display a notification whenever a
167fac25c68SRico Sonntagnew version is available.
168fac25c68SRico Sonntag
169fac25c68SRico Sonntag1. Now would be a good time to make a [backup](#backup).
170fac25c68SRico Sonntag2. Download the latest version of **webtrees** available from
171fac25c68SRico Sonntag   [webtrees.net](http://webtrees.net/)
172243bf6b4SGreg Roach3. While you are in the middle of uploading the new files,
173fac25c68SRico Sonntag   a visitor to your site would encounter a mixture of new and old files.  This
174fac25c68SRico Sonntag   could cause unpredictable behaviour or errors.  To prevent this, create the
175fac25c68SRico Sonntag   file **data/offline.txt**.  While this file exists, visitors will see a
176243bf6b4SGreg Roach   “site unavailable - come back later” message.
177fac25c68SRico Sonntag4. Unzip the .ZIP file, and upload the files to your web server, overwriting the existing files.
178fac25c68SRico Sonntag5. Delete the file **data/offline.txt**
179fac25c68SRico Sonntag
180fac25c68SRico Sonntag
181fac25c68SRico Sonntag#### Note for Macintosh users
182b4ef7f82SRico Sonntag
183fac25c68SRico SonntagStep 4 assumes you are using a copy tool that **merges** directories rather than
184fac25c68SRico Sonntagreplaces them. (**Merge** is standard behaviour on Windows and Linux.) If you use
185fac25c68SRico Sonntagthe Macintosh Finder or other similar tool to perform step 3, it will **replace**
186fac25c68SRico Sonntagyour configuration, media and other directories with the empty/default ones from
187fac25c68SRico Sonntagthe installation. This would be very bad (but you did take a backup in step 1,
188fac25c68SRico Sonntagdidn't you!). Further details and recommendations for suitable tools can be found
189fac25c68SRico Sonntagby searching [google.com](http://google.com).
190fac25c68SRico Sonntag
191fac25c68SRico Sonntag
192fac25c68SRico Sonntag#### Note for anyone using custom code (modules, themes, etc.).
193b4ef7f82SRico Sonntag
194fac25c68SRico SonntagIt is **very likely** that your custom code will not work when you upgrade
195fac25c68SRico Sonntag**webtrees**.
196fac25c68SRico Sonntag
197fac25c68SRico Sonntag**We recommend that you disable all custom code before you apply the upgrade.**
198fac25c68SRico Sonntag
199fac25c68SRico SonntagDisable custom modules, switch over to a standard
200243bf6b4SGreg Roachtheme, and remove any code “hacks”. Once the upgrade is complete and you are satisfied
201fac25c68SRico Sonntagyour site is fully operational contact the source of those modules or themes for
202fac25c68SRico Sonntaga new version.
203fac25c68SRico Sonntag
204fac25c68SRico Sonntag
205fac25c68SRico Sonntag#### General note
206b4ef7f82SRico Sonntag
207fac25c68SRico SonntagDepending on the changes in the new files, your browser configuration
208fac25c68SRico Sonntagand possibly other factors, it is always wise to clear both the **webtrees** cache
209fac25c68SRico Sonntagand your browser cache immediately after the upgrade is completed. The **webtrees**
210fac25c68SRico Sonntagcache can be cleared simply by going to ``Administration`` ->
211fac25c68SRico Sonntag``Cleanup data directory`` and deleting the cache.
212fac25c68SRico Sonntag
213fac25c68SRico SonntagIf you have any problems or questions, help is available on the
214fac25c68SRico Sonntag[webtrees forum](http://webtrees.net/forums).
215fac25c68SRico Sonntag
216fac25c68SRico Sonntag
21726a22ad2SJustCarmen### Gedcom (family tree) files
218fac25c68SRico Sonntag
219fac25c68SRico SonntagWhen you ADD, IMPORT or UPLOAD a family tree (GEDCOM) file in **webtrees** the
220fac25c68SRico Sonntagdata from the file is all transferred to the database tables. The file itself is
221fac25c68SRico Sonntagno longer used or required by **webtrees**
222fac25c68SRico Sonntag
223fac25c68SRico Sonntag* If you use ADD or IMPORT, your file remains in the webtrees/data folder you
224fac25c68SRico Sonntag  first copied it to, and will not be changed by any subsequent editing of the
225fac25c68SRico Sonntag  **webtrees** data.
226fac25c68SRico Sonntag* If you use UPLOAD, the file is left in its original location, and again remains
227fac25c68SRico Sonntag  untouched.
228fac25c68SRico Sonntag
229fac25c68SRico SonntagWhen or if you change your genealogy data outside of **webtrees**, it is not
230fac25c68SRico Sonntagnecessary to delete your GEDCOM file or database from **webtrees** and start
231fac25c68SRico Sonntagover. Follow these steps to update a GEDCOM that has already been imported:
232fac25c68SRico Sonntag
233fac25c68SRico Sonntag* Decide if you want to IMPORT or UPLOAD your new GEDCOM file.
234fac25c68SRico Sonntag   * Use UPLOAD if your family tree file is smaller than your server's PHP file
235fac25c68SRico Sonntag     upload limit (often 2MB).The new file can have any name you choose.
236fac25c68SRico Sonntag   * Use IMPORT for larger files. In this case you need to use FTP to first copy
237fac25c68SRico Sonntag     your file to the webtrees/data folder. Either copy over the existing file,
238fac25c68SRico Sonntag     or use a different name.
239fac25c68SRico Sonntag* From the Administration page, go to your **webtrees** Family trees (GEDCOM)
240fac25c68SRico Sonntag  configuration page. On the line  relating to this particular family tree (GEDCOM)
241fac25c68SRico Sonntag  file (or a new one) click either IMPORT or UPLOAD.
242243bf6b4SGreg Roach* Take careful note of the media items option (_“If you have created media objects
243ed1bbedbSGreg Roach  in **webtrees**, and have edited your data off-line using software that
244fac25c68SRico Sonntag  deletes media objects, then tick this box to merge the current media objects
245243bf6b4SGreg Roach  with the new GEDCOM.”_) In most cases you should leave this box **UNCHECKED**.
246243bf6b4SGreg Roach* Click “SAVE”. **webtrees** will validate the GEDCOM again before importing.
247fac25c68SRico Sonntag  During this process, **webtrees** copies your entire family tree (GEDCOM file)
248fac25c68SRico Sonntag  to a 'chunk' table within your database. Depending on the coding of your file,
249fac25c68SRico Sonntag  its file size and the capabilities of your server and the supporting software,
250fac25c68SRico Sonntag  this may take some time. **No progress bar will show while the data is being
251fac25c68SRico Sonntag  copied** and should you navigate away from this page, the process is suspended.
252fac25c68SRico Sonntag  It will start again when you return to the Family Tree management page.
253fac25c68SRico Sonntag
254fac25c68SRico Sonntag
255fac25c68SRico Sonntag#### FORMAT
256fac25c68SRico Sonntag
257fac25c68SRico SonntagEvery Family History program has its own method of creating GEDCOM files, and
258fac25c68SRico Sonntagdiffering output format options to select from. **webtrees'** import routines
259fac25c68SRico Sonntagcan read many different formats, but not necessarily all. If your software has
260243bf6b4SGreg Roacha “UTF8” option you should always use that. However, **webtrees** has been
261fac25c68SRico Sonntagtested with these alternative formats:
262fac25c68SRico Sonntag
263fac25c68SRico Sonntag* ANSI
264fac25c68SRico Sonntag   * imports OK, but is slow due to the translation into UTF8 as part
265fac25c68SRico Sonntag     of the import process.
266fac25c68SRico Sonntag* MAC
267fac25c68SRico Sonntag   * imports OK, but is slow due to the translation into UTF8 as part
268fac25c68SRico Sonntag     of the import process.
269fac25c68SRico Sonntag* DOS
270fac25c68SRico Sonntag   * imports OK, but is slow due to the translation into UTF8 as part
271fac25c68SRico Sonntag     of the import process.
272fac25c68SRico Sonntag* ANSEL
273243bf6b4SGreg Roach   * currently will not import. Gives warning *Error: cannot convert
274243bf6b4SGreg Roach     GEDCOM file from ANSEL encoding to UTF-8 encoding*. Later releases
275fac25c68SRico Sonntag     of **webtrees** may include translation from ANSEL to UTF8, but this
276fac25c68SRico Sonntag     is not a simple process.
277fac25c68SRico Sonntag
278fac25c68SRico Sonntag
27926a22ad2SJustCarmen### Security
280fac25c68SRico Sonntag
281fac25c68SRico Sonntag**Security** in _webtrees_ means ensuring your site is safe from unwanted
282fac25c68SRico Sonntagintrusions, hacking, or access to data and configuration files. The developers
283fac25c68SRico Sonntagof _webtrees_ regard security as an extremely important part of its development
284fac25c68SRico Sonntagand have made every attempt to ensure your data is safe.
285fac25c68SRico Sonntag
286fac25c68SRico SonntagThe area most at risk of intrusion would be the /data folder that contains your
287fac25c68SRico Sonntagconfig.ini.php file, and various temporary files. If you are concerned there
288fac25c68SRico Sonntagmay be a risk there is a very simple test you can do: try to fetch **config.ini.php**
289fac25c68SRico Sonntagby typing **http://_url to your site_/data/config.ini.php** in your web
290fac25c68SRico Sonntagbrowser.
291fac25c68SRico Sonntag
292243bf6b4SGreg RoachThe most likely result is an “access denied” message like this:
293fac25c68SRico Sonntag
294fac25c68SRico Sonntag    Forbidden
295fac25c68SRico Sonntag
296fac25c68SRico Sonntag    You don't have permission to access /data/xxxx.ged on this server.
297fac25c68SRico Sonntag
298fac25c68SRico SonntagThis indicates that the protection built into **webtrees** is working, and no
299fac25c68SRico Sonntagfurther action is required.
300fac25c68SRico Sonntag
301fac25c68SRico SonntagIn the unlikely event you do fetch the file (you will just see a semicolon),
302fac25c68SRico Sonntagthen that protection is not working on your site and you should take some further
303fac25c68SRico Sonntagaction.
304fac25c68SRico Sonntag
305fac25c68SRico SonntagIf your server runs PHP in CGI mode, then change the permission of the /data
306fac25c68SRico Sonntagdirectory to 700 instead of 777. This will block access to the httpd process,
307fac25c68SRico Sonntagwhile still allowing access to PHP scripts.
308fac25c68SRico Sonntag
309fac25c68SRico SonntagThis will work for perhaps 99% of all users. Only the remaining 1% should consider
310fac25c68SRico Sonntagthe most complex solution, moving the /data/ directory out of accessible web
311fac25c68SRico Sonntagspace. (**_Note:_** In many shared hosting environments this is not an option anyway.)
312fac25c68SRico Sonntag
313fac25c68SRico SonntagIf you do find it necessary, following is an example of the process required:
314fac25c68SRico Sonntag
315fac25c68SRico SonntagIf your home directory is something like **/home/username**,
316fac25c68SRico Sonntagand the root directory for your web site is **/home/username/public_html**,
317fac25c68SRico Sonntagand you have installed **webtrees** in the **public_html/webtrees** directory,
318fac25c68SRico Sonntagthen you would create a new **data** folder in your home directory at the same
319fac25c68SRico Sonntaglevel as your public_html directory, such as **/home/username/private/data**,
320fac25c68SRico Sonntagand place your GEDCOM (family tree) file there.
321fac25c68SRico Sonntag
322fac25c68SRico SonntagThen change the **Data file directory** setting on the ``Admin`` ->
323fac25c68SRico Sonntag``Site Administration`` page from the default **data/** to the new
324fac25c68SRico Sonntaglocation **/home/username/private/data**
325fac25c68SRico Sonntag
326fac25c68SRico SonntagYou will have **two** data directories:
327fac25c68SRico Sonntag
328fac25c68SRico Sonntag* [path to webtrees]/data - just needs to contain config.ini.php
329fac25c68SRico Sonntag* /home/username/private/data - contains everything else
330fac25c68SRico Sonntag
331fac25c68SRico Sonntag
332fac25c68SRico Sonntag#### Hypertext Transfer Protocol Secure (HTTPS)
333fac25c68SRico Sonntag
334fac25c68SRico Sonntag**webtrees** supports https access. If your website is configured with mandatory
335fac25c68SRico Sonntagor optional https support **webtrees** will operate correctly in either mode.
336fac25c68SRico Sonntag
337fac25c68SRico SonntagIf your website is configured with optional https support, **webtrees** can be
338fac25c68SRico Sonntagconfigured to switch to https at login. To enable https at login, set the Login
339fac25c68SRico SonntagURL setting on the ``Admin`` -> ``Site Administration`` ->
340fac25c68SRico Sonntag``Configuration page`` to your https login URL, which is often in the form
341fac25c68SRico Sonntag[https://example.com/admin.php](https://example.com/admin.php)
342fac25c68SRico Sonntag(substitute your domain for example.com).
343fac25c68SRico Sonntag
344fac25c68SRico Sonntag**Warning:** Misconfiguration can disable your login links. If this occurs,
345fac25c68SRico Sonntagaccess the login by typing the correct URL directly into your browser's address input.
346fac25c68SRico Sonntag
347fac25c68SRico Sonntag
34826a22ad2SJustCarmen### Backup
349fac25c68SRico Sonntag
350fac25c68SRico SonntagBackups are good. Whatever problem you have, it can always be fixed from a good
351fac25c68SRico Sonntagbackup.
352fac25c68SRico Sonntag
353fac25c68SRico SonntagTo make a backup of webtrees, you need to make a copy of the following
354fac25c68SRico Sonntag
355fac25c68SRico Sonntag1. The files in the *webtrees/data* directory.
356fac25c68SRico Sonntag2. The files in the *webtrees/media* directory.
357fac25c68SRico Sonntag3. The tables in the database. Freely available tools such as
358fac25c68SRico Sonntag   [phpMyAdmin](http://www.phpmyadmin.net) allow you to do this in one click.
359fac25c68SRico Sonntag
360fac25c68SRico SonntagRemember that most web hosting services do NOT backup your data, and this is
361fac25c68SRico Sonntagyour responsibility.
362fac25c68SRico Sonntag
363fac25c68SRico Sonntag
36426a22ad2SJustCarmen### Converting from phpgedview
365fac25c68SRico Sonntag
366243bf6b4SGreg RoachIf you are moving to **webtrees** from an existing PhpGedView (“PGV”) setup, and
367243bf6b4SGreg Roachyour PGV install meets certain requirements, **webtrees** has provided a “wizard”
368fac25c68SRico Sonntagto help make the transfer of the majority of your data a relatively quick and
369fac25c68SRico Sonntagpainless operation. See exceptions noted below. Please note that we have designed
370fac25c68SRico Sonntagthis wizard so as to not disturb your existing PGV installation, leaving all those
371fac25c68SRico Sonntagsettings, data and your website intact and fully functional.
372fac25c68SRico Sonntag
373fac25c68SRico SonntagThe requirements are:
374fac25c68SRico Sonntag
375fac25c68SRico Sonntag* The PGV database and index directory must be on the same server as **webtrees**.
376fac25c68SRico Sonntag* Your **webtrees** MySQL database username and password must either be the same
377fac25c68SRico Sonntag  as your PGV username and password, or if you created a new user for **webtrees**,
378fac25c68SRico Sonntag  that new user must also have full privileges to access your PGV database.
379fac25c68SRico Sonntag* PGV must be at least versions 4.2.3 or 4.2.4 (this corresponds to an internal
380243bf6b4SGreg Roach  “PGV_SCHEMA_VERSION” of between 10 and 14).  Newer versions, including the current
381fac25c68SRico Sonntag  version 4.3 SVN work (as of JAN 2013) also currently, and later versions, should
382fac25c68SRico Sonntag  they be released, will probably work, provided the data structures do not change;
383fac25c68SRico Sonntag* All changes in PGV must be accepted (as pending edits will not be transfered).
384fac25c68SRico Sonntag* All existing PGV users must have an email address, and it must be unique to that
385fac25c68SRico Sonntag  user (PGV allows users to delete their email address, or have the same email
386fac25c68SRico Sonntag  address as other users;  **webtrees** requires that all users have their own
387fac25c68SRico Sonntag  unique email address).
388fac25c68SRico Sonntag* The wizard transfer process overwrites the username and password you may have
389fac25c68SRico Sonntag  entered in setting up the initial admin account. The main administration user
390fac25c68SRico Sonntag  name and password in **webtrees** will be identical to the admin user name and
391fac25c68SRico Sonntag  password from PGV after running the wizard. Once done, you can change it back
392fac25c68SRico Sonntag  if desired.
393fac25c68SRico Sonntag
394b4ef7f82SRico Sonntag
395fac25c68SRico Sonntag#### Warning
396b4ef7f82SRico Sonntag
397b654676fSRico SonntagPlease read the [http://wiki.webtrees.net/en/Converting_from_PhpGedView](http://wiki.webtrees.net/en/Converting_from_PhpGedView)
398fac25c68SRico Sonntagbefore doing a transfer as important pre-processing steps and known issues may
399fac25c68SRico Sonntagbe outlined there.
400fac25c68SRico Sonntag
401b4ef7f82SRico Sonntag
402fac25c68SRico Sonntag#### Important Note
403b4ef7f82SRico Sonntag
404fac25c68SRico SonntagThis transfer wizard is not able to assist with moving media items.  You will need
405fac25c68SRico Sonntagto set up and move or copy your media configuration and objects separately after
406fac25c68SRico Sonntagthe transfer wizard is finished. If you use the media firewall in PGV with a
407fac25c68SRico Sonntagdirectory outside the PGV root, then duplicating the media configuration in
408fac25c68SRico Sonntag**webtrees** to use the same firewall directory should make your media available
409fac25c68SRico Sonntagin **webtrees**.
410fac25c68SRico Sonntag
411fac25c68SRico SonntagAfter the transfer is complete, you should check your family tree configuration
412fac25c68SRico Sonntagand privacy settings. Due to differences in internal data formats, the following
413fac25c68SRico Sonntagsettings are not yet transfered: custom privacy restrictions, block configuration,
414fac25c68SRico SonntagFAQs, and HTML blocks.  We hope to add these to the wizard in a future release.
415fac25c68SRico Sonntag
416fac25c68SRico Sonntag
417fac25c68SRico Sonntag#### Custom privacy restrictions, block configuration, FAQs and HTML blocks
418fac25c68SRico Sonntag
419fac25c68SRico SonntagWe hope to add these to the wizard in a future release. Otherwise, read the
420b654676fSRico Sonntag[http://wiki.webtrees.net/en/Converting_from_PhpGedView](http://wiki.webtrees.net/en/Converting_from_PhpGedView)
421b654676fSRico Sonntagbefore reporting a problem in the forum.
422fac25c68SRico Sonntag
423fac25c68SRico SonntagThe transfer wizard is accessed in **webtrees** from the bottom of the
424243bf6b4SGreg Roach“Manage family trees” page to which you will be automatically directed once you
425fac25c68SRico Sonntaghave completed the initial **webtrees** installation steps (section 4 above:
426fac25c68SRico Sonntag[installation](#installation)). This option is only available on a new,
427fac25c68SRico Sonntagempty **webtrees** installation; once you have created a GEDCOM (family tree)
428fac25c68SRico Sonntagor added user accounts, it will no longer be available.
429