All Projects → opendevshop → Devshop

opendevshop / Devshop

Licence: gpl-2.0
Open Source DevOps Framework

Projects that are alternatives of or similar to Devshop

Raspberry Pi Dramble
Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
Stars: ✭ 1,317 (+718.01%)
Mutual labels:  ansible, drupal, devops
Oneview Ansible
Ansible Modules and Sample Playbooks for HPE OneView
Stars: ✭ 96 (-40.37%)
Mutual labels:  ansible, devops
Ansible Interactive Tutorial
Interactive Ansible tutorials with dead simple setup via Docker
Stars: ✭ 1,309 (+713.04%)
Mutual labels:  ansible, devops
Drupal Vm
A VM for Drupal development
Stars: ✭ 1,348 (+737.27%)
Mutual labels:  ansible, drupal
Jjg Ansible Windows
[DEPRECATED] Windows shell provisioning script to bootstrap Ansible from within a Vagrant VM.
Stars: ✭ 82 (-49.07%)
Mutual labels:  ansible, devops
Ansible Podman Collections
Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool
Stars: ✭ 89 (-44.72%)
Mutual labels:  ansible, devops
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-41.61%)
Mutual labels:  ansible, drupal
5minutes
First 5 minutes on new servers. Secure your servers with single command - Ansible playbook
Stars: ✭ 111 (-31.06%)
Mutual labels:  ansible, devops
Bootslap
☕️ bootstraps macOS to be usable
Stars: ✭ 110 (-31.68%)
Mutual labels:  ansible, devops
Polkadot Secure Validator
Polkadot Validator Secure Setup
Stars: ✭ 108 (-32.92%)
Mutual labels:  ansible, devops
Pytest Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
Stars: ✭ 1,987 (+1134.16%)
Mutual labels:  ansible, devops
K3s Ansible
Ansible playbook to deploy k3s kubernetes cluster
Stars: ✭ 153 (-4.97%)
Mutual labels:  ansible, devops
Azure
Azure-related repository
Stars: ✭ 78 (-51.55%)
Mutual labels:  ansible, devops
Ansible Vagrant Examples
Ansible examples using Vagrant to deploy to local VMs.
Stars: ✭ 1,913 (+1088.2%)
Mutual labels:  ansible, devops
Portable Ansible
Ansible without requirements to be installed (for pull-mode)
Stars: ✭ 75 (-53.42%)
Mutual labels:  ansible, devops
Docker Examples
There are many like it, but this one is mine.
Stars: ✭ 66 (-59.01%)
Mutual labels:  drupal, devops
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-63.98%)
Mutual labels:  ansible, devops
Ansible Playbook
Ansible playbook to deploy distributed technologies
Stars: ✭ 61 (-62.11%)
Mutual labels:  ansible, devops
Awx Ha Instancegroup
Build AWX clustering on Docker Standalone Installation
Stars: ✭ 106 (-34.16%)
Mutual labels:  ansible, devops
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (-24.22%)
Mutual labels:  ansible, devops

DevShop Logo

DevShop is an Open Source DevOps Framework and a set of reusable components designed to improve the web development, testing, and server management process, especially for Drupal websites.

The goal of DevShop is to provide a complete web development & testing pipeline out of the box, while empowering users to choose their own server infrastructure and systems architecture.

DevShop uses Ansible & Ansible Galaxy for server configuration, Symfony Console for command line tools, and Drupal for the web interface.

Core Values

Empower and Liberate.

  • Empower site builders with a feature complete, fully open source platform.
  • Liberate site owners by granting them the freedom to choose their own infrastructure and architecture.

Simplify and Demystify.

  • Simplify the management of complex systems by defining core building blocks and designing components that work independently of the platform.
  • Demystify computing by maintaining configuration for the entire vertical stack, down to Linux and services, all the way up to container management platforms, hyper

Collaborate & Engage.

  • Collaborate with developers and systems administrators to build a product that fits their needs first.
  • Engage the community to work together towards the common goal of a complete OpenOps platform and healthy ecosystem of tools.

Lower Costs & Barriers

  • Lower the cost of running sites with a host-agnostic platform, commoditizing servers, and moving maintenance costs of DevOps tools off of organizations and on to the community,
  • Lower the barriers of entry into the DevOps world for all.

DevShop Components

The DevShop Components are small, independently functional tools that are all designed to work together.

These tools are designed to be useful regardless of the hosting or DevOps systems they are being run on.

Composer Packages

DevShop Control & DevShop Control Project

Drupal CI/CD Dashboard and Ansible Server Manager in a Box

  • Web-based front-end for a DevShop server. Drupal 7 based.
  • Add unlimited Drupal projects and environments per server.
  • Create and configure servers all through the web interface.
  • DevShop Control is built into the devshop codebase. The DevShop Control Project is a composer project template that can be used to deploy a custom devshop control site.

Deploy

One command, many stages for flexible CI per environment.

  • Single deploy command to be used in CI systems designed to encompass the entire cycle: git updates, code build, reinstall, deploy hooks and test.
  • Options and pre-sets allow users to skip or include stages depending on the environment. For example, --skip-reinstall can be used on a demo site to prevent destroying the content.
  • Configure each "stage" in composer.json, to easily customize commands for each site. For example, to import config or not.

YamlTasks

Simple test runner with GitHub API integration.

  • Keep tests and standard commands in a Yaml file.
  • Run all commands with a single command.
  • Send command results to GitHub as Commit Statuses, to ensure Quality Control and present feedback to developers via pass/fail results on Pull Request pages.

PowerProcess

Run commands with standard beautiful output.

  • Enhanced Symfony Process component for improved user experience and log portability.
  • Improved command-line user experience, metadata reporting (executed time, PID, logs).
  • Pluggable output through monologger: pipe to screen, file, or remote monologger compatible REST API.

GitHub API CLI

Simple abstract CLI for interacting with the GitHub API.

  • Simple CLI wrapper for the GitHub API, where every API resource is a command and options are automatically passed.
  • "Deploy" command provides simple way to interact with GitHub's Deployments API using composer commands and bin scripts.

GitComposerTools

Traits and classes for accessing Git, GitHub and Composer Data.

  • GitRepositoryAwareTrait: Add to any class to read info from the current Git Repository.
  • GitHubRepositoryAwareTrait: Repository functionality plus a helper methods like getRepoOwner().
  • ComposerRepositoryAwareTrait: Repository functionality plus accessors for getting data from composer.json.

GitSplit

Split a monorepo with a single command.

  • Commands to split the git monorepo into multiple child repos.
  • Uses the same splitsh-lite script that Symfony and Drupal uses.
  • Reads list of repositories from composer.json config.

Ansible Roles

See https://galaxy.ansible.com/opendevshop for all roles.

  1. opendevshop.apache
  2. opendevshop.devmaster
  3. opendevshop.users
  4. devshop.server - All in one devshop server.

Docker Containers

  • devshop/server All in one container, uses systemd to run all services.

As we progress forward with the Ansible and Docker system, more common web services will be created and released as Ansible Roles and Docker containers.

Resources

About DevShop

Version Status Aegir Hosts Status
1.x Stable 3.x D6, D7, D8 Test Status

Backers on Open Collective Sponsors on Open Collective

DevShop is a "cloud hosting" system for Drupal. DevShop makes it easy to host, develop, test, and update drupal sites. It provides a front-end built in Drupal (Devmaster) and a back-end built with Drush, Symfony, and Ansible.

DevShop deploys your sites using git, and allows you to create unlimited environments for each site. DevShop makes it very easy to deploy any branch or tag to each environment

Code is deployed on push to your git repo automatically. Data (the database and files) can be deployed between environments. Run the built-in hooks whenever code or data is deployed, or write your own.

Built on Aegir

DevShop utilizes the main components of the Aegir Hosting System: Hosting and Provision. It does not use Hostmaster; it uses its own installation profile, Devmaster. It does not use the theme, Eldir. The default DevShop theme is called Boots and is included in the Devmaster install profile.

DevShop uses many additional contributed modules that Aegir core does not.

Aegir Cooperative Founding Member

OpenDevShop Inc is a founding member of the Aegir Cooperative. Lead DevShop developer Jon Pugh is a core Aegir maintainer.

See aegir.coop for more information.

Tour

See the Tour section of the documentation for a quick walk-through of the DevShop interface.

Support

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

For the full list of Backers and Sponsors, see BACKERS.md

License

DevShop is licensed under GPL v2.

This means any forks of this code must be released as open source and also be licensed under the GPL.

Help Improve Documentation

For full documentation on DevShop, visit docs.opendevshop.com or see our git repository github.com/opendevshop/documentation.

Think this can be improved? You can Fork our Documentation on GitHub!

Thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].