Giter Site home page Giter Site logo

appflow-dev-environment about appside HOT 5 CLOSED

cloudsidedev avatar cloudsidedev commented on May 25, 2024
appflow-dev-environment

from appside.

Comments (5)

ivomarino avatar ivomarino commented on May 25, 2024

@89luca89: three container aproach: https://vincent.composieux.fr/article/run-a-symfony-application-using-docker-and-docker-compose and here we just run a single composer command (could be AppFlow): http://ctankersley.com/2015/12/23/dockerize-commands/.

from appside.

ivomarino avatar ivomarino commented on May 25, 2024

this is the way to go for parsing YAML: http://blog.servergrove.com/2014/02/21/symfony2-components-overview-config/.

from appside.

ivomarino avatar ivomarino commented on May 25, 2024

commit a735554 introduces first YAML config file parsing:

cat ~/.appflow/config.yml

#
# ~/.appflow/config.yml
#
# AppFlow configuration file.
#

appflow:
  tenant:
    id: appflow-ttss
    name: ttss
    default_env: development
./bin/appflow checkout

array:1 [
  "tenant" => array:3 [
    "id" => "appflow-ttss"
    "name" => "ttss"
    "default_env" => "development"
  ]
]

TreeBuilder allows also to define how the YAML structure should be and which fields are required.
Further YAML configuration will be done while Defining and Processing Configuration Values.

from appside.

89luca89 avatar 89luca89 commented on May 25, 2024

to ensure volume mount on selinux host:
chcon -Rt svirt_sandbox_file_t ~/.appflow/

to run and mount .appflow
docker run -v $HOME/.appflow:/root/.appflow -ti ttssdev/appflow bash

then in the container just use appflow command

from appside.

ivomarino avatar ivomarino commented on May 25, 2024

can be closed due PIP migration, docker as client is only required on win based envs.

from appside.

Related Issues (20)

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.