A web-based frontend to WPKG. Based on wpkgExpress by Brian White. WPKG is an automated software deployment, upgrade and removal program for Windows.
app/Config/config.php
;app/Config/core.php
;app/Config/database.php
.config.xml
): in your browser go to the link
https://wpkg.fabrikam.com/admin/configs
,
where https://wpkg.fabrikam.com
- base URL of installited WPKG Express 2./var/www/wpkg
).composer create-project anklimsk/wpkg-express-2 /var/www/wpkg
,
where /var/www/wpkg
is Document Root directory.
Or just download the latest release
from releases and extract
the archive to the Document Root directory./var/www/wpkg/app/Config
.app
application (/var/www/wpkg/app
),
and run the following command: sudo ./Console/cake CakeInstaller install
for re-install frontend to WPKG.Yes
to the request to re-create the application database schema.No
to the request to delete database tables.