Coder Social home page Coder Social logo

docker-itop's Introduction

iTop on Docker

This repo provides a quick way to start a demo environnement for iTop 2.7 LTS. The Dockerfile is also suitable for production usage.

How to Use

Clone the repo and use docker compose:

docker-compose up

The command above starts 3 containers as following:

Running using local volumes:

  • mariadb: database with xtrabackup support
  • adminer: a PHP tool to have a look on your database.

Running apache web server with PHP support:

  • itop: version 2.7 LTS

All volumes are mounted in ./volumes.

Then services will be available at following addresses:

Please ignore the session warning. See docker-library/php#201

Environment variables

Database link

  • ITOP_DB_HOST = db
  • ITOP_DB_NAME = itop
  • ITOP_DB_USER = itop
  • ITOP_DB_PASS = itop

Php settings

  • PHP_TIMEZONE = "Europe/Paris"
  • PHP_ENABLE_UPLOADS = "On"
  • PHP_MEMORY_LIMIT = "256M"
  • PHP_POST_MAX_SIZE = "10M"
  • PHP_UPLOAD_MAX_FILESIZE = "8M"
  • PHP_MAX_FILE_UPLOADS = "20"
  • PHP_MAX_INPUT_TIME = "300"
  • PHP_LOG_ERRORS = "On"
  • PHP_ERROR_REPORTING = "E_ALL" Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT

License

MIT

Author

MerhylStudio [email protected]

docker-itop's People

Contributors

ajeeth avatar maghin avatar

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.