The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
43 views

Nginx doesn't follow symlink properly

I'm trying to automate my deployment process and I'm having this strange issue. Every new version of my web app is placed in /var/www/releases/{timestamp}. After I execute git clone into that ...
0
votes
1answer
166 views

Heroku cleardb mysql error : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

I'm trying to deploy a php app using addon cleardb/mysql with no success. What i do is: git init git add . git commit -m "First commit" heroku create --stack cedar git push heroku master heroku ...
1
vote
0answers
84 views

When restarting thin via Capistrano changes aren't picked up

In my deploy.rb I have the following tasks: namespace :deploy do task :start, :roles => :app do run "cd #{current_path} && bundle exec thin start -C config/thin.yml" end ...
0
votes
0answers
31 views

Web Deployment Credentials in IIS 6

I am trying to use Web Deploy and MSBuild to deploy my app to my IIS 6 server. I keep getting a Web Deploy Client asking me to enter the username and password to the host. Where do I set the username ...
2
votes
2answers
42 views

EC2 Instance Out of the Box

Launching some EC2 nodes, is there anything else I should do before it goes into production? Update/Upgrade Configured Security Group Hardened SSH and changed port Installed Anti-Virus for PCI ...
0
votes
1answer
214 views

the right way to do deployment with capistrano

I look for good practices for deploying with capistrano. I would like to start out with a short description how I used to do deployment. capistrano is installed locally on a developer's computer. I ...
1
vote
2answers
356 views

How can I configure SVN to deploy when I commit?

How can I configure SVN to deploy when I commit? I would like to deploy when I commit
2
votes
0answers
242 views

Rails, Capistrano, Nginx, Unicorn - Application has been already initialized (RuntimeError)

Can anyone shed some light on what exactly this error refers to? I'm having trouble deploying new versions of the site. I, INFO -- : reloading config_file=[snip]/current/config/unicorn.rb I, INFO ...
0
votes
1answer
91 views

I want to deploy my php based web application with apache-ant. How can I do that?

I googled it. But unfortunately did not get the specific answer. I am a fan of command line and typing. So now, I want to deploy my php based web application with apache-ant. How can I do that? Also I ...
0
votes
1answer
70 views

Issue with Tomcat application url

At domain my.test.org I have the following setup: A Tomcat6 running on port 8080 A redirection from port 80 to 8080 at the OS level (using NAT) An application deployed in Tomcat at ...
8
votes
4answers
818 views

Hardware independent computer imaging

Where I work we deploy a lot of computers to staff and we try to keep them all roughly the same. Presently we take each new machine type we get, configure it the way we want, and then take an image ...
3
votes
1answer
96 views

Duplicate IIS web site with Web Deploy

I have a Win2008 server with IIS 7 and I want to duplicate one web site and just change the binding port and the application pool that is using, so I will have 2 web sites (locally or remote) with ...
2
votes
1answer
388 views

How to deploy changes to staging database while still keep it in sync with production master database?

I want to set up a staging server to do final test for my website. The staging site's database is replicating production master mysql db in order to reflect a real environment. If a deploy only ...
0
votes
1answer
151 views

Deploying an ASP.NET web application on IIS 6.0 [duplicate]

Possible Duplicate: Deploying an ASP.NET JSON-RPC web service on IIS 7 I've tried to deploy an ASP.NET web application manually and I'm just getting a directory listing. I've copied the ...
0
votes
1answer
195 views

Deploy Adobe Pro X GPO Issues

I am trying to deploy adobe pro x extended to clients machines. The deploy is working fine except when you launch Adobe, it asks to enter the serial number. I have used the adobe customization x ...
0
votes
1answer
534 views

rails cap deploy unicorn issues

Trying to get rails app deployed. Everything is installed nginx, unicorn, setup. Error Im getting: [109.etc] env RAILS_ENV=production sh -c 'kill -s USR2 '\''cat /tmp/unicorn.pid'\''' sh: ...
0
votes
0answers
44 views

Deploying Printers with Group Policy Server 2008

I'm receiving the following error when I try to deploy a printer through group policy in Windows Server 2008. Any help would be appreciated...
0
votes
1answer
66 views

Tools for deploying MS patches to client computers (W7 + W2008 R2)

Are there any third party tools that will allow you to deploy patches to W7 and W2008R2 client computers over the network? We already have the patches we just need to find a way to deploy them ...
2
votes
1answer
720 views

Bootstrap and Deploy - Chef and Capistrano

I've been looking online for what practices people are using when scaling their site using chef/capistrano and have not found much procedural information on this so thought I would ask here. We are ...
0
votes
3answers
314 views

capturing and deploying windows images via pxe

Are there any good tutorials on how to capture and deploy (via PXE) Windows XP images? I'm studying on this subject and I'd like to know what is needed and how to do it.
1
vote
1answer
192 views

Need to know how to change ip address and hostname after deploying OVF template

In ESX, I export OVF of my VM (configured as dhcp). Then In another ESX, I use "deploy OVF template" from file menu. My new VM appears working, except I could not change the IP address and hostname. ...
2
votes
2answers
412 views

Why is a printer not deployed to a specific station?

I have my printers deployed through GP with success for every machine on the network. One specific machine - is the exception. It's a MAC Air with W7 installed. It's gperesult is pasted: Microsoft ...
1
vote
0answers
222 views

Ruby on Rails 3 on Windows Server 2008 with Mongrel & Apache. Is it possible?

After reading numerous articles today it's still a bit unclear to me whether or not I can deploy my Rails 3 app to multiple instances of mongrel while using Apache 2.2 for load balancing. I ...
2
votes
1answer
108 views

it's possible deploy asp.net files in apache

It's a simple question is there a way to deploy, ASMX,C# and aspx file in apache server or other open source server. Let's say a .dll or a plugin that allows this type of files
3
votes
1answer
96 views

Do I need to have a deployed printer installed on the server

I have a printer deployed to my Active Directory with GPO. Do I need to keep that printer installed on the server? Is that necessary? Isn't the logon script creates the printer to everyone? Including ...
6
votes
1answer
665 views

What's the best practice for hot-redeployment of WARs to Tomcat?

What's the best practice for hot-redeployment of WARs to Tomcat? Say that I have a webapp that serves a long-running type of user (logs in in the morning, uses all say), and want non-stop redeployment ...
2
votes
4answers
5k views

How to deploy applications (in .tar.gz) with Puppet?

I'm a beginner with Puppet and I would like to know if I'm on the right way to deploy applications with Puppet. The applciations are in a tar.gz file which contains a file with the version number. ...
0
votes
1answer
187 views

Pre/Post deploy script to change file ownership?

We are running CentOS 5.6 on a dedicated server. I am planning on deploying our Magento store changes using BeanstalkApp (www.beanstalkapp.com) which offers pre and post deploy hooks. My username for ...
1
vote
0answers
93 views

Shell Script to deploy Django

I have yet to find an Amazon Web Services AMI that deploys a Django environment. I want to deploy with mod_wsgi and also include modules like markdown, lxml, beautiful soup, PIL, and others. Is ...
1
vote
1answer
85 views

What is the best guide for deploying XP clients from 2003 Server with WDS in Native Mode?

I'm faced with the task of deploying XP clients from a Windows 2003 server with WDS in Native mode. I've searched around and have found a few Microsoft articles that deal with bits and pieces of this, ...
3
votes
4answers
4k views

Printers deployed using Group Policy?

I am trying to deploy three printers on our network. I have added the role of Print and Document Services to our Domain Controller and then added the printers. I have right clicked on the printers ...
0
votes
1answer
95 views

How can I deploy Django, FCGI or otherwise, to an old SunOS Apache server?

I have a somewhat stodgy Apache server, running under SunOS, and I would like an appropriate way to deploy a Django application based at /shop/ or some other URL. The server seems set up to allow ...
0
votes
1answer
82 views

Where should I deploy my application?

I have VPS and I don`t know the best way. /var/www/my_app or /home/user/www/my_app or something else? Which alternate is better?
0
votes
3answers
3k views

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 ...
6
votes
5answers
4k views

Supervisor not loading new configuration files

I have a problem deploying Django app using Gunicorn and Supervisor. While I can make Gunicorn serving my app (by setting proper PYTHONPATH and running apropriate command, the one from supervisord ...
0
votes
4answers
520 views

What is deploying a server? [closed]

I have the server.. My colleagues have talked about deploying a server. I am a new in computer world I don't understand what they mean. Could you explain me please what is deploying the server? Best ...
1
vote
1answer
104 views

Redeploy using Active Directory

I am trying to use group policy to deploy our msi through AD. For some strange reason, when I overwrite the msi with a newer version, and then go to the policy, and click on "Redeploy Application", ...
1
vote
1answer
3k views

Deploying Java via Configuration Manager / SCCM / SMS

So my package is working. Problem is, it doesn't uninstall the old version during the install. If I run the install on the local system it works fine. Here is the command line I'm using: ...
2
votes
3answers
12k views

Error deploying Spring application to Jboss due to ClassCastException

When I try to deploy a spring application in Jboss, I get this error: 11:32:34,045 ERROR [AbstractKernelController] Error installing to Start: name=persistence.unit:unitName=#ehr-punit state=Create ...
11
votes
9answers
5k views

Open Source PDF reader for windows as an alternative to Adobe reader

With the latest javascript vulnerabilities in Adobe reader and bloat it has aquired over the years, I've been thinking of moving the network I'm in charge of to a different product for PDF reading on ...