Coder Social home page Coder Social logo

zendtodocker's Introduction

zendtodocker

Repo of the ZendTo demo automated docker container build files

As of now, the container only prepares a basic Centos 7 container to receive the ZendTo installation. Once final, what one would have to do to build a Docker image (and eventually run a Docker container based on this image) is to clone the repo (or get the Dockerfile), set the variables to values that make sense for the target environment, then do a docker build on it.

Once done, commands must be executed to create local users in the ZendTo DB, following the documentation located at http://zend.to/authentication.php#Local.

If you would like to try it even if you don't have docker installed, you can go to https://labs.play-with-docker.com/ and do this command:

docker run -itd -p 80:80 --name zendto ubellavance/zendtodocker

This command will start a container based on the image generated by the dockerfile.

You can then click on the port numbers (80 in this case) on the top to open a tab or new window in of your broswer that will display ZendTo. For those who are not familiar with docker, you can then execute this command to "enter" the container: docker exec -t -i zendto /bin/bash

Caution: PWD (Play With Docker) is free but it's not a private space and it will destroy your stuff after 4 hours, so don't put anything important or sensitive there.

zendtodocker's People

Contributors

ubellavance avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

julesfm

zendtodocker's Issues

Virus scanning

I don't know if virus scanning is working...

  • Check if AV scanning works, if not
  • Make it work or disable it and document in the Readme

Max size 2 GB

Until this container is configured to use PHP 7.x:

  • Lower the 2 size parameters to 2 GB
  • Mention in the doc that this demo is limited to 2 GB, no matter what is in the configuration, because of the limitation of the PHP 5 binary in CentOS 7.

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.