From a0f0881929960c6b5922ad5c125697c82ba4ce6f Mon Sep 17 00:00:00 2001 From: Chris <7539871+paxperscientiam@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:28:23 -0400 Subject: [PATCH] improved explanation of trialing with composer --- bibtexbrowser-documentation.wiki | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index 031e0a2..12ef039 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -367,7 +367,7 @@ You can also set another order function in ''bibtexbrowser.local.php'': function my_own_order($a, $b) { return strcmp($a->getKey(),$b->getkey()); } - + define('ORDER_FUNCTION','my_own_order'); ?> @@ -545,7 +545,8 @@ In your project's `composer.json`, just add this
"monperrus/bibtexbrowser": }-With composer, a test server can be started with this command: +With composer, a test server can be started with the following commands: +
cd vendor/monperrus/bibtexbrowser/
composer serveWhich runs this script:
php -S localhost:29896 bibtexbrowser.php