← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #118598]: Possible to run Sikuli on a headless machine??

 

Question #118598 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/118598

Bartosz Firyn posted a new comment:
I'm using sikuli-script.jar to run tests in headless environment in
Travis CI working on Ubuntu. I noticed few problems with setup but now
everything works fine. All details can be found in my github project
https://github.com/sarxos/sikuli-ocr

- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install libavformat-dev
- sudo apt-get install ffmpeg
- sudo apt-get install libcv2.1
- sudo apt-get install libcvaux2.1
- sudo apt-get install libhighgui2.1
- sudo apt-get install libcv-dev
- sudo apt-get install libcvaux-dev
- sudo apt-get install libhighgui-dev
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export MAVEN_OPTS=-Dsikuli-script=target/sikuli-script.jar
- mvn test

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.