Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

Deployment is the process or collection activities that make a system available for use.

It can refer to hardware, software, or both and has varying levels of automation, from the completely automated "no-touch" deployments to completely manual ones. Wikipedia has a page dedicated to software deployments here.

1293 questions
0
votes
3 answers

Basic Exchange Deployment Question

I have come into a situation where I need to deploy a new Exchange server at a small company. I haven't dealt with the newest version of Exchange (2010) yet, but am familiar with 2003 and 2007. The site is currently running one Exchange 2003…
0
votes
1 answer

Error when deploying an mvc2 application in an IIS

We are deploying an MVC2 based app on IIS at production environment floating in Internet. An error occurs and this is the process to raise it: The user clicks on a link to display a web form The user inserts data. The user submits the form. The…
JPCF
  • 154
  • 2
  • 9
0
votes
2 answers

Deploying a Django app

I want to put my Django site in /usr/local/django/mysite. Does it matter whether this directory is owned by root or as a lower-level user? I'm probably going to have developers push code changes to my web host using fabric, which means they will…
Nate
  • 1
0
votes
1 answer

WebDeploy 2.0 component on IIS7 - drive root permissions

I have installed and configured WebDeploy 2.0 on a (test) server so that WebMatrix and Visual Studio 2010 users can use this to upload their applications to our Windows 2008R2 environments. This works well with WebMatrix but I encountered a problem…
Kev
  • 7,877
  • 18
  • 81
  • 108
0
votes
5 answers

Convert .exe installer to msi, to be able to deploy through GPO

I'm wondering how to convert a .exe to msi package and then deploy it in GPO. We running a Windows 2003 Server and the clients are Windows XP. I have downloaded a program called Advanced Installer and managed to create a msi package containing the…
user67672
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

Server installation in Datacenter

We have recently decided to deploy some of our servers to a datacenter. It is the first time i m deploying a server in a data center so it is little more different than i thought to what we have in the office. We will be using cisco catalyst 3750…
user56192
  • 183
  • 1
  • 1
  • 4
0
votes
3 answers

setup database to use with MS SQL Server 2008 and IIS7 on own server

I have my own virtual server and I am looking to deploy a website to it. The problem I am having is setting up the database. Normally on a hosted site I just upload the mdf file and I get a connection string from them. I tried attaching the mdf file…
ddd
  • 237
  • 1
  • 2
  • 9
0
votes
3 answers

IIS6 Wildcard mapping lost

I'm trying to configure IIS6 with wildcard mappings for an ASP.Net MVC application, so I found this tutorial, however, checking the mappings association, mappings image I checked my IIS6 Manager is different from that of the tutorial, and given…
0
votes
1 answer

SharePoint 2010 deployment problem after added a new server to existing farm

I have SharePoint 2010 farm with one server. I'm developing some features in a sharepoint farm solution (not sandbox because there are some user rights problem). All feature scopes are set to "Site". I can deploy the solution to SharePoint with no…
0
votes
1 answer

Windows Deployment Services Error When Approving Machine

I'm using WDS/Server 2008 R2 to deploy Windows 7 in a small organization. I have WDS configured to respond to all PXE clients, but require administrator approval. When I PXE-boot a client, it sees the WDS server and begins to boot, then pauses…
Tim Long
  • 1,738
  • 1
  • 21
  • 41
0
votes
1 answer

Tomcat unpack wars into directory other than appBase

We would like to configure Tomcat in the following way (where X -SL-> Y represents a symlink named X pointing to a path Y): CATALINA_HOME/webapps -SL-> /var/data/nas/deploymentconfiguration_a /var/data/nas/deploymentconfiguration_a/myapp.war -SL->…
Rich
  • 1,343
  • 7
  • 28
  • 39
0
votes
1 answer

Deploying a small Rails app - suggestions?

We've been working on a smallish Ruby On Rails (ruby 1.8, rails 3.0.1) system for our school finals project; during development, we've been testing on a mix of our development machines and a linux server on our LAN, running WEBrick. For deployment,…
snemarch
  • 103
  • 2
0
votes
2 answers

Best practice for routing requests to the right application server version on EC2

I'm following this procedure to deploy new application versions to EC2. When the new version proves stable, I update the A record of the DNS entry to route the traffic to the IP address of the new server. I guess this is not the best practice,…
0
votes
1 answer

How should I deploy my JVM-based web application on ubuntu?

I've developed a web application using clojure/compojure (JVM based) and while developing I tested it using embedded jetty that runs on 0.0.0.0:8080. I would now like to deploy it to run on port 80 on ubuntu. I do dynamic virtual hosting, so any…
Pieter Breed
  • 101
  • 4
0
votes
2 answers

Prepare Windows OS image in virtual environment and deploy to real environment

I need to prepare some OS typical configurations for my office I wonder, if it is possible to configure Windows OS (likely 7) in virtual machine, then do a Sysprep, and then deploy it on physical machine?
alkersan
  • 115
  • 2