Stars: 220
Forks: 37
Pull Requests: 79
Issues: 22
Watchers: 8
Last Updated: 2022-11-05 17:59:44
Webloyer is a web UI for managing Deployer deployments
License: MIT License
Languages: PHP, JavaScript, HTML
Webloyer is a Web UI for managing Deployer deployments.
Webloyer has the following features:
See screenshots.
Webloyer has the following requirements:
create-project
command:
composer create-project ngmy/webloyer
storage
directory and the bootstrap/cache
directory for your web server user (e.g. www-data
) by running the following command:
chown -R www-data:www-data storage
chown -R www-data:www-data bootstrap/cache
webloyer:install
command:
php artisan webloyer:install
queue:listen
command:
nohup php artisan queue:listen --timeout=0 &
* * * * * php /path/to/webloyer/artisan schedule:run >> /dev/null 2>&1
You can also install using Webloyer Docker.
deploy
task and the rollback
task. Therefore, you must define these tasks in your Deployer recipe file.
Note: If you want to use the e-mail notification, you need to enter your e-mail settings from the E-Mail Settings page.deploy
task by click the "Deploy" button. Or run the rollback
task by click the "Rollback" button.Webloyer uses Laravel as a foundation PHP framework.
Webloyer is open-sourced software licensed under the MIT license.
Do you want to buy me a coffee?