Top "Deployment" questions

A series of activities that makes a program available for use (usually in test or production environments)

Heroku deployment error H10 (App crashed)

I have a RoR app working on my local computer, but when I send it to heroku, it crashes. The …

ruby-on-rails deployment heroku
How to resolve Error listenerStart when deploying web-app in Tomcat 5.5?

I've deployed an Apache Wicket web-application that uses Spring and Hibernate to my Tomcat 5.5 instance. When I navigate to the …

java spring deployment tomcat wicket
/usr/bin/codesign failed with exit code 1

I am attempting to deploy my first development iPhone app, and am running into some problems. I have successfully went …

iphone ios xcode deployment code-signing
How do I update a Tomcat webapp without restarting the entire service?

I'm new to Tomcat. We have a dev machine with about 5 apps running. Even though it's dev, it's used by …

tomcat deployment war
FAIL - Application at context path /Hello could not be started

I'm trying to deploy new web application in Tomcat 6.0, but whenever I click on start button, I repeatedly getting FAIL …

deployment tomcat tomcat6
Deploy a project using Git push

Is it possible to deploy a website using git push? I have a hunch it has something to do with …

git deployment webserver githooks
How do I deploy Node.js applications as a single executable file?

Supposed I have written a Node.js application, and I now would like to distribute it. Of course, I want …

node.js deployment
Checking out Git tag leads to "detached HEAD state"

I'm developing a deployment script for my git project and I just started using tags. I've added a new tag …

git deployment git-tag
Enterprise app deployment doesn't work on iOS 7.1

We distribute apps via an Enterprise account, using an itms-services:// URL. This has always worked fine, but after installing the …

ios deployment
How do I copy directories recursively with gulp?

I am trying to stage a project from a working directory to a server (same machine). Using the following code: …

deployment gulp