The deployment tag has no wiki summary.
0
votes
0answers
8 views
Is there a good option for private & public cloud deployment of web apps? (cloudify? scalr? etc) requirement: vsphere private + ec2, etc
I am looking for something which would allow our company to ease the management and deployment of our application onto current private and futurely, to public clouds.
We currently utilize VMWare ...
0
votes
1answer
13 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
45 views
Cannot use relative links in my tomcat development environment
I'm developing a web-application with tomcat. In the dev env, the application's root address is localhost:8080/myapp/. In production, the root address is www.myapp.com/.
When I use a relative link in ...
0
votes
1answer
25 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
164 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
44 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 ...
1
vote
1answer
56 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
48 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
67 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
104 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
51 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
49 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
33 views
Infrastructure-oriented testing Methodology
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
66 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
52 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
49 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 ...
0
votes
0answers
47 views
Group Policy - Published software not upgrading
I'm testing this with mercurial MSIs, but it's the same for other packages. I've created a new group policy and added an old version of mercurial to User software installation as a Published package.
...
0
votes
0answers
12 views
NuGet for Server Dependencies
Does there exist a deployment dependency management tool that makes it easy to set up clean Windows Servers with all the required updates and database tools, e.g. SQL Server 2008, MongoDB (running as ...
1
vote
2answers
41 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
0answers
20 views
configuring FrontPage extensions for IIS7
I'm trying to configure FrontPage extensions so that I can deploy my WPF application directly to IIS. I downloaded the FrontPage MSI file and installed it on my server. Now what? When I try to ...
0
votes
3answers
74 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 ...
5
votes
5answers
258 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
112 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
1answer
58 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
43 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
42 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
56 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 ...
0
votes
2answers
49 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
49 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 ...
0
votes
2answers
229 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
96 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
89 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
150 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
58 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
156 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 ...
0
votes
1answer
16 views
.net application deployment
I have multiple web applications. I am wondering if I should put them in one virtual server or put them in serveral separate servers meaning one application on one virtual server. What is the better ...
0
votes
1answer
82 views
Deploying applications inside virtual machines (VMWare, XEN)
I was wondering if there is a way to remotely deploy custom software inside one (or multiple) virtual machine(s) by using API calls. The question is valid for both VMWare based and Xen based ...
0
votes
0answers
51 views
Webistrano is not pulling files from SVN to my dev server.
I don't know if this is where to post this question, but I have a strange problem with Webistrano.
It is already running on my server on port 3000. OS is Centos 6.0. So far so good. The only thing ...
8
votes
4answers
558 views
Deploying Files To Multiple Servers
We have a central repository of files in say server-1 at /srv/www. Then we have N number of servers as well. We want server-1 to be able to deploy its files in /srv/www to all servers as quickly and ...
0
votes
0answers
259 views
How to avoid Remove-Item PowerShell errors “process cannot access the file”?
We are using TfsDeployer and PowerShell script to remove the folders ising Remove-Item
before deployment of a new version.
Sometimes the PS script failed with the error
Remove-Item : Cannot remove ...
1
vote
1answer
149 views
Git remote to remote
I'm trying to figure out how I can use git to deploy a site.
There are 3 connections in theory:
[local machine] My local machine for coding
[gitolite server] Private repo hosting using Gitolite
...
3
votes
1answer
43 views
Software for deploying images to PC desktops in a small to medium enterprise [closed]
Possible Duplicate:
Automatically Configure New Computers
A few colleagues of mine are currently manually configuring and maintaining about 40 desktop computers (Windows 7) on our floor. ...
0
votes
2answers
140 views
How to remove an entry from the registry during an MDT deployment
I'm working on the well known problem of MDT not wanting to automatically continue because of a legal disclaimer prompt at login. Our disclaimer is set at the domain policy, so I've created a new OU ...
0
votes
1answer
203 views
Chef-solo cannot locate an nginx recipe template
I have been recently experimenting with Chef. I thought I would attempt to rebuild my personal web server using chef-solo. It's an AWS instance running the Amazon 64bit Linux AMI.
My first ...
2
votes
4answers
169 views
Network install all versions of windows for univeristy IT help desk
I work at the help desk for students, faculty and staff at a large university. As part of our daily operations we see ourselves installing every version of windows (xp, vista, 7; both 32 and 64 bit of ...
0
votes
1answer
97 views
Difficulty deploying software to domain workstations with Server 2008
Using a GPO I've tried to deploy (in this case) Chrome to a series of locked down workstations with limited usage. This is on a server 2008 R2 installation, with the clients running Windows 7 ...
2
votes
2answers
449 views
SCCM recurring OSD task sequence
Update:
The question below was solved with the help of the accepted answer below. However, the actual cause of the problem was due to a bug. I have added another answer to this question below that ...
0
votes
2answers
87 views
Need to install windows service across a domain
Our IT dept wants to roll out a windows service across all machines
on its domain. The machines are running Windows XP. Is this possible? Also, is it possible to have targetted
rollout to a subset of ...
0
votes
2answers
114 views
Why shouldn't SharePoint Server 2010 and FAST Search Server 2010 be on the same server?
The Install Microsoft SharePoint Server 2010 and Microsoft SQL Server 2008 (FAST Search Server 2010 for SharePoint) TechNet article states:
Do not install SharePoint Server 2010 and FAST Search ...
24
votes
6answers
1k views
Automatically Configure New Computers
My company is in the process of upgrading all of our users from old Windows XP computers to newer quad-core Win7 computers. This is a good thing - it's long overdue that we upgrade our workstations - ...