# Rex-WebUI **Repository Path**: mirrors_gitpan/Rex-WebUI ## Basic Information - **Project Name**: Rex-WebUI - **Description**: Read-only release history for Rex-WebUI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README rex-webui ========= Simple web frontend for rex, using Mojolicious. Quick Start =========== Run the application: rex-webui daemon and point your browser at http://localhost:8080 The webui.conf and SampleRexfile are copied into your working directory. Next, build multiple Rexfiles (e.g. one per project) in the usual way (see http://rexify.org). Register your rexfiles in webui.conf. Installation ============ perl Makefile.PL make make test sudo make install If necessary, install the dependencies from the cpanfile using carton / cpanm.