GithubHelp home page GithubHelp logo

appstacktop / webloyer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ngmy/webloyer

0.0 2.0 0.0 672 KB

Webloyer is a Web UI for managing Deployer deployments

License: MIT License

PHP 83.46% JavaScript 0.09% ApacheConf 0.07% HTML 16.38%

webloyer's Introduction

Webloyer

Latest Stable Version Total Downloads Latest Unstable Version License

Build Status Coverage Status

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.5.9

  • OpenSSL PHP Extension

  • PDO PHP Extension

  • Mbstring PHP Extension

  • Tokenizer PHP Extension

Installation

  1. Download the application source code by using the Composer create-project command:
composer create-project ngmy/webloyer
  1. Give write permission to the storage directory and the bootstrap/cache directory for your web-server user by running the following command:
chmod -R 777 storage
chmod -R 777 bootstrap/cache
  1. Run the installer by using the Artisan webloyer:install command:
php artisan webloyer:install
  1. Start the queue listener as a background process by using the Artisan queue:listen command:
nohup php artisan queue:listen --timeout=0 &

Note: You must be running this command as your deployment-user.

  1. Add the following Cron entry to your server:
* * * * * php /path/to/webloyer/artisan schedule:run >> /dev/null 2>&1

Basic Usage

Step 1: Login to Webloyer

  1. Go to the Login page by click the "Login" link.

  2. Enter the e-mail address and password.

  3. Click the "Login" button to login to Webloyer.

Step 2: Create your project

  1. Go to the Create Project page by click the "Create" button in the Projects page.

  2. Enter your project information.

Note: For now, Webloyer only supports the 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.

  1. Click the "Store" button to finish project creation process.

Step 3: Managing deployments

  1. Go to the Deployments page by click the "Deployments" button.

  2. Run the deploy task by click the "Deploy" button. Or run the rollback task by click the "Rollback" button.

  3. 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.

webloyer's People

Contributors

ngmy avatar

Watchers

James Cloos avatar LogikIO avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.