Coder Social home page Coder Social logo

shopware4-cli-tools's Introduction

Shopware 4 CLI Tools

  • Version: 1.0
  • Release Date: 21th December 2012
  • License: MIT (see LICENSE-MIT)

Overview

Shopware CLI Tools is a toolset designed to install Shopware 4 using the Shell (bash). Along with this abiliy we've built tools which should help you with everyday operations such as clearing the shop cache or backing up the live shop.

Functionality

The script provides the following functionality:

  • Installing Shopware 4 via the shell through files.shopware.de
  • Setting up the basic shop configuration
  • Clearing the shop cache including the staging system
  • Creating a backup of the database and the shop files
  • Installing the demo dataset from files.shopware.de

Installation

You could install the toolset to any location you want, but we recommend installing the script into /usr/local/bin. If you're using any other location than /usr/local/bin, please add the new location to your $PATH

Using Git

git clone https://github.com/ShopwareAG/Shopware4-CLI-Tools.git && cd Shopware4-CLI-Tools && sudo mv sw4-cli-tools /usr/local/bin/sw4-cli-tools && sudo mv .sw4-cli-tools /usr/local/bin/.sw4-cli-tools && sudo chmod -R 777 /usr/local/bin/sw4-cli-tools && sudo chmod -R 777 /usr/local/bin/.sw4-cli-tools

Git-free installation

cd /usr/local/bin && curl -#L https://github.com/ShopwareAG/Shopware4-CLI-Tools/tarball/master | sudo tar -xzv --strip-components 1 --exclude={README.md,LICENSE-MIT} && sudo chmod -R 777 /usr/local/bin/sw4-cli-tools && sudo chmod -R 777 /usr/local/bin/.sw4-cli-tools 

Specify the $PATH

Here’s an example that adds /your/new/path to the $PATH, which is needed if you want to install the toolset into any other directory than /usr/local/bin:

export PATH="/your/new/path:$PATH"

Usage

If you've installed the toolset in /usr/local/bin, you simply could run the script in any directory using:

sw4-cli-tools

Before you start any operation please modify the config.ini using the menu option [6] Edit config.ini with "vim" according to your needs.

Release History

  • 2012-12-20 - Initial release

shopware4-cli-tools's People

Contributors

bcremer avatar klarstil avatar

Watchers

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