This tool can help your organize your build and equipment library. For screenshots go here.
Warning: This project is a spaghetti code, the whole build importer probably could've been better implemented than using NodeJS + Puppeteer.
Download release zip from Releases tab and extract it to directory of your choice, run the tool using phpdesktop-chrome.exe
executable.
- Download this repository contents and extract it to directory of your choice
- Go to windows.php.net and download latest PHP 7.4 - VC15 x64 Non Thread Safe variant ZIP archive
- Extract the archive to
php
directory inside unpacked tool directory - Open command line in the extracted tool directory (execute
cd "C:/Extracted-Tool-Dir-Here/"
to change directory) and:- if you do not have Chrome installed execute this command:
php/php build.php
- if you already have Chrome installed execute this comman:
php/php build.php no-chrome
- if you do not have Chrome installed execute this command:
- This should automatically do all the steps from manual installation and output the runnable tool in
dist/
directory
- Download this repository contents and extract it to directory of your choice
- Go to cztomczak/phpdesktop/releases and download attached
phpdesktop-chrome-57.0-rc-php-7.1.3.zip
- Open downloaded zip unpack
phpdesktop-chrome-57.0-rc-php-7.1.3
contents to some temporary directory - Move everything except
settings.json
file,php
andwww
directories to the unpacked tool directory - Go to windows.php.net and download PHP 7.4 - Non Thread Safe variant
- Extract zip contents to
php
directory - Go to nodejs.org and download Node.js 16 - Windows Binary (.zip) variant, 64bit recommended
- Open downloaded zip, navigate to
node-v*.*.*-win-x*
folder, then extract contents tonode
directory - If you do have Chrome ąlready installed (
C:/Program Files (x86)/Google/Chrome/Application/chrome.exe
) then openpuppeteer/package.json
file and replacepuppeteer
withpuppeteer-core
- Open command line,
cd
into puppeteer (cd puppeteer
) directory and then run../node/npm install
and wait... - Running
phpdesktop-chrome.exe
should now open the tool