Skip to content

How to install webino devkit

bacinsky edited this page Nov 23, 2014 · 2 revisions

HOME / How to install / Webino devkit installation

Webino Development Kit (webino-devkit) is an automation tool to accelerate the development of web applications based on Zend Framework 2.

Features

  • The webino command line tool
  • Uses Grunt task runner
  • Easy module development setup
  • Building, testing and analyzing modules
  • [TODO] Easy application development setup
  • [TODO] Generating and publishing modules, applications
  • [TODO] Building and testing aplications

Installation

It's required to install the Webino Development Kit globally.

  • To install development toolkit, run:
    sudo npm install webino-devkit -g --unsafe-perm

Configuration

Edit ~/.webino.json configuration.

TODO configuration description

Usage

Webino Development Kit is used as a webino command line tool.

Learn more about webino devkit usage

Requirements

More informations

Installation of a toolkit will:

  • add the webino CLI command
  • install PHP composer dependencies
  • create Webino development workspace directories

Workspace directories

Webino development workspace directories:

/var/www/public/webino/
  modules/
    WebinoExample/
      sites/
        example.tld/