Download the PHP package modestcoders/magento2-dockergento without Composer

On this page you can find all versions of the php package modestcoders/magento2-dockergento. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-dockergento

Magento 2 Dockergento

Plug and play Magento 2 dev environments with docker. Fastest performance ever on Mac and Linux.

Performance Comparison

Up to 7x faster development experience on Mac compare to standard docker setups.

Check out all benchmarks

Learn more about how that is achieved


What is dockergento?

Dockergento is just a bash script ready to use in Linux and Mac to be able to use docker with best native performance.

While performance might no be a problem for Linux, using this tool is the only way you can overcome performance issues on Mac. Dockergento allows you to have different configuration for each system while using the same workflow. So your whole team can work the same way no matter which computer they are using. It just works!

Supported Systems


Video Tutorials

If you do not like reading and prefer watching videos. Check out all video tutorials here:


Installation

You only need 3 things on your local machine: git, docker and dockergento

Install Docker

Follow the installation steps for your system.

Mac 1. Install Docker on [Mac](https://docs.docker.com/docker-for-mac/install/) 2. Configure `File Sharing` settings for the folder that contains your projects ![File Sharing Configuration](docs/img/file_sharing.png) 3. Optionally you can also apply these performance tweaks * [http://markshust.com/2018/01/30/performance-tuning-docker-mac](http://markshust.com/2018/01/30/performance-tuning-docker-mac)
Linux 1. Install docker * Install Docker on [Debian](https://docs.docker.com/engine/installation/linux/docker-ce/debian/) * Install Docker on [Ubuntu](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/) * Install Docker on [CentOS](https://docs.docker.com/engine/installation/linux/docker-ce/centos/) 2. Configure permissions * [Manage Docker as a non-root user](https://docs.docker.com/install/linux/linux-postinstall/)

Install dockergento console

  1. Clone this repo

  2. Add dockergento bin into your $PATH

  3. Open a new terminal tab/window and check that dockergento works

Project Setup

Depending the type of project, you can use one of the following setups:

Dockerize existing project

New project

Magento 2 github for contribution

Disclaimer: Performance on Mac is slower here due to the huge amount of files in app (~20.000 files)

Workaround to improve performance on Mac 1. Remove these lines on `docker-compose.dev.mac.yml` 2. Sync `app` using `unison` container. Add this in `docker-compose.dev.mac.yml` 3. Mirror not synced folders before executing composer the first time 4. If you are editing code in `app`, you need to start unison watcher to sync files between host and container.

Usage

Start Application

Open http://<your-domain> in the browser 🎉

Workflow

See detailed documentation about development workflow with dockergento


More Documentation

Troubleshooting


ChangeLog

Developers

Donations 🙏

We’ve worked very hard to implement this tool. If you find it useful and want to invite us for a beer, just click on the donation button. Thanks! 🍺

Resources

This project has been possible thanks to the following resources:

Licence

Copyright

(c) ModestCoders


All versions of magento2-dockergento with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package modestcoders/magento2-dockergento contains the following files

Loading the files please wait ....