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

learn more… | top users | synonyms (1)

0
votes
1answer
17 views

Database and Application how to integrate for deployment

So I have a big question to ask: How do I make a Java application (using eclipse) use a database that will pack it into the jar file, or how do I get the database to ship with the jar file, without ...
0
votes
0answers
13 views

How to optimize deployment time and also disk space for a rails app deployed in production (with chef/capistrano)?

TL;DR What are some of the commonly used strategies to: Speed up deployment of large rails applications in production? Save disk space where possible? Descriptive: I deploy my rails app using ...
1
vote
1answer
11 views

Run command on the Ansible host

Is it possible to run commands on the Ansible host? My scenario is that I want to take a checkout from a git server that is hosted internally (and isn't accessible outside the company firewall). Then ...
0
votes
0answers
9 views

Installing an app with FB 4.6 directly to an iOS device

do you guys know of any workaround to install an app (ipa) directly to a iOS device just like it works in FB 4.7?, but using FB 4.6?. So far, it seems like the only way is to compile the ipa file, ...
0
votes
1answer
18 views

How can I create a Uninstall/Wait/Install Command Sequence in a Powershell Script?

How can I have powershell run the silent uninstall first, wait until it is finished, and then run the install? After researching I did as below, which works, but the blank Notepad window pops up and I ...
0
votes
0answers
8 views

file not found exception while deploying versioned application in Tomcat with ant

I try to build a Target "deploy" in my build.xml Ant build file. the deploy line is the well known : <deploy url="${url}" username="${username}" password="${password}" ...
0
votes
1answer
20 views

SqlCeConnection error deployment

When I try to run my application on an other systems (in my case, windows XP virtualized using VM Virtual Box), I got an error trying to connect to the database (I've copied my release folder on my XP ...
0
votes
0answers
8 views

Remove additional files at destination in MSBuild

When I build and deploy using Visual Studio, I can choose to 'remove additional files at destination'. How can I do this with MSBuild? As the additional files will vary, I can't just use the Remove ...
0
votes
1answer
16 views

How to host and deploy an ASP.NET web application on a local server

I have created a small web application with one page only. Now I want to host and deploy this application on one of our business's server so that anyone can access this small app. Could please anyone ...
0
votes
2answers
43 views

How to run Java Swing Application outside IDE

I created a small swing application having some GUI components and some java code. When I run it from the IDE, I see GUI open and it works as expected. Now I want to distribute this application to ...
0
votes
1answer
7 views

Execute task on hosts which match a pattern

We use this pattern for our hosts (and linux users): coreapp_customer_stageID@server I want to run fabric commands on a list of hosts which match a pattern. Example: I want to run "date" on all ...
0
votes
0answers
7 views

What's the difference between Capistrano 'stages' and 'roles'

Here's some quotes I've found on the web: Stages: From Beanstalk blog "allows you to setup one recipe to deploy your code to more than one location." From Github "we have a production ...
0
votes
0answers
6 views

How to deploy weld-servlet 1.1.13 jar on standalone weblogic with JDeveloper 11.1.1.x

We are having trouble deploying our ADF app, which uses weld-servlet 1.1.13 jar, to a standalone weblogic, complaining with error: Caused By: java.lang.ClassNotFoundException: ...
1
vote
1answer
20 views

Fatal: could not read Username for 'https://github.com': No such device or address

I have been deploying my Rails 4 application to Rackspace using github and capistrano for a few weeks now. Everything worked fine until I finally made my repository private. Now, I am receiving the ...
1
vote
2answers
14 views

Git - deploy dist folder to different remote

I'm trying to figure out a way to deploy a dist folder to a different remote repo using Git. The working project is stored in an app folder. I use grunt to optimize and compile the working project ...
3
votes
1answer
108 views

Fabric + buildout as opposed to Fabric + pip + virtualenv

I've recently started playing around with Mezzanine, a django-based CMS. I recently just managed to configure Fabric to get it uploading to my host, webfaction.com, as its a bit more involved ...
0
votes
0answers
14 views

Deploying a web service client in asp.net

i'm trying to access some information of a remote database. Displaying them on my website. In my scenario, I can't access that database unless I use wsdl as a web service reference. I did it well on ...
0
votes
1answer
19 views

How can I insert a CustomAction before UIRef dialogs begin?

Specifically, in my WIX deployment project, I am trying to set TARGETDIR to [ProgramFilesFolder][Manufacturer] so that when my custom modified version of WixUI_InstallDir opens InstallDirDlg it ...
1
vote
2answers
59 views

Coldfusion deployment process

I am trying to figure out what's the best process to implement for build & deployment for coldfusion project. I am much more familiar with the regular java stack: some back-end framework ...
0
votes
0answers
8 views

Capistrano — the task `staging:symlink' does not exist

I'm attempting to deploy to a server via Capistrano and I keep getting the error the task `staging:symlink' does not exist. I've run cap:deploy setup and cap deploy successfully getting the releases ...
0
votes
1answer
20 views

ASP.NET MVC4 application deploy on hosting server / The resource cannot be found

I have a asp.net mvc4 webapp that has a Default.aspx in the root (not Views/Home...etc). When I publish it to the hosting provider via ftp and type the domain () in the web browser it says: Server ...
0
votes
1answer
20 views

Packing Ressources into Jar and accessing them

I'm fairly new to Java and I'm having trouble exporting my application into a runnable jar. My application runs some transformations using Saxon and I want the stylesheets used to be inside the ...
0
votes
1answer
9 views

How to generate test result reports from teamcity

I need to know is it possible in teamcity to let us generate custom reports based on test results we get after running some tests. I want to deploy a build and then run tests against that build and if ...
-2
votes
1answer
26 views

Git - deploying without clone

I already have files in project folder on server. I initialize there git: git init then i set up remote origin git remote add origin [email protected]:xxxx and ssh keys. Now i want to replace ...
0
votes
0answers
24 views

Tomcat deployment issue

I'm facing a problem regarding java deployment. I changed one .java file just for test and compiled it and got a .class file then I deployed it and the application stopped working. I didn't deploy ...
0
votes
2answers
36 views

C# Deployment: How to have config files after deployment?

In my C# Windows form application (Visual Studio 2012 )I want to have some kind of config file, that right after deployment the users can change its content and the app will use changed values. This ...
0
votes
1answer
11 views

How to deploy process in jbpm6 console from Eclipse?

How to build and deploy process from Eclipse to jbpm6 console? When I right click on JBPM6 project or BPMN process definition, there is no option of deploying. Is there an ant script to generate ...
0
votes
2answers
15 views

Change Jenkins job workspace

What I have done : I have Jenkins set up on my Ubuntu in : /var/lib/jenkins/ I have a job, that runs every 45 minutes that does a hg pull and hg update --clean default from my bitbucket ...
2
votes
1answer
29 views

Error deploying war into jboss as 7 (domain mode) “Failed to process phase STRUCTURE of deployment ”

I'm trying to reploy my war into jboss as 7 on domain mode and I'm getting this error bellow [Server:node02] 13:51:46,049 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-11) MSC00001: Failed ...
0
votes
1answer
19 views

EAR generated using ANT doesn't work on Websphere 8.5

The object is to build .ear by using ANT then deploy it on Websphere 8.5 with wsadmin. Manually, the ear file is generated from a jar file and after deployment, the web application works very well. ...
1
vote
1answer
21 views

When running SharePoint solution deployment through a remote shell, solution deployment hangs

I have a remote shell (using PowerShell) running a solution deployment on SharePoint 2010. It hangs on the deployment and never finishes deploying. When I do this locally from the box, there are no ...
0
votes
1answer
17 views

Merged Executable Crashing

I developed my first winform application in c# on .net 4.0. The compiled output has a .exe and a .dll file. I checked that the executable is running fine before merging. I merged these two files using ...
0
votes
0answers
4 views

Passing RAILS_ENV into Torquebox without using a Deployment Descriptor

I am wondering if there is a way to pass a value for RAILS_ENV directly into the Torquebox server without going through a deployment descriptor; similar to how I can pass properties into Java with the ...
0
votes
0answers
18 views

Where can I deploy a Java RMI Server? Is Heroku or any other PaaS compatible? [on hold]

I am trying to deploy a simple RMI Server on Heroku and I don't know how to do or if it is possible. Does anyone know if Heroku or if any other PaaS support RMI?
0
votes
0answers
17 views

How do you control what is deployed with Maven2 to the Nexus?

I can't figure out how to control what artifacts are deployed to our local company Nexus. We've got a software product that has installation files that are constructed during the package, but then ...
0
votes
2answers
30 views

Azure Deployment Issue

I have an issue in deploying on Azure. The site is developed in Asp.net C#. On 10th sept I deployed the site on Azure portal successfully. After one day I changed an image name and tried to deploy it ...
0
votes
0answers
20 views

Deployment Frameworks for Java Apps (wars and jars)

We have a bunch of wars and jars that need to be deployed to multiple hosts and runtime environments. All of the wars run in jetty. Most of the times the property files need to be overridden in order ...
0
votes
0answers
11 views

How to deploy from git repo without server having access to repo?

I have a PHP project in a BitBucket git repo. I work in a branch called "develop" for small fixes, or I work in temporary feature branches. When I'm ready to deploy, I merge those branches into ...
0
votes
0answers
30 views

Deploy nodejs in Windows environment

I am trying to deploy nodejs in a windows environment. As far as I can see nodejs is just a standard application run through the command-line. However running it that way is not very practical in a ...
0
votes
0answers
31 views

Deployment on live server without GIT or other svc

I'm currently working in an environment that consists of a couple of small / mid websites on a single web server. The server has several vhost, but every site has its own live e test vhost which ...
0
votes
1answer
33 views

what is the correct path of Access database when deployment an application

I did an application in c# language using visual studio 2010. I used this connection statements to connect to an Access database: OleDbConnection connect = new OleDbConnection(); ...
1
vote
2answers
62 views

Java 'Could not find main class' for .jar even though its written in manifest.mf

I'm using Netbeans to build a jar. When I press f6, the project runs fine within Netbeans. However, if I go into my /dist/ folder and try to run the .jar, it just opens it as if it were a .zip. If I ...
0
votes
1answer
24 views

Azure : Input port for endpoint

My cloud service is composed of one Web role and one worker role (a dedicated cache). The web role hosts web service written on Web API. I have configured the web role's end point as an input end ...
0
votes
0answers
9 views

Deploying MVC4 application to Windows Server 2003 and IIS 7 (error 0x8007000d)

I have had always problems deploying MVC 4 web applications in any platform, getting it working after a lot of hours. However, at this time, I have found other new problem with an installation in ...
2
votes
2answers
41 views

Unable to deploy JavaFX applicaiton with external libraries in a JAR

I'm developing a JavaFX application in Eclipse. The app has external libraries, like log4j and others and runs perfectly from Eclipse. I've tried deploying it from Eclipse as a Runnable jar through ...
0
votes
1answer
27 views

Should I compile coffeescript files to js before using in production?

When deploying coffeescript code, is there any benefit to using coffee --compile, compiling it to js and then running with node, instead of using coffee directly?
0
votes
0answers
16 views

Setup and deployment if SQL Server2008 Express is installed already on client machine or not and if not the can install SQL there

Please help me out on: i have vb.net application which has deployment setup, my problem is when i install setup on users machine; it needs to check the sql server 2008 express is installed already or ...
0
votes
0answers
20 views

Nothing appears when I use Apache Router

I'm trying to to use the Apache Router in Symfony2 and I'm following the cookbook of Symfony2 documentation for this. The problem appears when I execute this command and nothing appears: php ...
-1
votes
0answers
35 views

Best way to auto-deploy into test then live server [closed]

In Github, I know there's after push hook but I've been using third party providers like FTPloy. It seems the deployment is way too slow (taking more than 6 hours and sometimes not even deploying at ...
0
votes
1answer
71 views

Specify a branch in Git for staging in Capistrano multistage extension in Rails

I am currently using multistage extension in Capistrano to deploy my code. The two stages I have are "production" and "staging". Now I would like to be able to specify one of my branches in Git to ...

15 30 50 per page