Tagged Questions
3
votes
1answer
101 views
Suggestions to improve small team workflow (CI / Deployment)
I'd like to improve my team's workflow and architecture.
Right now we have a LAMP dev server on which every member of the team has a subdirectory. We work directly in this directory via LAN. There is ...
2
votes
3answers
68 views
What guidelines are best suited for leveraging automatic deployments? [closed]
We are hoping to leverage a static code analysis tool (Sonar) as part of our continuous integration server, and are hoping to determine some useful guidelines to serve as a base for allowing the ...
5
votes
4answers
451 views
How to incrementally update a database when deploying a website?
We use JSF over Tomcat along with a backing proprietary DB.
I want to know how the addition of new database fields or/and stored procedures should be handled when we deploy a new version of the ...
4
votes
1answer
400 views
Builds, continuous integration and deployment for python projects?
Could you please tell me which tools are used in python to build projects, as well as which continuous integration servers are used and how to deploy projects to the server?
What I mean is web ...