Questions tagged [automated-deployment]

65 questions
0
votes
1 answer

Python automate open application

Please give me idea regarding how to tackle this problem. I am not able to find any resource regarding this. Your help will be immensely valuable. So we have one limited license software. And want to reiterate the python invoking the application. If…
0
votes
1 answer

Controlling the sequence of events in a Wixtoolset (.msi) installer

I am creating a Microsoft Installer (.msi file) using the Wixtoolset (Windows Installer XML). This installer must automate the installation of an existing .exe program (named installer.exe below) and copy a custom configuration file (named…
0
votes
1 answer

How to get started in automated deployment

I have an app (built with laravel) which i deployed it and working very well, but i have a question, when i deploy it the server i made these process : 1- minify css and js files and comine them in a single file 2- changing some configuration…
wahdan
  • 1,208
  • 3
  • 16
  • 26
0
votes
1 answer

Can Magmi skip invalid data during import?

Hi i am using magmi to import the products from vendor csv. It has been automated that then csv is copied from the vendor site to my site through ftp_get php function. The problem is there is some invalid data in the csv which magmi cant process and…
Rohit Goel
  • 3,396
  • 8
  • 56
  • 107
0
votes
2 answers

Continuous deployment for Node.js... Is there a standard?

I need to learn how to automatically deploy nodejs applications (MEAN stack). However, with all the stuff out there... Gulp, Mocha, Webpack, Browserify, Require, Flightplan, Jenkins, SemaphoreCI... I am really confused. What is the…
0
votes
1 answer

Namespace Issues in Visual Studio Automated Builds

Having a bit of an issue with automated builds in Visual Studio Team Services (previously VSO, TFS Online). I have a class that is referencing a namespace that is this format: Project.Name.Name.Folder The issue is there is class named:…
Ryan
  • 33
  • 1
  • 7
0
votes
2 answers

Run Worksheet Modules on Save

I have a macro that is currently running within 4 worksheets that highlights cell rows within a certain range (the ranges differ for each worksheet) but to keep the worksheet looking clean and not to leave the highlighting it has built in to it a…
user3794203
  • 205
  • 2
  • 7
  • 23
0
votes
2 answers

Automating deployments of large distributed client server application part of CI / CD

For one of our application we are trying to automate the deployment process. We have end to end Continuous Integration implemented (Build/Test/Package/Report) for this application. Now we are trying to implement the automated deployment. This…
0
votes
2 answers

Install different msi's in different servers

Currently I am working on a project which uses different technologies for different modules and those are installed in different servers using msi's. During production release, it is quite difficult task for developers/support to do this process as…
0
votes
1 answer

Recall User Selections Within Multiple Modules

My current code uses the Workbook_Open event to run a userform that asks what the user wants to do, if they select "A" it populates a userform with a listbox that displays all open workbooks.name(s). Using the ListBox_DblClick event, I want the user…
user3794203
  • 205
  • 2
  • 7
  • 23
0
votes
0 answers

Is it possible to prevent .net CLR from running any unsigned code?

Background (simplified) I use continuous integration and deployment on my production servers. For example, I have an application which monitors Team City and deploys built packages to IIS automatically. For this code (which we write), I want to…
0
votes
1 answer

Deploy Windows Store App From Command Line

Often times when I am building medium to large scale applications, I end up writing a powershell script or batch file to build all of my dependent assemblies, etc. Lately I have been working on a windows store app, and the script approach is…
A.R.
  • 15,405
  • 19
  • 77
  • 123
0
votes
1 answer

wsadmin com.ibm.ws.exception.RuntimeWarning: java.lang.NoClassDefFoundError:

After installing ear file through wsadmin script getting below error when starting server. i checked within the ear file the same class present in one of the jar. com.ibm.ws.exception.RuntimeWarning: java.lang.NoClassDefFoundError: Please suggest…
Kathir
  • 28
  • 1
  • 3
0
votes
0 answers

TFS2012 - Troubleshooting MSBuild arguments to set up automated deployment

We are trying to set up automated deploys through TFS 2012 via MSBuild and MSDeploy but we are recieving a timeout when our production server attempts to deploy to the development server. All relevant ports have been opened, the deployment tools and…
ShaneC
  • 2,237
  • 2
  • 32
  • 53
0
votes
1 answer

Automated Deployment and Configuration using node.js

We are working on some Java EE based distributed application. It involves multiple message brokers (RabbitMQ, HornetQ), multiple databases (HBase, MongoDB, Rracle) and the JBoss application server. We want to manage (deploy and configure) these…
Silent Warrior
  • 5,069
  • 8
  • 41
  • 52