Questions tagged [deploying]

161 questions
0
votes
0 answers

Can't curl my backend in docker container from the same container

I am running comprehensive docker-compose file where I am trying to implement health-check mechanism. Currently it looks like this All services run in the same network At the same time, I can curl the localhost:8088 from host machine…
0
votes
0 answers

Display message in web browser during deploying java application

I have war file. I have tomcat. I copied the war package to the folder /tomcat/webapps, and run start.sh in tomcat/bin directory. In console I see that application is deploying. org.apache.catalina.startup.HostConfig.deployWAR Deploying web…
Kamil Sz
  • 15
  • 6
0
votes
1 answer

What is causing this error when i try to deploy my django project to heroku

ERROR: Ignored the following versions that require a different python version: 1.9.5 Requires-Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., <3.7 remote: ERROR: Could not find a version that satisfies the requirement pywin32==304 (from…
0
votes
1 answer

How to deploy Spring Boot MVC project for others to see?

I've made a spring boot project called student-management using spring MVC, Thymeleaf, spring data JPA and MySql. When I run it locally on localhost:8081 it works perfectly. I made CRUD operations so I see all the changes in database when changed on…
0
votes
0 answers

How can i solve "python: can't open file '/app/bot.py': [Errno 2] No such file or directory"?

Should be everything correct, but i couldnt find the same problem. Program on local host (my pc) working absolutely correct. it happening when i manually points the command on console bot.py and Procfile both are in the root folder heroku…
0
votes
0 answers

Failing to build application when deploying website on cloudflare pages

I have been trying to deploy my portfolio website on cloudflare pages .But its ends up failing to the build application. I cant find solution online please help. Error pointed with the red mark in the picture
0
votes
1 answer

Wrong server paths node js express

I am trying to deploy my node js express app. But it's getting wrong path. app.use("/", express.static(__dirname + "/public")) In server.js And my paths for styles are Directory for style is /public/styles/brandAnimation.css
0
votes
1 answer

How to deploy react and laravel combined app on shared hosting server?

Folder structure on vs code I have the above file structure. I have used react js inside the laravel framework combined. It's a brand new project just with react --auth scaffolding inside the laravel project. I can deploy just the laravel project…
Azim
  • 11
  • 5
0
votes
1 answer

Developing an eclipse plugin to deploy on my server

How can we create an eclipse popmenu plugin (which is similar to Google App engine SDK). i.e. If I have created a project, when I clicked on the plugin menu, it should be able to deploy to my tomcat/webapps folder.
Srinath
  • 164
  • 10
0
votes
0 answers

How to deploy a postgresql java desktop application?

I've developed a java desktop application with postgresql database using Netbeans, and it works well locally. The question is how to run the application on other devices? what to do with the jar file?
Zeinab
  • 1
0
votes
0 answers

Showing App Crashed in logs while deploying flask app on Heroku

This is my first time using services of Heroku. I am trying to deploy a Image Classifier flask app on Heroku. I have took help from other post but no result so far. It is running perfectly on local machine. File…
Roopak
  • 31
  • 7
0
votes
1 answer

i have an api key in the bin/secrets. How can heroku find it?

I just recently worked with an api and with security in mind, have it placed in the bin/rails secrets file. I have it listed below like development: google_api_key: abcd1234 production: google_api_key: abcd1234 However when I push everything to…
kdweber89
  • 1,984
  • 2
  • 19
  • 29
0
votes
1 answer

travis-ci could not parse yml file

I want to do AWS Elastic Beanstalk Deployment. But tvavis say "could not parse" This happens after adding the part of the code that begins with the word "deploy" sudo: required services: - docker before_install: - docker build -t…
0
votes
1 answer

How to deploy a react app using create-react-app

I am new to react.js and trying to convert my websites content into react components as a way to learn it with friends. I am using npx create-react-app and want to put the app online with Google Firebase. The deploying was successful - but I could…
user13084463
0
votes
1 answer

Can't push/deploy to heroku because the ruby version is wrong?

I'm trying to push to heroku but I keep getting the following error.. The Ruby version you are trying to install does not exist on this stack. remote: ! remote: ! You are trying to install ruby-2.3.1 on heroku-18. remote: ! remote:…