Page MenuHomeSealhub

install_culebra.sh
No OneTemporary

install_culebra.sh

cd /root
git clone https://github.com/dtmilano/CulebraTester2-public culebra
git clone https://gist.github.com/dtmilano/4537110 culebraDependencies
export PATH=$PATH:/root/culebraDependencies
cd culebra
git checkout 4ce1987e7ec6ae627d8f33a1a3b59f684aff90c0
echo "/opt/android-sdk-linux" >> local.properties
./gradlew installDebug installDebugAndroidTest
./culebratester2 start-server &
#wait for the server to start
while ! curl http://localhost:9987/v2/uiDevice/screenshot > /dev/null 2> /dev/null; do
sleep 0.1
done

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 8, 10:40 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034478
Default Alt Text
install_culebra.sh (524 B)

Event Timeline