vitodeploy / vito

The Ultimate Server Management Tool
https://vitodeploy.com
GNU Affero General Public License v3.0
861 stars 148 forks source link

PHPMyAdmin installation #5

Closed saeedvaziry closed 11 months ago

saeedvaziry commented 1 year ago

Vito should be able to install a PHPMyAdmin instance

cord commented 1 year ago

adminer.org would be a powerful but slim one-file alternative

saeedvaziry commented 1 year ago

@cord It is open for discussion, there are many other options as well like DBGate

saravanasai commented 12 months ago

@saeedvaziry I suggest using PHPMyAdmin because newbies & mostly people are used to phpMyadmin from their learning phase.We can plan to work on installing a PHPMyAdmin

harmlessprince commented 11 months ago

@saeedvaziry why is this issue still open, I can see phpmyadmin installation setup in the config core setup

saeedvaziry commented 11 months ago

@harmlessprince Jobs and Commands are there, The only thing missing is the frontend implementation. including the Livewire component and Actions. The idea is to put a button in the services page to install PHPMyAdmin as a service like other services srcshot 2023-09-19 at 12 36 34@2x

harmlessprince commented 11 months ago

That makes sense then...

I will see how the other services are integrated, I have bad time with livewire

saeedvaziry commented 11 months ago

Still thinking that DBGate's web app can be a good option too as it also supports PostgreSQL

saeedvaziry commented 11 months ago

Since PHPMyAdmin's installation and configuration files already exist in the project will go with PHPMyAdmin for now.

saeedvaziry commented 11 months ago

phpmyadmin installation added to the services. will update the documentation.