Questions tagged [deploying]

161 questions
4
votes
0 answers

Deploy NextJs (ReactJS) on multiple CPU Cores

I'm deploying my NextJS web app on my Server (4 Core CPUs) through the command "npm run start". The Website with some heavy tasks done by Server (Server side rendering). The the command "npm run start" establish a NodeJs WebServer to run my NextJS…
Giang Nguyễn
  • 105
  • 1
  • 9
4
votes
3 answers

/usr/bin/env: ruby.exe: No such file or directory

I'm brand new to Rails and am following this tutorial on how to make Rails applications. I can't get the database to migrate to my heroku apps. I'm currently at the beginning of chapter 3, trying to set up an app to use for the rest of the…
3
votes
2 answers

Deploy R app in shinyapps.io - “Error Unhandled Exception"

I'm trying to deploy my first app in shinyapps.io through RStudio but I can't. The console prompts this: Preparing to deploy application...DONE Uploading bundle for application: 337344...DONE Deploying bundle: 1355635 for application: 337344…
3
votes
2 answers

Deploying Angular 2 to GoDaddy 404 after refresh

I hope you are doing well. I just deployed a Non-profit org website I have been working on lately (found here: www.leonesistersunited.com) to godaddy using CLI to build for prod. After deploy, everything is great just as expected. However, on any…
mapussah
  • 109
  • 1
  • 9
3
votes
0 answers

How to keep my web application active while redeploying a war or wab in karaf?

Currently i am working on a web project using GWT and i am using karaf as a container, i installed the karaf war feature and deployed my war successfully and it worked perfectly. But when ever i recompile my GWT project and create a new war to…
Ahmad Bawaneh
  • 1,014
  • 8
  • 23
3
votes
0 answers

Azure Website deploys from Visual studio but does show empty in browser

I have been using Azure websites, and deploying from VS2013 for a while. However, this morning I ran into a strange problem. I created a ASP.NET website in the Free Tier for Azure I downloaded the publish manifest from the Azure Imported the…
Aida
  • 31
  • 2
3
votes
1 answer

Hot deploying app builds to Vagrant

Please note: although I mention Gradle/Groovy in this question, this is strictly about Vagrant usage, and could just as easily apply to any other language/build system. I am new to Vagrant and am trying to figure out how Vagrantfiles, when pushed to…
smeeb
  • 27,777
  • 57
  • 250
  • 447
3
votes
1 answer

Dokku: Expose two ports from an application

I am trying to deploy a Scala based application to dokku, the application runs a http server and a customised sshd server. The problem I have is it seems that dokku only supports one port for the application. I need dokku to expose both my…
3
votes
3 answers

Symfony 2 server deploy Fatal Error: It tries to open localhost file

I've made a symfony2 app and I try to deploy it on a shared server, but I get a fatal error. I've taken the recommended steps here: Deployment-Tools I've updated the vendor dependencies: php composer.phar install --optimize-autoloader I've cleared…
Abraham
  • 101
  • 1
  • 5
3
votes
0 answers

Glassfish 3.1.2.2: @WebServiceProvider deployment fails: DPL5041 : Unknown port-component-name

I am having problems to get a @WebServiceProvider web service deployed in Glassfish 3.1.2. I configured the glassfish-ejb-jar.xml the following way for my service. TestWebService
2
votes
3 answers

Deploying SDK Addon component

Based on PlatformLibrary sample code in the SDK, I have created a small hello world library, the eventual goal of the library is to add capability for 3rd part developers to develop for my custom Android image. I am currently stuck at the point on…
hack_tick
  • 161
  • 2
  • 10
2
votes
0 answers

Python ICON, GUI

How to change tkinter icon that appears at the bottom of the screen with other running applications. I have tried running the app and setting the icon using c programming and and the WiNExec() function to silently open main.py The bitmap for the app…
2
votes
1 answer

Can't Deploy Github Private Repo in Heroku

Whenever i try to Deploy, I am getting an error saying *Item could not be retrieved: Unauthorized* Why i can't deploy private repository Web Applications on Heroku.
2
votes
3 answers

Pulling down a specific tag of a git repository

I am using a system that, during high load, automatically fires up a new server, downloads the application code from Github, and deploys an HTTP server. However, I don't want to pull the latest commit from the master branch of the repo, but rather…
Mark Bao
  • 896
  • 1
  • 10
  • 19
2
votes
1 answer

Why is "threadsafe: yes" in app.yaml not working on Google App Engine's flexible environment?

On the standard env, we can set up "threadsafe: yes" in app.yaml to enable multiple threading for flask framework in python. Because Google will do anything for us. For flexible env, we need to setup gunicorn to enable async-worker to make an…
1
2
3
10 11