0

I have a software product that i would like to deploy an arbitrary number of times, with the same functionality, but with different data sources. I would also like to be able to instantiate each automatically, by running a script.

I am using symfony2, and am thinking about using environments. Would this work? Is there any better way to do this?

1 Answer 1

1

It is definetly possible and there are many ways you can do it. It all depends how are you getting you data.

For instance if you are simply using files you can user parameters to specify the location of the file. http://symfony.com/doc/current/components/dependency_injection/parameters.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.