Tagged Questions

29
votes
10answers
3k views

An executable Python app

Python works on multiple platforms and can be used for desktop and web applications, thus I conclude that there is some way to compile it into an executable for Mac, Windows and Linux. The problem …
19
votes
9answers
847 views

Best practices for new Rails deployments on Linux?

I've used straight Mongrel, I've used Mongrel clusters behind Apache, I've looked at Thin, and I'm becoming very intrigued by Passenger. I've looked at Nginx, too. I've looked at MRI, Ruby Enterprise …
15
votes
13answers
657 views

How to efficiently manage multiple installations of a web application?

From my experience, one of the bigger problems we come across during our webdevelopment process is keeping different setups updated and secure across different servers. My company has it's own CMS …
14
votes
16answers
1k views

Free Install Wizard software

Is there something like install shield that I can use for free?
14
votes
19answers
443 views

What are some things that you do to make sure a project is ready to be released?

I was wondering what final steps developers take before they release their new project.
12
votes
8answers
450 views

What standards does your team enforce for a major-version code deployment?

I'm curious as to what sort of standards other teams make sure is in place before code ships (or deploys) out the door in major releases. I'm not looking for specific answers to each, but here's an …
11
votes
18answers
1k views

Separate ‘debug’ and ‘release’ builds?

I think it's better to release the version of the software which your developers actually tested; I therefore tend to delete the 'debug' target from the project/makefile, so that there's only one …
11
votes
15answers
1k views

Getting software version numbers right. v1.0.0.1

I distribute software online, and always wonder if there is a proper way to better define version numbers. Let's assume A.B.C.D in the answers. When do you increase each of the components? Do you …
11
votes
13answers
1k views

Deploying SQL Server Databases from Test to Live

I wonder how you guys manage deployment of a database between 2 SQL Servers, specifically SQL Server 2005. Now, there is a development and a live one. As this should be part of a buildscript (standard …
10
votes
12answers
1k views

Release management in SVN

When I look in the SVN log I really wish I could see markers that tell me when releases were done. I've seen this in other version control systems such as PVCS and Perforce. Can this be done in SVN? …
9
votes
2answers
103 views

Ideal Release Methodology, Tools, Structure

I'm at a firm that currently does releases in a very slow, manual way: Each deployable project has an installer. Once the release is ready, somebody remotes into the server and runs each installer. …
9
votes
7answers
556 views

Release management - best practice

I work for a product development company.We first do internal releases,and then public release.I was wondering, how other product developing companies manage their release? How do you give release …
9
votes
11answers
567 views

How do you update a live, busy web site in the politest way possible?

When you roll out changes to a live web site, how do you go about checking that the live system is working correctly? Which tools do you use? Who does it? Do you block access to the site for the …
8
votes
10answers
321 views

Release notes, what for?

What are release notes for and who reads them? Should/could they be automated by just spitting out bugfixes for the current release, or do they warrant careful human editing? So, anybody with a link …
7
votes
6answers
589 views

Visual Studio - How to remove a reference in Release mode

Hi, I'm developing a library for use in other apps and this library has lots of debugging and logging statements thanks to NLog. Is it possible to exclude the reference to NLog.dll when I switch to …

1 2 3 4 5 7 next
15 30 50 per page