Please provide instructions for installing Adminer Editor #1122
Replies: 5 comments 4 replies
-
What do you mean? Download the php file from the Releases and put it into your webserver then open the browser to run it?
|
Beta Was this translation helpful? Give feedback.
-
I mean….
Please provide step-by-step instructions for us idiot people who are too stupid to know what we are doing.
That is what I mean.
Thank you.
From: Crt Mori ***@***.***
Sent: Tuesday, July 1, 2025 11:35 AM
To: vrana/adminer
Cc: rootsdigger05; Author
Subject: Re: [vrana/adminer] Please provide instructions for installing Adminer Editor (Discussion #1122)
What do you mean? Download the php file from the Releases and put it into your webserver then open the browser to run it?
wget --output-file=/path/to/public/folder/adminer.php https://github.com/vrana/adminer/releases/download/v5.3.0/adminer-5.3.0-en.php
—
Reply to this email directly, view it on GitHub <#1122 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A2676724ZGTR56RDQ2SXW2T3GLIFFAVCNFSM6AAAAACAP3LRDSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRTGIYTAMA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A26767ZZXMRMZ7VYYRX4KAD3GLIFFA5CNFSM6AAAAACAP3LRDSWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA2ABGI.gif> Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
What is meant by:
Step 2: Serve PHP file with our favorite PHP server?
Please provide steps?
From: Crt Mori ***@***.***
Sent: Tuesday, July 1, 2025 1:33 PM
To: vrana/adminer
Cc: rootsdigger05; Author
Subject: Re: [vrana/adminer] Please provide instructions for installing Adminer Editor (Discussion #1122)
Step 1: Download the php file from Releases or via command line (5.3.0 release) wget --output-file=/path/to/public/folder/adminer.php https://github.com/vrana/adminer/releases/download/v5.3.0/adminer-5.3.0-en.php
Step 2: Serve PHP file with our favorite PHP server
Step 3: Open browser and enter address to your server with a PHP file
You can also use the docker container (https://hub.docker.com/_/adminer/) and just run: docker run --link some_database:db -p 8080:8080 adminer (but this is not part of this repo)
Step 2: Then you can hit http://localhost:8080 or http://host-ip:8080 in your browser.
—
Reply to this email directly, view it on GitHub <#1122 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A267672DI7XIYOIGRZTBD233GLV6JAVCNFSM6AAAAACAP3LRDSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRTGI4TEMQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A267676DGFNB6ICISSXMYFL3GLV6JA5CNFSM6AAAAACAP3LRDSWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA2ACZU.gif> Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I need to know exactly where to place the Adminer Editor file on my server.
What folder?
From: Crt Mori ***@***.***
Sent: Tuesday, July 1, 2025 1:50 PM
To: vrana/adminer
Cc: rootsdigger05; Author
Subject: Re: [vrana/adminer] Please provide instructions for installing Adminer Editor (Discussion #1122)
I do not know what you use for your website with database. Apache or Nginx are most popular open source servers, but you can also use in-built PHP server for development (https://www.php.net/manual/en/features.commandline.webserver.php). You have website with database, so I assume you setup your webserver, otherwise I suggest searching for a tutorial of how to setup PHP web server. Or you can take adminer Docker container and that already has it all in (https://github.com/TimWolla/docker-adminer/blob/master/5/Dockerfile). But downside is it uses built-in PHP webserver which shouldn't be used in production.
There are various dependencies for different databases (no idea what you have PostgreSQL, MariaSQL, SQLite, etc.)
—
Reply to this email directly, view it on GitHub <#1122 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A26767YUEKWQXSRM2H2VB5T3GLX6TAVCNFSM6AAAAACAP3LRDSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRTGMYDIOA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A267677KK2T4J4IBXFPS6VD3GLX6TA5CNFSM6AAAAACAP3LRDSWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA2ADBQ.gif> Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ok, that helps a lot.
Thank you for the explanation.
It is very much appreciated!
From: Crt Mori ***@***.***
Sent: Tuesday, July 1, 2025 2:23 PM
To: vrana/adminer
Cc: rootsdigger05; Author
Subject: Re: [vrana/adminer] Please provide instructions for installing Adminer Editor (Discussion #1122)
That is very dependant on your setup. You can create a subfolder adminer/ where you place the adminer.php. Then you can go to https://example.com/adminder/adminer.php. You can name adminer.php index.php (or symlink it) and then simply open https://example.com/adminer/
Or you can place adminer.php on same level as you have index.php and then simply open by https://example.com/adminer.php
Or you name it index.php and then setup the webserver to serve that folder as https://adminer.example.com
—
Reply to this email directly, view it on GitHub <#1122 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A2676766ZWCST5DB5GFSJGT3GL33PAVCNFSM6AAAAACAP3LRDSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRTGM2DKMY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A26767ZPEXBA4CHBZCB4RCD3GL33PA5CNFSM6AAAAACAP3LRDSWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA2AD22.gif> Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please provide instructions for installing Adminer Editor.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions