Changeset 38436


Ignore:
Timestamp:
2023-11-27T17:09:13+13:00 (5 months ago)
Author:
davidb
Message:

Additional details about xvfb-run added in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-setup.sh

    r38069 r38436  
    613613        echo "Warning: No DISPLAY variable set     => looks like a headless server"
    614614        echo "         Unable to detect 'xvfb-run' => webswing-server.war unlikely to work"
     615        echo "         ----"
     616        echo "         To install xvfb on Debian based distros (e.g. Ubuntu): "
     617        echo "             sudo apt-get install xvfb"
     618        echo "         (You might also need to apt-get install: libxrender1 libxtst6 libxi6)"
     619        echo "         ----"
    615620    fi
    616621    echo ""
Note: See TracChangeset for help on using the changeset viewer.