Skip to content

jvandijk/zs-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zend Server Web API console

Introduction

This application enables users to execute maintenance on multiple Zend Servers at ones. It is based on a Zend Framework 2 module structure and a work in progress.

Configuration

Create a <name>.local.php file in the autoload folder. Include the following structure:


<?php
 array(
        'servers' => array(
            'local' => array(
                'name' => '<Your name definition>',
                'host' => '<hostname or ip:port>', // no protocol
                'user' => '<zend server api name>',
                'apikey' => '<zend server api key>',
                'cluster' => true, // optional key
            ),
        ),
    ),
);

About

ZendServer WebAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 18