Lines Matching +full:php +full:- +full:version

1 ![Latest version](https://img.shields.io/github/v/release/fisharebest/webtrees?sort=semver)
5 …e.webtrees.net/widgets/webtrees/-/webtrees-22/svg-badge.svg)](https://weblate.iet.open.ac.uk/proje…
6 … Code Quality](https://scrutinizer-ci.com/g/fisharebest/webtrees/badges/quality-score.png?b=main)]…
9 # webtrees - online collaborative genealogy
14 * [Coding styles and standards](#coding-styles-and-standards)
16 * [System requirements](#system-requirements)
17 * [Internet browser compatibility](#browser-compatibility)
20 * [Building and developing](#building-and-developing)
21 * [Gedcom (family tree) files](#gedcom-family-tree-files)
24 * [Restore from Backup](#restore-from-backup)
33 the Free Software Foundation, either version 3 of the License, or
34 (at your option) any later version.
46 webtrees follows the [PHP Standards Recommendations](https://www.php-fig.org/psr).
48 * [PSR-1](https://www.php-fig.org/psr/psr-1) - Basic Coding Standard
49 * [PSR-2](https://www.php-fig.org/psr/psr-2) - Coding Style Guide
50 * [PSR-4](https://www.php-fig.org/psr/psr-4) - Autoloading Standard
51 * [PSR-6](https://www.php-fig.org/psr/psr-6) - Cache
52 * [PSR-7](https://www.php-fig.org/psr/psr-7) - HTTP Message Interface
53 * [PSR-11](https://www.php-fig.org/psr/psr-11) - Container Interface
54 * [PSR-12](https://www.php-fig.org/psr/psr-12) - Extended Coding Style Guide
55 * [PSR-15](https://www.php-fig.org/psr/psr-15) - HTTP Handlers
56 * [PSR-17](https://www.php-fig.org/psr/psr-17) - HTTP Factories
58 We do not currently use [PSR-3 (logging)](https://www.php-fig.org/psr/psr-3) - but we plan to do so…
69 third-party tools, design techniques and open standards.
95 * A database. MySQL is recommended, although PostgreSQL, SQL-Server and SQLite can be used. Some fe…
98 * PHP 7.1 - 7.4. Servers with PHP 5.3 - 7.0 can use **webtrees** 1.7.
99 * PHP should be configured to allow sufficient server resources (memory and
108 Chrome, and Safari. Support for other browsers and older versions is on a case-by-case basis.
112 1. Download the .ZIP file for latest stable version from [github.com](https://github.com/fisharebes…
124 privacy settings first. Don't worry too much about all the other options - the
126 and advice from the [help](https://www.webtrees.net/index.php/forum) forum.
131 upgrade your installation whenever a new version is made available. Even minor
132 **webtrees** version updates usually contain a significant number of bug fixes
138 will receive notification when a new version is available and an option to start
145 2. Download the latest version of **webtrees** available from
151 “site unavailable - come back later” message.
170 You will need [composer](https://getcomposer.org/) to install the PHP dependencies.
173 * php composer.phar install
175 You will need [npm](https://www.npmjs.com/get-npm) to install the Javascript dependencies.
181 You will need to re-run the second of these any time you modify the file `webtrees.js`.
195 * Go to ``Control panel`` -> ``Manage family trees`` On the line relating to this particular family…
198 in **webtrees**, and have edited your data off-line using software that
217 config.ini.php file, and various temporary files. If you are concerned there
219 config.ini.php by typing **``url_to_your_server/data/config.ini.php``** in your web
226 You don't have permission to access /data/config.ini.php on this server.
235 If your server runs PHP in CGI mode, then change the permission of the **/data**
237 while still allowing access to PHP scripts.
252 Then change the **Data folder** setting on the ``Control panel`` ->
253 ``Website`` -> ``Website preferences`` page from the default **data/** to the new
258 * [path to webtrees]/data - just needs to contain config.ini.php
259 * /home/username/private/data - contains everything else
272 …`mysqldump --host=[localhost] -u [username] -p[password] --databases [databasename] > dump_file.sq…
274 Note that '*-p[password]*' goes together with no space in between.
289 `mysql -u [username] -p[password] [database_name] < [dump_file.sql]`
291 4. Confirm the file *data/config.ini.php* contains to correct information to connect to the databas…