deploy

How to quickly deploy assets to Amazon S3 with an Ant target?

What is the quickest way to deploy content to a CDN with an Ant target? My Ant target is running on a continuous integration server (Hudson). My current solution uses curl and is a bit slow. Should I use wput or something else and how would I do that in ant? <target name="Deploy"> <for param="file"> <path> <fileset dir=...

Deploy ASP.Net website from SVN to multiple server?

I need to deploy a website from the SVN to different servers all within our own network. The code is currently not complied but probably will be in the future. First the site would need to be deployed to the development server for the developers to test. Once the Developer signs off it would be deployed to the staging server for th...

How to delete an SSIS package that has been deployed to the file system

Is it as simple as deleting the file, or do I have to do anything to de-register it before I delete it. Does the deployment process do anything more than copy it to the "Packages" folder. ...

.net mvc - deploy application

Hi, I have a .net mvc 2 application. What is the usual way to hand this application to our customer (similar like war file would be)? Can I just zip the publish-ed version of the app? Or are there any smarter ways to do it, and better ways to get there then to do a publish from VS? ...

Best way for handling web releases using a staging enviroment?

I've been designing and developing websites for a number of years now, however, whenever I make changes to a website I take the bad approach of making a modification, replacing the orignal on the web server, testing in browser and making more changes as needed. I'm looking for a better way to do this. Alternatively sometimes I'll work on...

Google App Engine Deployment Errors

We deployed an app using Google App Engine before. We are trying to redeploy the app in Eclipse. We are getting the following errors: The App Engine SDK '\XXXX\war' on the project's build path is not valid Google App Engine Problem The output directory for the project should be set to /XXXX/war/WEB-INF/classes Unknown Goo...

CruiseControl.Net: How Do I setup auto-deployment when an SVN Tag is created

Hello! I am using CruiseControl.Net for continuous integration and I know how to have CruiseControl.Net automatically deploy a project when an SVN commit is made. This works well on development and staging servers, but definitely not for production servers. We are tagging our production releases and so I want to have CruiseControl.Net...

Jboss order loading problem

Hello to everybody) Imagine we have 2 wars to deploy. First war should load some data into JCR repository, or any other storage. Second war uses data that is loaded by first war in storage. Now we have situation when first war is successfully deployed, but it is in the middle of initialization process(loading data). Second war is start...

Deploying snapshot sources - Is it possible ? It increments build number

guys I don't know what could be wrong, but I'm deploying snapshot and sources with gpg:sign-and-deploy-file, but the sources name does always have the value of the following buildnumber. Like artifact-timestamp-1.jar and artifact-timestamp-2-sources.jar so that if I then have a snapshot dependency, it is looking for artifact-timestamp-2...

Deployment of Visual C++ 2008 program

I have a c++ code developed with Visual C++ 2008, which creates a .exe file in the dubug subfolder of the application. The program runs properly on the development machine, a Windows Vista PC, but does not run when installed on another machine, a Windows XP PC on which Visual c++ 2008 is not installed. (I used InstalShield 2010 to deploy...

Best way to deploy git projects (with submodules) to FTP server.

Hey guys. There is capistrano but that only works for ssh servers, which a lot of our clients aren't. We also make use of git submodules extensively. What is the best way you know of deploying git projects (with submodules) to FTP servers? I've tried Beanstalk and Springloops v2 but they are both falling quite short. Beanstalk often fai...

What to do after Rails deployment. Please help!

Hello! I am am a newbie in Ruby on Rails development and I am learning this fantastic framework fast and easy. The only problem (which is a big one) is how to deploy. I have tried a Linode StackScript which installs Ruby, Rails, Passenger and Nginx and I have made a "cap deploy" and all files was sent to the server but how on earth do ...

Setting up Apache for Rails production. Please help!

Hello! I am developing a Rails 3 application and I have installed Capistrano on the client side and Passenger with Apache 2 on the server side. I make a deployment and the files are sent to a folder called u/apps/. But when I visit the IP address I am currently using I only get to an empty folder, how do I configure apache to look for...