Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:2.0:installation [2025/11/16 12:35] fasseen:2.0:installation [2026/08/24 14:34] (current) kainhofer
Line 6: Line 6:
   - Remove the version info from the folder name and copy the unzipped folder **admidio** with a FTP programm (e.g. [[https://cyberduck.io/|Cyberduck]] to your webspace. Your webspace should support [[https://www.php.net/|PHP]], as well as provide access to one of the following databases: [[https://www.mysql.com|MySQL]], [[https://mariadb.org/|MariaDB]] or [[https://www.postgresql.org/|PostegreSQL]].   - Remove the version info from the folder name and copy the unzipped folder **admidio** with a FTP programm (e.g. [[https://cyberduck.io/|Cyberduck]] to your webspace. Your webspace should support [[https://www.php.net/|PHP]], as well as provide access to one of the following databases: [[https://www.mysql.com|MySQL]], [[https://mariadb.org/|MariaDB]] or [[https://www.postgresql.org/|PostegreSQL]].
   - Change the folder permissions from the folder **adm_my_files** with your favorite FTP program. If you have an Apache webserver set the folder rights to 777. Admidio needs this write  permissions to save photos, profile photos, download files and database backups in this folder.   - Change the folder permissions from the folder **adm_my_files** with your favorite FTP program. If you have an Apache webserver set the folder rights to 777. Admidio needs this write  permissions to save photos, profile photos, download files and database backups in this folder.
 +  - Admidio can now be installed either through:
 +    - the Web-frontend of the installer at the URL //www.**your-domain.org**/admidio/index.php // -- This method will be explained further on this page.
 +    - or via shell access with the [[.:cli:usage#installing_admidio_from_the_cli|script ''./admidio install:run'' in Admidio's root directory]] on the server.
   - Now call the installation script on the webspace at the following url //www.**your-domain.org**/admidio/index.php // and select the language in which the installation wizard and the program should appear later. The language can be changed after the installation.\\ {{:en:2.0:installation:install_language_en.png?400|}}   - Now call the installation script on the webspace at the following url //www.**your-domain.org**/admidio/index.php // and select the language in which the installation wizard and the program should appear later. The language can be changed after the installation.\\ {{:en:2.0:installation:install_language_en.png?400|}}
   - In the next step you have to enter the access data to your database. These should have been provided by your hoster. \\ The port of the database usually does not have to be specified, the default port will be used. The table prefix only needs to be changed if you want to run multiple Admidio installations in parallel in one database.\\ {{:en:2.0:installation:install_database_en.png?400|}}   - In the next step you have to enter the access data to your database. These should have been provided by your hoster. \\ The port of the database usually does not have to be specified, the default port will be used. The table prefix only needs to be changed if you want to run multiple Admidio installations in parallel in one database.\\ {{:en:2.0:installation:install_database_en.png?400|}}
  • en/2.0/installation.txt
  • Last modified: 2026/08/24 14:34
  • by kainhofer