GithubHelp home page GithubHelp logo

sanuch / magento-cloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from magento/magento-cloud

0.0 1.0 0.0 10.48 MB

Magento Cloud

License: Open Software License 3.0

ApacheConf 0.11% HTML 25.92% JavaScript 9.85% PHP 56.92% CSS 7.09% Shell 0.01% XSLT 0.09%

magento-cloud's Introduction

Magento 2.0 Enterprise Edition

This sample repository helps you deploy a Magento 2 Enterprise Edition (EE) instance in the cloud. You must be a licensed user of Magento Enterprise Cloud Edition to use the example in this repository.

This example is based on using the Composer to load dependencies and get the Magento vendor folders.

Repository structure

Here are the specific files for this example to work on Magento Enterprise Cloud Edition:

.magento/
         /routes.yaml
         /services.yaml
.magento.app.yaml
auth.json
composer.json
magento-vars.php
php.ini

.magento.app.yaml specifies a basic configuration of our application (named mymagento), saying this is a Composer based application, that we depend on a database called database and that we what to run a build script and a deploy script during deployment, and also set up some cron jobs.

.magento/routes.yaml redirects www to the naked domain, and that the application that will be serving HTTP is named php.

.magento/services.yaml sets up a MySQL instance, plus Redis and Solr.

composer.json fetches the Magento Enterprise Edition and some configuration scripts to prepare your application.

Make sure you add your Magento credentials to the auth.json file based on the auth.json.sample example and that those credentials can get you access to Magento Enterprise Edition. You can get those credentials in your magento.com account.

"http-basic": {
      "repo.magento.com": {
         "username": "<public-key>",
         "password": "<private-key>"
      }
   }

Documentation

For more details, see our Magento Enterprise Cloud Guide.

Get started here.

magento-cloud's People

Contributors

vrann avatar

Watchers

 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.