Coder Social home page Coder Social logo

ngino_onezym's Introduction

ngino onezym

It's PHP7-fpm based o linux Alpine with most usualy extensions

Tags

Basic information

  • based on oficial php-fpm-alpine images
  • expose port 9000

Instaled extensions

  • php7-common
  • php7-opcache
  • php7-openssl
  • php7-session
  • php7-sockets
  • php7-curl
  • php7-json
  • php7-yaml
  • php7-xml
  • php7-simplexml
  • php7-mysqli
  • php7-pdo_mysql
  • php7-pdo
  • php7-pdo_sqlite
  • php7-redis
  • php7-pear
  • php7-phar
  • php7-gd
  • php7-iconv
  • php7-mbstring
  • php7-tokenizer
  • php7-mcrypt
  • php7-ctype
  • php7-zlib
  • php7-zip

Usage

With docker

docker pull gregorwebmaster/ngino_onezym -v "$PWD":/workspace -p 0.0.0.0:9000:9000

With docker-compose

version: '3.2'

services:

  php-fpm:
    image: gregorwebmaster/ngino_onezym
    volumes:
      - .:/workspace
    ports:
      - 9000:9000

Build localy

  1. clone this repository
  2. enter into it
  3. run build script:
  • for all versions: ./build all
  • for custom version: ./build custom 'version' eg. : ./build custom '7.2'
  • for latest versions: ./build latest

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.