Skip to content

imteyaz25/devshop

 
 

Repository files navigation

DevShop

Join the chat at https://gitter.im/opendevshop/devshop

Build Status

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

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. Deploy any branch or tag to any environment. 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.

Resources

Components

DevShop currenly consists of four main components:

DevShop

DevShop core. This repository

Devmaster

DevShop Front-End.

DevShop Provision

DevShop Drush commands.

Support

Installation

See INSTALL.md for installation instructions.

Usage

Using devshop is a lot like using aegir.

Visit http://devshop.local or your chosen domain in the browser to view the front-end.

SSH into your server as the aegir user to access the back-end.

Use drush to access any of your sites. Use drush sa to see the list of available aliases.

Versions

We have two active branches as we try to reach for Drupal 8 hosting in time for release. 1.x has just started, and isn't functional yet. Please use the 0.x branch of DevShop.

DevShop version Branch DevMaster Versions Hosted Drupal Versions Aegir Status
0.1.0 CURRENT 0.x 6.x-1.x 6, 7 2.x Stable. Release coming soon.
1.0.0 coming later 1.x 7.x-1.x 6, 7, 8 3.x non-functional

Vagrant

There is now a vagrantfile for DevShop that makes for an easy way to test it out and to contribute to the development of DevShop.

It is included in this package. To use, clone this repo and vagrant up:

See README.vagrant.md for more information.

Testing

Very rudimentary testing is happening on TravisCI at http://travisci.org/opendevshop/devshop

TravisCI tests on Ubuntu 12.04, therefor 12.04 is the most supported.

The install script has been tested on:

  • ubuntu 12.04
  • centos 7.0

Help Improve Documentation

Think this can be improved? You can edit this file on GitHub and select "Create a new branch for this commit and start a pull request.".

Thanks!

About

Open Source Drupal Cloud Hosting

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 87.1%
  • Gherkin 7.9%
  • PHP 5.0%