mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Updated _Footer (markdown)
14
Compile-adminer-from-sources.md
Normal file
14
Compile-adminer-from-sources.md
Normal file
@@ -0,0 +1,14 @@
|
||||
Adminer Wiki
|
||||
|
||||
|
||||
if you need to compile adminer from sources only for a specific database and for your specific language, copy the latest version of the archive to your server, unpack the archive and run the command for manual compilation, for example:
|
||||
```
|
||||
# only for PostgreSQL and Russian language
|
||||
/usr/bin/php7.4 compile.php pgsql ru
|
||||
|
||||
# only for MySQL and Russian language
|
||||
/usr/bin/php7.4 compile.php mysql ru
|
||||
```
|
||||
|
||||
|
||||
|
@@ -1 +0,0 @@
|
||||
Adminer Wiki
|
Reference in New Issue
Block a user