2017 © Pedro Peláez
 

library altax-adminer

Adminer runs on the php built-in web server via altax.

image

kohkimakimoto/altax-adminer

Adminer runs on the php built-in web server via altax.

  • Monday, March 3, 2014
  • by kohkimakimoto
  • Repository
  • 1 Watchers
  • 2 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Altax adminer plugin

Adminer runs on the php built-in web server via altax., (*1)

Installation

Edit your .altax/composer.json file like the following., (*2)

{
  "require": {
    "kohkimakimoto/altax-adminer": "dev-master"
  }
}

Run altax update., (*3)

$ altax update

Add the following line your .altax/config.php file., (*4)

Task::register('adminer', 'Altax\Contrib\Adminer\Command\AdminerCommand');

Usage

Run the task command., (*5)

$ altax adminer [-H|--host="..."] [-p|--port="..."] [--css="..."]

Access server using a web browser., (*6)

http://localhost:3000/

Configuration

Example:, (*7)

Task::register('adminer', 'Altax\Contrib\Adminer\Command\AdminerCommand')
->config(array(
    "host" => "localhost",
    "port" => 1234,
    "css" => "ng9",
    ));

host

The host address of the server., (*8)

port

The port of the server., (*9)

css

The design css., (*10)

See also

The Versions

03/03 2014

dev-master

9999999-dev https://github.com/kohkimakimoto/altax-adminer

Adminer runs on the php built-in web server via altax.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.4.0

 

The Development Requires

plugin altax

11/02 2014

v0.1.0

0.1.0.0 https://github.com/kohkimakimoto/altax-adminer

Adminer runs on the php built-in web server via altax.

  Sources   Download

Apache License 2.0

The Requires

  • php >=5.4.0

 

The Development Requires

plugin altax