Questions tagged as 'deploy'

1
answer

Web.Config transformations - What to do with connectionString.config if I do not use Web Deploy?

My Web.config points to an external connectionString file. <?xml version="1.0"?> <configuration> <connectionStrings configSource="connectionStrings.config"/> </configuration> So far without news. The problem is tha...
asked by 15.06.2015 / 23:23
1
answer

Qt5 Deploy on Linux - No installation

I'm developing a solution in QtCreator Qt version 5.4.2. Well, I have the following problem: When I run on my machine and on any Ubuntu Vivid (15.04) it works. But when I try to run in Ubuntu 14.04 LTS gives error. There are ways to make this ap...
asked by 17.06.2015 / 03:32
0
answers

What does this git error mean?

I am migrating a server git repository. I'm pulling out of my VPS and moving on to Bitbucket. I took all the branches of the VPS and successfully climbed to the service mentioned. I even added a deployment key so that the staging server can u...
asked by 12.08.2015 / 20:24
1
answer

Configure site in IIS in Windows 8

I have Windows 8 installed in my house. I made a website in ASP.Net and C # and now I have put it on the air. In my house, there are two computers and in only one (desktop) I configured IIS, the other is to test even. Here are the steps:    1...
asked by 23.07.2015 / 20:47
1
answer

Error while deploying on glassfish server

Project failed on server after deploy. glassfish 4.1 Project cdi, jsf, primefaces, jpa   WELD-000335: Context is already active at org.jboss.weld.context.AbstractConversationContext.activate (AbstractConversationContext.java:233) at org .j...
asked by 04.09.2016 / 16:38
1
answer

Start site in IIS is returning error 500

TryingtolearnhowtosetupawebsiteinIISbyenteringtheURLofthesite,itgivesthefollowingerror:  ServerError    500-Internalservererror.Thereisaproblemwiththefeaturethat  youarelookingforitanditcannotbedisplayed.Iwonderwhatmightbehappening.Icallthesite...
asked by 23.07.2015 / 23:00
2
answers

Send specific branch with Git to Github

How can I send a specific branch to Github through Git? I am creating a project to learn how to use Gulp and its plugins, and in it I created a folder with the source code, called src and a folder containing the minified files, CSS she...
asked by 02.04.2016 / 18:37
1
answer

SQLite deployment along with .Net application

I finished the C # app with SQLite, but I saw that I need to send it along with the base and the SQLite DLL. What SQLite DLL files do I need to append and what folder do I have to play these files? The installation of the program will be done...
asked by 20.08.2015 / 15:19
2
answers

Error making Build at Jenkins

I have a problem setting up the build in jenkins follows errors: This happens in the configuration of the job "in the build step", where I choose the maven version and then I need to configure the goals, but this step I can not solve. Foll...
asked by 25.07.2014 / 15:36
2
answers

Deploy windows service for ec2

Currently when I need to do the automated deploy of my web application to Amazon's EB (Elastic Beanstalk) I use the command line tool below:   C: \ Program Files (x86) \ AWS Tools \ Deployment Tool \ awsdeploy.exe For her, I can pass a co...
asked by 22.12.2015 / 00:17