diff --git a/Compile-adminer-from-sources.md b/Compile-adminer-from-sources.md new file mode 100644 index 0000000..172a653 --- /dev/null +++ b/Compile-adminer-from-sources.md @@ -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 +``` + + + diff --git a/_Footer.md b/_Footer.md deleted file mode 100644 index a409afd..0000000 --- a/_Footer.md +++ /dev/null @@ -1 +0,0 @@ -Adminer Wiki \ No newline at end of file