Questions tagged [deploying]

161 questions
0
votes
0 answers

How do I deploy a Xamarin (Android) APK to my phone in Debug Mode

In Visual Studio when I want to run my project, my only choice now is the Android_Accelerated_X86_Oreo emulator. I would like to deploy to my cell phone. I have been able to do that but suddenly I cannot. I have Dev Options enabled and the USB…
Ron
  • 2,435
  • 3
  • 25
  • 34
0
votes
1 answer

How to deploy my conda env to a VPS using fabric or othervise?

I made a website using mezzanine-Django , and used conda env to contain it (I should have used virtual env). but the fabric file is tuned to only deploy virtual envs. What should I do to get my conda env up in the VPS , is there an easy way or…
0
votes
0 answers

Stuck while deploying an artifact

I tried to deploy the artifact, but when it touch: 04-Jan-2019 15:42:04.909 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] sun.reflect.DelegatingMethodAccessorImpl.invoke Deployment of web application directory…
0
votes
1 answer

Cloning On Bitbucket Using SSH protocol

Am trying to clone a private repository from bitbucket to my local machine. And am having a error below I created a key from my windows local machine in cmd using ssh-key gen - t rsa -c "ussr@domain.dom" And imported the keys to bitbucket as…
iamafasha
  • 848
  • 10
  • 29
0
votes
4 answers

Azure does not see Index.cshtml

I'm trying to publish my ASP.NET Core application on Azure service. This works, but when I try to use the application functionality, I get the message Your App Service app is up and running. Moreover, in my wwwroot folder I don't have any .html…
deralbert
  • 856
  • 2
  • 15
  • 33
0
votes
1 answer

How to deploy angular app supporting ssl

This may seem like a dumb question but I am trying to host my angular website on github pages with a custom domain name and I want to use https but I can't figure out exactly how. Am I supposed to write more code to handle https requests or do I…
0
votes
1 answer

Creating an Executable / Deploying a Project with Visual Studio 2017

So I have a project, written in VB.NET, that I deployed a couple months ago. When deploying the project, there came 3 file groups. There was the .application file, the setup.exe file, and the Application Files folder. From what I could tell, and…
LCD
  • 5
  • 4
0
votes
1 answer

MVC implementation with .Net 3.5

I have implement MVC1 with one of domain www.onlinegk.in it is working fine when I am running it in local machine, but when I am deploying it in my webserver it's action link is not working, getting the error message 404 Page Not Found. Any body…
meghdut
  • 1
  • 1
0
votes
1 answer

Tomcat isn't working

I'm trying to run Tomcat 7.0.75 integrated in my Intellij with simple Helloworld web-app on java servlet. And i get this output: D:\apache-tomcat-7.0.75\bin\catalina.bat run Cannot find…
Anton M
  • 15
  • 1
  • 7
0
votes
2 answers

Deploying war on server mechanism

When I developed any web application I added many jars which my code depended on them. I want to know when I deployed the war on the server how server or containers using these jars, And if I but them on server's modules directly is it will be an…
Mohamad Hatem
  • 53
  • 1
  • 7
0
votes
1 answer

Deploying to Heroku - vapor heroku init command - error

While trying to deploy to Heruko, I keep getting the question "Would you like to deploy to other than US region server?". If I select n, it displays an error. Not sure why am getting different questions than the tutorial I am following.
0
votes
1 answer

.Net application deploying and Microsoft.Office.Interop.Excel

I would like to write out some data to classic XLS file. I have installed MS Office 2013 in the developer PC. In MS Visual Studio 2015 I see two versions of Microsoft.Office.Interop.Excel are 12 and 14. And my question is what do I have to install…
NoWar
  • 36,338
  • 80
  • 323
  • 498
0
votes
1 answer

Deploying website using ftploy to digitalocean

I cannot connect with digitalocean server when iam trying to deploy website using ftploy.Server connection showing failed.I have used ssh while making droplet.Help me to sove this. Thanks in advance
0
votes
1 answer

Android Deploy Parse Error but Works on Genymotion

I'm trying to deploy my first test app, but it's giving me a Parse Error - There was a problem while parsing the package. Whilst, it executes fine on my Genymotion virtual device. It's the normal first "Hello World" app you'd get…
BioPipeRex
  • 15
  • 5
0
votes
0 answers

Editing build.gradle does not solve minSdk(API, N preview ) != deviceSdk(API 21)

When I change compileSdkVersion from 'android-N' and targetSdkVersion from 'N' both to the integer 21 in build.gradle minSdk(API, N preview ) != deviceSdk(API 21) is not solved. Any hints? apply plugin: 'com.android.application' apply plugin:…