Questions tagged as 'deploy'

1
answer

Java program only works on the development machine

I created a Java application in NetBeans. This application has a GUI and uses some external Jars. After doing the Clean and Build in the dist folder of NetBeans appeared a Jar (main class) and a folder called lib (which has the external Jars...
asked by 10.11.2014 / 23:23
1
answer

Unknown Supplier

I've finished an application on the C # Windows Forms platform and want to publish it to a site, but the application needs administrator permission to connect to the server and download to a Windows folder. So I exported my security certificate,...
asked by 01.02.2015 / 18:05
1
answer

How does the Deploy process in Golang work?

Situation In my company we are initiating a process of technology exchange. And one of the suggested ones was Golang. And one of the biggest drawbacks is the deploy process. Experiences In PHP, even because it is an interpreted langu...
asked by 13.09.2018 / 23:23
2
answers

Compile a .NET application into a self-contained executable

I was wondering if it is possible to compile a .NET Framework application into just one executable file. Without there being .dll external files. I did some research but I did not succeed.     
asked by 06.04.2018 / 19:34
1
answer

There are no compatible devices when posting to Google Play

I have a problem when it comes to publishing my App on google play. No compatible devices appear when sending the APK, and in development it worked normal on several phones (Galaxy star, Galaxy grand dual, Motorola moto g2) AndroidManifest.xm...
asked by 04.11.2015 / 12:52
1
answer

How to create custom stages with Capistrano 3?

I have a repository where two different applications come from. Although they share the same source code, the visual and database of the two is different, as well as the paths on the server. Good to remember that they are treated as different pr...
asked by 05.08.2015 / 21:27
0
answers

Link not accessible in IIS

I'm doing an application in C # using the MVC standard. It uses a Google FireBase database. Running this application through the Visual Studio debugger works normally, but when you try to publish it to localhost , through the IIS manager, the...
asked by 05.09.2018 / 22:14
1
answer

Error while deploying with Tomcat 7

I made an app with springboot and when I squeeze it inside springboot it works normally but when I generate the war and boto to run in tomcat it gives some errors. I've tried some things I've seen on the internet but so far nothing has helped me...
asked by 19.07.2018 / 15:03
0
answers

fatal: does not appear to be a git repository

I'm trying to set up a private Git repository on shared hosting via SSH. I make the whole process of setting the keys etc, and giving git init in the repository but when I put git remote add deploy ssh://USUARIO@IP-DO-SERVIDOR:2222/p...
asked by 14.07.2018 / 22:23
0
answers

How to install dependencies for an application in Heroku?

I have some issues with implementing my application in Heroku. After adding the pipefile construct, the application has been deployed. However, I received an application error message on the site. The message on the site offers me to vie...
asked by 08.06.2018 / 17:34