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

learn more… | top users | synonyms

1
vote
0answers
49 views

How can I get Pinax's OpenID to work with NAT?

I have a Pinax gunicorn deployment behind a NAT, where the outward-facing Apache server does a ReverseProxy to the gunicorn server. Overall it works well but when I try to log in with OpenID I get an ...
1
vote
1answer
398 views

Deploy Hadoop to Openstack

I'd like to deploy Hadoop to Openstack cloud. Is there any automatic way to do that? Anyone tried to do that? I'm looking for some devops like juju. I've never used juju and right now I'm going ...
0
votes
1answer
394 views

Windows 7 Volume Deployment with OEM Licences [duplicate]

Possible Duplicate: Can you help me with my software licensing issue? We have just ordered 80 Dell computers. We have chosen Windows 7 Professional on each of them (I assume this is an OEM ...
0
votes
0answers
57 views

Persistent mount from Windows to OS X Server for deployment of website

I have a Windows 7 Testing/Staging server that is used to preview .NET websites. I have have a gitolite server running on OS X Lion Server. Each of these two machines works brilliantly, on it's own. ...
0
votes
0answers
64 views

Valid path to deploy vm on host

I've recently added a VM to the library in SCVMM to use with MS Test Pro 2010, and run into a problem. I cannot import it using test pro, it just won't give me any option to import in the lab ...
-1
votes
3answers
168 views

Database scale considerations [closed]

I've completed an application and have been researching hosting environments for it's deployment. The application is fairly heavy on queries, most pages of my application have several queries with ...
0
votes
1answer
1k views

nconf deployment.ini configuration for a basic Nagios server on CentOS 6.2

I have set up nconf and Nagios but I cannot figure out how to configure deployment.ini to properly deploy the generated configuration to /usr/local/nagios/etc. Here are the directory listings of ...
0
votes
2answers
163 views

How should a small team using multiple OS's deploy over github?

We have a small development team that have recently moved to using github to host our projects. The team consists of three developers, 2 on Windows and 1 on Mac. I am currently researching the best ...
1
vote
1answer
1k views

Deploying Office 2010 with MDT 2012 - Multiple Customisaton Files?

I'm in the process of setting up a deployment share for Windows 7 and Office 2010 Pro Plus, using MDT 2012. My question involves the customisation of the Office 2010 install. I've imported Office ...
0
votes
2answers
246 views

Deploying Rails 3 Application on GoDaddy Linux Dedicated Server

I currently have a Linux Dedicated Server hosted through godaddy. How would I go about deploying a rails 3 application on this server? I currently do not have rails installed on the server and I have ...
1
vote
1answer
433 views

Return from Chef recipe without rising an exception

Is there a way to return from Chef recipe without rising an exception? Say I have a long recipe. I want to add a ruby block to it's beginning which will check some condition (for example directory ...
0
votes
1answer
244 views

Error when trying to deploy Windows XP SP3 with WDS

I have created a WDS server running Windows Server 2008 R2. I have built my custom images of Windows 7 using WAIK and MDT 2010 that are installed on the server. I used this guide to help me through ...
1
vote
1answer
270 views

Microsoft Deployment Toolkit 2012 Error

I just started with MDT2012 recently in hopes of eventually getting away with using Ghost to deploy all of our department computers. When I test deploy in VirtualBox, it deploys the OS properly, but ...
1
vote
1answer
1k views

Adding Drivers To MDT 2012 Deployment Share

Whilst I have experience of WDS/RIS, I am new to using MDT so I have a question regarding drivers. Our company has various different desktop hardware all over the place and I need to roll out Windows ...
2
votes
1answer
567 views

Java Deployment and Configuration (1.6.0_21)

Sofware: Java Runtime Environment 1.6.0_21 OS: Windows XP Professional 32-Bit, SP3 Situation: a new piece of web based software is being deployed this week and prior to this all the company desktops ...
1
vote
1answer
156 views

Office 2007 Installer Not Logging When Run During Startup Script

I'm using a startup script to deploy Microsoft Office 2007 Standard. It's not working quite right and I'm trying to find logging information for it. Unfortunately, no log is being generated by setup. ...
0
votes
1answer
288 views

Executed PHP files are stale unitl “touched” (Symlinked NFS mount as web root)

We have a PHP application that has 3 web servers (running Nginx and Apache). The web server's directory root are symlinked directories that point to an NFS mount. For example: web01 has an NFS mount ...
1
vote
2answers
367 views

How can I deploy Windows Server 2003 with the latest service packs across my forest?

I have a number of servers running different NOS and I would like to get them all running the same standard platform. I have chosen Windows Server 2003 as I have some spare licences for it and it ...
6
votes
2answers
499 views

What are common strategies for configuration management on EC2?

Without using a 3rd party cloud configuration service, what are common patterns/strategies or whitepapers written on the subject of configuration management with EC2? Specifically on how to configure ...
1
vote
1answer
81 views

Using GIT to track changes in MDT 2012

Can I use SVN or GIT to handle version control and tracking changes for deployments built in MDT 2010/Deployment Workbench ?
0
votes
1answer
93 views

Copy two remote folder into one local folder

I try to merge two folder (from remote Server) into one local directory. It is a deployment issue, on one Server there are two folders \server1\folder1 and \server1\folder2, now i try to merge both ...
0
votes
1answer
551 views

How can I clone a Debian system? (ie. deploy via template)

I'm running ESXi 5.0 and have created a Debian Squeeze (6.0.5) "template" which is just an installation of Debian slightly customized (ie. VMware Tools installed). If I clone the system (ie. deploy ...
3
votes
4answers
274 views

How to easily administer 5-12 computers with ubuntu?

I've been asked to provide a small business with an infrastructure similar to what you would find in larger companies for a minimum price (i.e. my services and that's it, they do not wish to pay for ...
1
vote
1answer
64 views

What is the preferred way to distribute a small update to software?

If a product simply requires a replacement of the .EXE file, what would be the expected way to deliver this update to multiple workstations in a large enterprise? Is an .MSP file preferred? Or ...
4
votes
1answer
952 views

Upstart: allowing a normal user to stop and start my custom service

I have got my webserver application starting on boot using upstart. This is the upstart script: # web app node upstart file at /etc/init/webapp.conf description "web application" start on started ...
2
votes
1answer
877 views

WDS and multiple subnets subnets

Goal: To allow my one WDS server on Subnet A to accept client PXE boots from subnets B, C, D, and E. Setup: Currently, WDS is installed and configured with default settings on my Deployment (Server ...
4
votes
1answer
775 views

Capture Windows Updates in a .wim so that it can be redeployed

I am researching a new workstation deployment strategy for my company. As it stands right now we are building every workstation by hand and this takes massive amounts of time. The step that takes ...
1
vote
3answers
442 views

How to deploy new and changed files only via FTP

I'm working for a company who in some circumstances HAVE to deploy php web applications via FTP. I'm in the process of automating the deployment process and need to write a script to FTP the files to ...
0
votes
1answer
260 views

Deploying an ASP.NET JSON-RPC web service on IIS 7

I've got an ASP.NET JSON-RPC web service which work well using the Visual Studio development web server. It has three dependencies: Jayrock, Log4net and a COM DLL (AcoSDK) to be able to access a C++ ...
2
votes
1answer
75 views

Too many git pulls at once don't work

I have a deploy script where I want all of my webservers to simultaneously perform a git pull from the same place. When only two servers do the pull simultaneously, there are no problems. Once I have ...
2
votes
1answer
104 views

Infrastructure-oriented testing Methodology [closed]

In software development, there are plenty of testing methodology that one can adopt during the software lifecycle. Is there anyone aware of a testing methodology that is infrastructure oriented or ...
1
vote
1answer
107 views

Creating an efficient image deployment lab

In our organization we frequently deploy images on new computers and we would like to optimize this process. We are currently using Norton Ghost - Creating a boot floppy with a unique IP for every ...
0
votes
1answer
201 views

Update a war on Tomcat start up

I want to setup an update process for an application running on Tomcat. The server which hosts tomcat is only open during working hours (it is an intraner application for a small company). I was ...
2
votes
1answer
141 views

How to integrate monit into web app deployment process

I have: Tomcat with webapp deployed via mvn tomcat:redeploy. Monit, pinging the host and restarting server if ping failed. The thing is there in a moment during the redeployment when ping will ...
1
vote
2answers
60 views

Deploy all MSIs from a folder-share to group of computers via domain group-policy?

Is it possible to deploy all MSI packages within a folder-share to a group of computers, with a single group-policy object? If so, how?
0
votes
3answers
536 views

How do I remotely deploy a software package on Linux system?

I have a software package I wrote in Mono and I want to be able to deploy it to Ubuntu server as part of my move to continuous integration and deployment work flow. I was wondering if there is a ...
7
votes
6answers
2k views

Application deployment with Puppet

I'm new to Puppet and while I've been using *nix systems for many years, I've never worked as a sysadmin or in ops. I'm currently writing Puppet manifests for hosting a set of (PHP/MySQL/MongoDB, ...
0
votes
1answer
574 views

Deployment Workbench no longer available after PXE boot

Our build process revolves around windows Deployment Workbench. Unfortunately this was setup by someone who is no longer with the company, and no-one has ever dared/needed to make any changes. The ...
3
votes
2answers
457 views

Deploy new homepage preferences

We have several hundred MacBooks on campus, all managed by us. We're hoping to find an easy(ish) way of setting the homepage across all of them, all at once. The catch is, there are a variety of ...
0
votes
1answer
67 views

software updates/deployment across a network of servers

Interested in getting opinions for a possible project. Got a master server, where apps are created/maintained. The system will have a process where the client network will consist of 400-500 client ...
1
vote
1answer
93 views

Minimum required configuration to host Exchange on cloud IaaS platform?

I'm trying to understand the minimum required number and roles of VM required to host Exchange 2010 on an IaaS cloud platform. NOTE: I'm talking about number of guests. Not number of physical boxes ...
0
votes
1answer
164 views

Upstart: running app from home folder

I've created two user accounts for two applications: mongod and node.js. Both of these store their data in their home folder. This keeps data "sandboxed" and prevents them from needing to be in the ...
1
vote
2answers
393 views

Configure Windows 7 Wireless at Windows Setup with Unattend?

Is it possible to configure the wireless settings at deployment by customizing the Unattend.xml file?
1
vote
1answer
97 views

Is it possible to deploy a dll straight to AWS?

I am interested in running a server application on windows that has hot swappable libraries. The server software is able to recognize when a new version of the dll has been deployed. Right now I am ...
1
vote
3answers
3k views

Deploying ASP.Net MVC 4 application to IIS 6 - Bundles are not working

We have a ASP.Net MVC 4 application we are trying to deploy to a Windows 2003 machine running IIS 6. We have it running on a separate app pool and it is setup to use asp.net 4.0. We have a Wildcard ...
0
votes
1answer
170 views

Thin Client Environments - Where to Start

I'm new to the Thin Client / VDI concept but it seems like my environment might be a good candidate for converting. Currently we run Windows 7, so I would like to investigate a TS/VDI solution with ...
0
votes
1answer
315 views

How do I deploy a public git repo to a hosted solution via command line?

I am using a personal project as practice for some of the more advanced things we're doing at work. One of the things I want to learn to do is to publish a project managed in a public git repo ...
4
votes
2answers
570 views

Automatically deploying Windows Server 2003 and 2008 unattended

We are currently using PXE boots to automate the installations and reinstallations of our dedicated servers. This is working great for all Linux based systems like Debian, CentOS, VMware and Ubuntu in ...
1
vote
0answers
174 views

Can cloudera manager replace puppet for deployment and managing of our hadoop cluster?

We're contemplating the same problem as Best practice for administering a (hadoop) cluster. As the original poster mentioned, we would also like to deploy, manage configuration changes and history, ...
1
vote
3answers
444 views

Do enterprises expect MSIs to uninstall previous product version?

I am about to give deliver an upgrade to a product in the form of an MSI to an enterprise. I believe they deploy this to various workstations via GPO. What is the likely sequence of events in ...

1 2 3 4 5 11