This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
en:entwickler:testumgebung_einrichten [2024/12/01 07:12] – [Set up Admidio] fasse | en:entwickler:testumgebung_einrichten [2024/12/09 19:41] (current) – [Local web server set up] greno |
---|
====== Set up a test environment ====== | ====== Set up a test environment ====== |
==== Local web server set up ==== | ==== Local web server set up ==== |
Admidio requires a web server with PHP support and a MySQL database. This is already done usually set up on the web space. For developing it is advisable to set up a web server along with PHP and MySQL locally. There are available for Windows and Linux, the [[https://www.apachefriends.org/de/xampp.html|XAMPP-Package]] or for MacOS, the [[https://www.mamp.info/de/|MAMPP Package]] which provides all components and also has an installation wizard. To install the packages you should read the documentation at the project home page. If the web server is installed successfully, you even should adjust [[php.ini_einstellungen|some settings]]. | Admidio requires a web server with PHP support and a MySQL/MariaDB or PostgreSQL database. This is already done usually set up on the web space. For developing it is advisable to set up a web server along with PHP and MySQL locally. There are available for Windows and Linux, the [[https://www.apachefriends.org/de/xampp.html|XAMPP-Package]] or for MacOS, the [[https://www.mamp.info/de/|MAMPP Package]] which provides all components and also has an installation wizard. To install the packages you should read the documentation at the project home page. If the web server is installed successfully, you even should adjust [[php.ini_einstellungen|some settings]]. |
| |
==== Set up Admidio ==== | ==== Set up Admidio ==== |