Download the PHP package ngmy/webloyer without Composer
On this page you can find all versions of the php package ngmy/webloyer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ngmy/webloyer
More information about ngmy/webloyer
Files in ngmy/webloyer
Package webloyer
Short Description Webloyer is a Web UI for managing Deployer deployments
License MIT
Informations about the package webloyer
Webloyer
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: -
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: -
Run the installer by using the Artisan
webloyer:install
command:Note: You must be running this command as your web server user.
-
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.
-
Add the following Cron entry to your server:
Note: You must be running this Cron entry as your web server user.
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
- Web APIs
- Webhooks
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?
All versions of webloyer with dependencies
laravel/framework Version 5.2.*
laravelcollective/html Version 5.2.*
davejamesmiller/laravel-breadcrumbs Version 3.0.*
robclancy/presenter Version 1.3.*
ajaxorg/ace-builds Version ~1.2.0
lou/multi-select Version 0.9.12
kodeine/laravel-acl Version ~1.0@dev
sensiolabs/ansi-to-html Version ~1.0
symfony/yaml Version ~3.0
ngmy/eloquent-serialized-lob Version ^0.1.0
fguillot/json-rpc Version ~v1.2.1
deployer/deployer Version ^4.0