Skip to content

mayflower/puppet-shopware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-shopware module

Shopware - Open Source E-Commerce

Shopware is a downloadable, free/libre e-commerce software. It provides you with a fully fledged e-commerce environment based on PHP.

The work on this puppet module was heavily inspired by the puppet-piwik module. Thanks for this!

License:

GPL v3 or later

Link:

http://www.shopware.de/

How to use

Simple Example:

class { 'shopware': }
shopware::apache { 'apache.shopware': }

Full example:

class { 'shopware':
  directory     => '/var/www/shopware',
  repository    => 'git',
  version       => 'master',
  db_user       => 'username',
  db_password   => 'secure',
  svn_username  => 'myusername',
  svn_password  => 'mypassword',
}

shopware::apache { 'apache.shopware':
  port     => 80,
  docroot  => '/var/www/shopware',
  priority => '10',
  require  => Class['shopware'],
}

Do not forget to update your local hosts file when adding servers

Requirements

git submodule add git://github.com/puppetlabs/puppetlabs-apache modules/apache
git submodule add git://github.com/camptocamp/puppet-apt modules/apt
git submodule add git://github.com/camptocamp/puppet-augeas modules/augeas
git submodule add git://github.com/camptocamp/puppet-common modules/common
git submodule add git://github.com/puppetlabs/puppetlabs-firewall modules/Firewall
git submodule add git://github.com/puppetlabs/puppetlabs-git modules/git
git submodule add git://github.com/puppetlabs/puppetlabs-mysql modules/mysql
git submodule add git://github.com/Mayflower/puppetlabs-nginx modules/nginx
git submodule add git://github.com/treehouseagency/puppet-pear modules/pear
git submodule add git://github.com/Mayflower/puppet-php modules/php
git submodule add git://github.com/rafaelfelix/puppet-phpqatools modules/phpqatools
git submodule add git://github.com/puppetlabs/puppetlabs-stdlib modules/stdlib
git submodule add git://github.com/openstack-ci/puppet-vcsrepo modules/vcsrepo

About

puppet module for Shopware E-Commerce Shop Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages