Questions tagged [deploying]
161 questions
0
votes
1 answer
How to deploy the postgresql server in Google cloud
I am trying to deploy my postgresql server to google cloud, like how we deploy in heroku. But i am not finding any tutorial or proper docs to start.
Can any one please help me in this, Thanks!

iamPavan
- 255
- 4
- 15
0
votes
0 answers
Sharing shiny application as webpage
I want to deploy the shiny app as a webpage with this command line
runApp(shinyApp(ui, server), host="0.0.0.0" , port = 3994 ,launch.browser = TRUE)
But i got this error when running the app
Error in runApp(app) : Can't call runApp() from within…

herocups
- 1
0
votes
1 answer
I am deploying my symfony 5 application. What do I forget to do?
In development mode, when i execute this command
symfony server:start -d
The application works verry well.
But when i writes the http://localhost/wafrica2/public/app_dev.php url, this error points out.
Warning:…

Arsène Fokam
- 1
- 2
0
votes
1 answer
How do I deploy two Laravel 7 project into shared hosting at hostGator?
I tried many strategies to deploy two Laravel apps in shared hosting. What I have done so far is
created a folder inside public_html folder (vocalpublic) and put all the Laravel public folder files in there.
All the other Laravel project files…

asela daskon
- 496
- 1
- 8
- 21
0
votes
1 answer
Error when trying to deploy my React app to Heroku
So I am new in this coding with React. I wanted to deploy my App to heroku but I am getting this error shown in the picture.

omero20
- 1
0
votes
4 answers
How to call a Java method while deploying a WAR
How to call a Java method while deploying a WAR

William
- 23
- 1
- 3
0
votes
0 answers
Avoid attaching Maven artifact when file is not present
I'm using the Build Helper Maven plugin to attach the SQL changes as an artifact of the deployment, but the plugin crashes when the extra artifact is not present.
Failed to install artifact org.test.app1:app1:sql:1.2.1:…

Joe DiNottra
- 836
- 8
- 26
0
votes
1 answer
Capistrano rails app deploying fails. Server can't identificate self to Github. Permission denied (publickey)
I am trying to deploy my rails app to the server using Capistrano.
In my local, I ran 'cap production deploy' then I got errors.
12: from /Users/rainbowtape/.rvm/gems/ruby-2.6.5/gems/sshkit-1.20.0/lib/sshkit/backends/abstract.rb:31:in `run'
…

Jin Lim
- 1,759
- 20
- 24
0
votes
0 answers
Windows MSI installer VS xcopy
I'm working with a pretty old application that went through a series of updates over the decades and each time it was redeployed the developers used MSI projects to install the updated files. When it came time to deploy my update I did the same…

dataContexual
- 29
- 5
0
votes
1 answer
How to deploy a C# WPF app with a sqlite database?
I've created a C# WPF application which interacts a SQLite database. I want to create installation file so as to be able to install the app on another computer. Does anyone know how to deploy C# WPF app with SQLite database, I've created a setup…

miki1307
- 147
- 9
0
votes
2 answers
How can I deploy my React app as a subfolder on my personal website using cpanel
I would like to deploy my react app onto my personal website. I currently have it deployed onto to heroku and have that linked on my personal site. But I would like to eliminate heroku from the equation and have everything on my own site. Whenever I…

BrandonD
- 1
- 2
0
votes
1 answer
Issue in deploying to IIS
I am facing issues in deploying to IIS. Spent a lot of time googling around and trying out things, Inspecting/Installing features on control panel, and many more things.
Step1> On Visual Studio
I am publishing my app to a physical path,
Step2> On…

cmn1
- 11
- 4
0
votes
1 answer
Got Stuck When trying to Deploy a Restaurants Sentimental Analysis Model using Django
I am trying to Deploy my sentimental analysis model using Django but getting the following error.
views.py file
from django.shortcuts import render
from django.http import HttpResponse
from django.contrib.auth import authenticate
import pandas as…

Rishabh Rahatgaonkar
- 11
- 1
- 2
0
votes
1 answer
ng2-charts: Datalabels values are not shown in my grapghs
I am working in an angular project with ng2-charts and chart.js. When I run the project locally the datalabels are shown project run locally. But when I deploy it in a server the datalabels disappear project run in a server
The console does not show…

Jose Cerón
- 41
- 3
0
votes
1 answer
C# project runs into issues when deploying on other machines
Learning C# as I go along with managing an existing project given to me. I've noticed there seem to be deployment issues when I build from my windows 10 machine and set up the application on a user's Windows7 machine
Issues such as:
-Getting null…

CaptainObv
- 360
- 1
- 4
- 15