Skip to content

Releases: bogdananton/Selenium-Setup

Deliver as a PHAR archive.

05 Dec 09:37
Compare
Choose a tag to compare

See commit ID 897dcc1 for the original build commands and details.

Build commands:

sed -i "s/[(]\$rootPath/(dirname\(\\\\Phar\:\:running\(false\)\)/g" lib/Config/ConfigFactory.php
sed -i "s/return realpath[(]/return \\\\Phar\:\:running\(\)\; \/\//g" lib/Environment/Environment.php
curl -LSs http://box-project.github.io/box2/installer.php | php
php -dphar.readonly=0 ./box.phar build -c compile

Some paths needed to be changed for the selfTest and the phar's contents extracted so that the process can be performed. Running only start / stop doesn't need the phar to be extracted in the build folder.

The phar will use the build path next to the phar.

Rewritten in PHP

04 Dec 19:25
Compare
Choose a tag to compare
Merge pull request #11 from bogdananton/3.0

Rewritten in PHP by Serban. v3.0.0

1.0.0

10 Nov 10:28
Compare
Choose a tag to compare
Update composer.json