ngmy / webloyer
Webloyer is a Web UI for managing Deployer deployments
Fund package maintenance!
ngmy
flattr.com/@ngmy
Installs: 1 066
Dependents: 0
Suggesters: 0
Security: 0
Stars: 217
Watchers: 9
Forks: 35
Open Issues: 12
Type:project
Requires
- php: >=5.6.0
- ajaxorg/ace-builds: ~1.2.0
- davejamesmiller/laravel-breadcrumbs: 3.0.*
- deployer/deployer: ^4.0
- fguillot/json-rpc: ~v1.2.1
- kodeine/laravel-acl: ~1.0@dev
- laravel/framework: 5.2.*
- laravelcollective/html: 5.2.*
- lou/multi-select: 0.9.12
- ngmy/eloquent-serialized-lob: ^0.1.0
- robclancy/presenter: 1.3.*
- sensiolabs/ansi-to-html: ~1.0
- symfony/yaml: ~3.0
Requires (Dev)
- mikey179/vfsstream: ~1
- mockery/mockery: dev-master
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ~5.0
- symfony/css-selector: ~3.0
- symfony/dom-crawler: ~3.0
- dev-master
- 0.45.1
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.1
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.1
- 0.19.0
- 0.18.0
- 0.17.1
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/composer/phpseclib/phpseclib-2.0.31
- dev-feature/upgrade-laravel
This package is auto-updated.
Last update: 2024-10-21 22:45:15 UTC
README
Webloyer is a Web UI for managing Deployer deployments.
Features
Webloyer has the following features:
- Project management
- Managing deployment settings on a project-by-project basis
- Deployment management on a project-by-project basis
- 1-click deploying and rolling back
- Keeping a log of every deployments
- E-mail notifications can be sent when a deployment finishes
- Recipe management
- Creating, editing, deleting and listing recipe files
- Server management
- Creating, editing, deleting and listing server list files
- User management
- Authentication with e-mail address and password
- Role-based access control to features
- Web APIs
- Webhooks
- GitHub
Screenshots
See screenshots.
Requirements
Webloyer has the following requirements:
- PHP >= 5.6.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
Installation
Option 1: Download Source Code
- Download the application source code by using the Composer
create-project
command:composer create-project ngmy/webloyer
- Give write permission to the
storage
directory and thebootstrap/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
- Run the installer by using the Artisan
webloyer:install
command:
Note: You must be running this command as your web server user.php artisan webloyer:install
- Start the queue listener as a background process by using the Artisan
queue:listen
command:
Note: You must be running this command as your web server user.nohup php artisan queue:listen --timeout=0 &
- Add the following Cron entry to your server:
Note: You must be running this Cron entry as your web server user.* * * * * php /path/to/webloyer/artisan schedule:run >> /dev/null 2>&1
Option 2: Using Docker
You can also install using Webloyer Docker.
Basic Usage
Step 1: Login to Webloyer
- Go to the Login page by click the "Login" link.
- Enter the e-mail address and password.
- Click the "Login" button to login to Webloyer.
Step 2: Create Your Project
- Go to the Create Project page by click the "Create" button in the Projects page.
- Enter your project information.
Note: For now, Webloyer only supports the
deploy
task and therollback
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. - Click the "Store" button to finish project creation process.
Step 3: Managing Deployments
- Go to the Deployments page by click the "Deployments" button.
- Run the
deploy
task by click the "Deploy" button. Or run therollback
task by click the "Rollback" button. - After the task of execution has been completed, it is possible to go to the Deployment Detail page by click the "Show" button, you can see the details of the task execution results.
Advanced Usage
Foundation Library
Webloyer uses Laravel as a foundation PHP framework.
License
Webloyer is open-sourced software licensed under the MIT license.
Donation
Do you want to buy me a coffee?