This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
niota-docs:niota_install [2022/03/02 13:12] admin |
niota-docs:niota_install [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === Installation guide === | === Installation guide === | ||
| + | There are several components that must be available on your server for valid installation. | ||
| + | niota is a PHP application which needs an application server to process the PHP pages. Therefore both must be available on your server. | ||
| + | |||
| + | Please follow the steps this page to ... | ||
| [[niota_install_apache | install apache application server]] | [[niota_install_apache | install apache application server]] | ||
| + | |||
| + | Most of your configuration settings are stored in the so called "meta database". This meta database is a MySQL database and can be installed on your server on several different ways. Below you can find some descriptions for the different approaches, starting from the easiest approach to the most difficult approach. | ||
| [[niota_install_meta | install niota metadata database ]] | [[niota_install_meta | install niota metadata database ]] | ||
| - | [[niota_install_app | install niota application ]] | + | [[niota_install_meta_manually | install niota metadata database manually ]] |
| - | [[niota_install_clients | set up your niota client (multi client feature)]] | + | [[niota_install_meta_restore | install niota metadata database from a backup ]] |
| - | [[niota_install_doku | install niota online documentation ]] | ||
| + | The application itself is set of PHP files and configuration settings. See here how to | ||
| + | [[niota_install_app | install niota application ]] | ||