Questions tagged [deploying]

161 questions
2
votes
0 answers

Deploy Angular5 app in GitHub

When I enter $ angular-cli-ghpages on Angular's CLI I'm getting following error: How can I fix this? Actually this is my first time deploying in git and I'm following a tutorial.
Denuka
  • 1,142
  • 3
  • 13
  • 21
2
votes
2 answers

Architecting/Maintaining/Deploying large applications

Here at work we have a very large application with multiple sub applications. (500 + dlls) As a developer it is very frustrating working with all these dlls and dependencies. You create a new project and add 5+ dlls to get core pieces of the system…
Bobby
  • 89
  • 1
  • 11
2
votes
1 answer

Replace web.config element for Octopus Deploy

This is part of Web.config I wan't to change address="http://localhost:1001/"…
2
votes
3 answers

How does one install .net dlls without .NET SDK or Visual Studio?

I need to deploy a few .net dlls. They need to be put in the GAC and the required entries need to be in the registry. On my machine I have both the SDK and Visual Studio running, so currently I am utilizing .net sdk tools like gacutil and regasm.…
Juba
  • 4,425
  • 3
  • 25
  • 19
2
votes
4 answers

Deploying a python application with shared package

I'm thinking how to arrange a deployed python application which will have a Executable script located in /usr/bin/ which will provide a CLI to functionality implemented in A library installed to wherever the current site-packages directory…
Dimitri Tcaciuc
  • 5,053
  • 5
  • 20
  • 22
2
votes
1 answer

Collections become undefined on Meteor deploy

I'm having a weird issue with meteor when deploying to .meteor.com Everything works locally but when I deploy my app on meteor.com I get the following error for each of my collections for each routes that I have: collectionName "is not defined". I…
2
votes
2 answers

Publishing .Net Web App does not copy certain files

There are certain images & swf files that are used in the project, but they are not added to the project (Meaning, the Solution Explorer does not show them). When I try to use the Build->Publish option in VS2008, those images & swf files are not…
Gautam Jain
  • 6,789
  • 10
  • 48
  • 67
2
votes
1 answer

iPhone certificate and provisioning...etc on new mac machine?

I had an older mac mini that I had used to register the certifications and....etc. I never really got to the stage for actually using them since i only tested on the iPhone simulator. Today I have a new mac mini, and i am trying to deploy to a…
AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140
2
votes
3 answers

build connection string at runtime and save the same in application setting on c# windows app

I am building a C# windows application using sql server 2005 and visual studio 2008. To deploy the application on clients computer. I do this this in this order I install the sql server 2005 with the same user/pass (ie sa/pass) i made in my…
ashokdhar
  • 21
  • 3
2
votes
1 answer

Deploying a WAR to virgo-tomcat server

I have been stuck for the last couple of days deploying a standard WAR to Virgo-tomcat server (version 3.0.2). The standard WAR file exported from eclipse works perfectly fine on tomcat, but not when deploying to Virgo-tomcat. I have read the…
dasbouse
  • 61
  • 2
  • 6
2
votes
2 answers

Building Qt Application Linux

I am having a TON of trouble deploying an application for Linux on Qt. I know there are a ton of articles on it, but I just feel like everyone is out to get you more confused, and that's why I am here. I have tried a few things, as I will explain…
hetelek
  • 3,776
  • 5
  • 35
  • 56
1
vote
1 answer

ASP.NET mvc 2 app crashed on Windows 2008 R2 64 server

I have built a asp.net mvc 2 app, using the .NET framework 4. It runs OK on my windows 7 (64 bit) machine, but when deploying to the server it gives me the following error: Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe Faulting…
jao
  • 18,273
  • 15
  • 63
  • 96
1
vote
0 answers

npm run publish doesn't do anything when I push repository from master branch to gh-pages

While trying to run publish.sh file in VS Code #!/usr/bin/env sh # abort on errors set -e # build npm run docs:build # navigate into the build output directory cd docs/.vuepress/dist # if you are deploying to a custom domain # echo…
1
vote
2 answers

Why do I get this error when I deploy a Django App in Railway?

There is a problem when I deploy a Django app in Railway, Railway is an infrastructure platform that is very similar to Heroku and it uses debian, this is the error that is in the logs. #10 16.69 Using cached selenium-4.1.0-py3-none-any.whl (958…
N3CR0M4NC3R
  • 33
  • 1
  • 4
1
vote
1 answer

Am trying to launch in Cpanel, but am getting a Module not found error

enter image description hereI'm new to Cpanel and am trying to launch my python Django project, I think I've set up everything correctly but am getting this error: File "/opt/alt/python38/lib64/python3.8/importlib/init.py", line 127, in…
1 2
3
10 11