Git Product home page Git Product logo

builder's Introduction

builder

A tool for installing and setting up different scripts written in PHP.

Purpose

Did you even want to simplify new installations of popular PHP scripts like Wordpress or Joomla? Me too! Now I can present you a tool that fully installs some popular script with one command in terminal and configuration file:

php ..\bin\builder build wordpress -c ..\wordpress-config.json -vv

And configuration file is

{
    "version": "4.3.1",
    "database": {
        "host": "localhost",
        "username": "root",
        "password": "12345",
        "database": "wordpress"
    },
    "blog_title": "Another blog on wordpress",
    "admin": "Administrator",
    "admin_email": "[email protected]",
    "password": "12345"
}

Usage

bin/builder build [options] [--] <name> [<version>]

Arguments:

  • name - What script do you want install?
  • version - What version of script do you want install?

Options:

  • -c, --configuration=CONFIGURATION - You can pass name of file that contains information about script (supports different file formats)

Supported scripts

For now builder supports 9 scripts:

Script Number of versions Latest version Downloading & Extracting Installation
Wordpress 142 4.3.1
Joomla 62 3.4.4
Drupal 101 7.39
Typo3 78 7.4.0
Magento 45 1.9.2.1
OsCommerce 8 2.3.4
OpenCart 13 2.1.0.0
Coppermine 18 1.5.38
Gallery 10 3.0.9

Community help

To implement all installation processes for every script I need a lot of man-hours. So every addition that improve installation process of any supported script is a big event and will be meet well.

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.