![]() |
lefty 7/5/2016 |
To any who might have some insight, I am familiar with application design and I usually build with 3 versions at any given time - development, testing, and production. What I am wanting to do with phprunner is figure out a way to run two projects of the same application I am developing and have a process of building and rolling out changes. I have employees test the development/testing application from a different url(or I sometimes even host it locally at the office) and then when the bugs are out, we push the production-ready build to the production cloud server. I do use git and have a separate private repo for any project we work on so another thought was utilizing the git repo and branching off a production branch. Anyone that has done anything like this with PHPRunner please let me know, it would help out as far as brainstorming is concerned. I also have some new developments that I will be posting to the forum in the next two weeks after I have tested the functions that I have been working on. They involve creating a WEB(RESTFul) API from the phprunner db, and uploading files etc to amazon S3, and retrieving them with security and ease. Thanks for any input
|
![]() |
Sergey Kornilov admin 7/6/2016 |
It really depends on your development process. |
J
|
jump3r34 author 7/6/2016 |
It really depends on your development process. Normally you you develop and test locally. At some point you upload generated app to staging area where your QA team works on it and once satisfied you can move it from staging to production. I'm just not sure what is your scenario and what problem you facing here.
|
J
|
jump3r34 author 7/11/2016 |
Ok, for anyone wanting to know what I have found out to be the best option for getting a production type build off the ground, git is your best friend here. |