GithubHelp home page GithubHelp logo

Comments (13)

helmo avatar helmo commented on July 30, 2024 2

Yes, thanks for getting this done!

from ansible-role-phpmyadmin.

nukedupe avatar nukedupe commented on July 30, 2024 2

Yes on ansible's side. setup-Debian.yml need a patch to ensure php-twig is from buster-backports on Debian 10 before installing phpMyAdmin. Something like:

- name: Ensure php-twig from buster-backports is installed.
  apt:
    name: php-twig
    state: present
    default_release: buster-backports
    update_cache: yes
  when: ansible_distribution_major_version | int == 10

And :/tmp have to be append in /etc/phpmyadmin/apache.conf on line php_admin_value open_basedir. See Issue #19

But after that it works flawless with:

- name: Install phpMyAdmin
  hosts: phpmyadmin
  roles:
    - {role: geerlingguy.phpmyadmin, become: true}
  vars:
    php_packages_extra:
      - libapache2-mod-php

from ansible-role-phpmyadmin.

helmo avatar helmo commented on July 30, 2024 1

New effort is visible to maintain a package for phpMyAdmin, see phpmyadmin/phpmyadmin#15236

from ansible-role-phpmyadmin.

geerlingguy avatar geerlingguy commented on July 30, 2024 1

It looks like they have it in testing and are considering moving it back to buster stable next.

from ansible-role-phpmyadmin.

geerlingguy avatar geerlingguy commented on July 30, 2024 1

I bumped into this again today as I'm trying to make sure the role's tests work with Python 3... annoyingly, even if you use the testing packages, you have to manually install some others as well, so I'm probably going to continue holding off supporting buster in this role.

Note that you can still install from source on Buster, but as I don't even use PHPMyAdmin anymore (I've used Adminer when I need a web GUI) I don't think I'll be doing the work to add that and support it in this role.

from ansible-role-phpmyadmin.

geerlingguy avatar geerlingguy commented on July 30, 2024 1

Yay! Sitting and waiting solved the problem :D

from ansible-role-phpmyadmin.

williamdes avatar williamdes commented on July 30, 2024

@geerlingguy Exactly
Follow progress on the GitHub issue ;)

from ansible-role-phpmyadmin.

stale avatar stale commented on July 30, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

from ansible-role-phpmyadmin.

williamdes avatar williamdes commented on July 30, 2024

@helmo phpMyAdmin is now in Debian buster backports
See for installation: phpmyadmin/phpmyadmin#15236 (comment)

You can now close this issue ?

from ansible-role-phpmyadmin.

geerlingguy avatar geerlingguy commented on July 30, 2024

Note that this role seems to still need modifications to make it work on Debian 10.

from ansible-role-phpmyadmin.

stale avatar stale commented on July 30, 2024

This issue is no longer marked for closure.

from ansible-role-phpmyadmin.

stale avatar stale commented on July 30, 2024

This issue is no longer marked for closure.

from ansible-role-phpmyadmin.

williamdes avatar williamdes commented on July 30, 2024

Note that this role seems to still need modifications to make it work on Debian 10.

On ansible's side ?

from ansible-role-phpmyadmin.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.