Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
311 stars 123 forks source link
admidio club-management documents-manager event-management lists members membership membership-management organization photo-album php user-management

Admidio: Your Open-Source User Management Solution

Admidio empowers organizations and groups by providing a versatile and open-source user management system for their websites. With its flexible role model, Admidio allows you to precisely mirror your organization's structure and permissions. You can easily create and customize individual member profiles by adding or removing profile fields.

In addition to these core features, Admidio boasts a rich array of modules, including member lists, an event manager, messaging capabilities, photo albums, and a document and file repository.

Admidio Logo

GitHub issues GitHub forks GitHub stars GitHub top language GitHub license

Supported Languages: :gb: :de: :denmark: :netherlands: :poland: :estonia: :ukraine: :fr: :bulgaria: :finland: :greece: :sweden: :ru: :es: :brazil: :portugal: :it: :indonesia: :hungary: :norway: :cn:

Features

Installation

To install Admidio on your web server, ensure you have PHP 7.2 or higher and either a MySQL (version 5.0 or higher) or PostgreSQL (version 9.0 or higher) database available. Follow our online installation instructions for a successful setup.

Update

Keep your Admidio installation up to date by following our online update instructions. Here's a brief update overview:

  1. Delete the folder "adm_program" and the "index.php" of the previous version.
  2. Copy the folder "adm_program" and the "index.php" from the new version.
  3. Update the "adm_plugins" folder with the newly delivered plugins.
  4. Access the "index.php" in your Admidio folder to initiate the update.
  5. Update or replace the theme in the "adm_theme" folder.

If you're updating from version 2.x or 3.x to version 4.x, please review our special update instructions.

Docker

Admidio is also available for Docker environments. You can create and use your own Docker image using our Dockerfile. Alternatively, you can use our prebuilt images from Dockerhub. Start an Admidio Docker container with the following command:

docker run --detach -it --name "Admidio" \
  -p 8080:8080 \
  --restart="unless-stopped" \
  -v "Admidio-files:/opt/app-root/src/adm_my_files" \
  -v "Admidio-themes:/opt/app-root/src/adm_themes" \
  -v "Admidio-plugins:/opt/app-root/src/adm_plugins" \
  -e ADMIDIO_DB_HOST="admidio-mariadb:3306" \
  -e ADMIDIO_DB_NAME="admidio" \
  -e ADMIDIO_DB_USER="admidio" \
  -e ADMIDIO_DB_PASSWORD="my_VerySecureAdmidioUserPassword.01" \
  -e ADMIDIO_ROOT_PATH="https://www.mydomain.at/admidio" \
  admidio/admidio:latest

For detailed instructions on using Admidio in a Docker environment, see README-Docker.md.

Contributing

There are numerous ways to contribute to Admidio:

If you identify with any of the above roles, we invite you to join our team and contribute to making Admidio one of the best free membership software solutions.

Changelog

Stay updated with the latest improvements and bug fixes by visiting our changelog.

Donation

If you appreciate Admidio, consider making a donation. Thanks for contributing!