Questions tagged [deploying]

161 questions
1
vote
1 answer

Pushing to Heroku not updating my Rails app

I'm using Heroku to deploy my rails app. But when I commit to git and push to Heroku, some things don't update from my local app. Some CSS and AJAX stuff mostly from what i can tell. I've ran git status and there's nothing to commit. I didn't…
Mitch Malone
  • 389
  • 1
  • 4
  • 15
1
vote
1 answer

How to release a java application?

I just finished making a simple java desktop application. I want to know how do I combine this app into a single executable file, so that double clicking it will run the application. Right now, I run the application through the IDE, but that's not…
Sid
  • 1,239
  • 2
  • 13
  • 36
1
vote
1 answer

Django, permission error :OSError at /upload/ [Errno 13] Permission denied:

I get this error when i try to upload an image: OSError at /upload/ [Errno 13] Permission denied: '/var/www/p/p/media/imgupload/img.png' my virtualhost: ServerAdmin myemail@gmail.com ServerName p.com ServerAlias…
Tony
  • 2,382
  • 7
  • 32
  • 51
1
vote
2 answers

Deploy Qt project to Windows From Mac OSX

I am working on MAC OSX Snow Leopard and I want to deploy my project onto Windows It is a Qt Desktop app How do I generate the .exe file (+other dependencies if any) Any method to package all the .exe + dlls into one package for installation Note:…
Rahul Reddy
  • 128
  • 10
0
votes
2 answers

Deploying Tomcat project on web server, file issue

:) So I've bought my hosting finally, and I am trying to deploy my tomcat project on it. Server is mochahost.com, JSP and Tomcat support is enabled. My project runs fine on local machine, however when I deploy it on web-server it says: type…
BObov
  • 140
  • 1
  • 10
0
votes
1 answer

How to add reference to Microsoft.Office.Interop.Word.dll while copying an asp.net app from dev server to test server

I am referencing Microsoft.Office.Interop.Word.dll in my asp.net web application at development server. No i need to move this app from development server to testing server. I can't see the dll in the bin folder of the app as it is pointing to…
Ram
  • 1
  • 1
  • 1
0
votes
1 answer

Deploying Windows Phone 7

When deploying Windows Phone 7 application i have choice for References Properties - Copy Local. Do I have Copy Local such references as System.XML, System.XML.Linq, Microsoft.Phone.Controls? How to prepare my app for marketplace? For example I am…
Karloss
  • 817
  • 3
  • 9
  • 27
0
votes
2 answers

Error whe deploying Shiny App ""An error has occurred The application failed to start. exit status 1""

I've been working on a Shiny app and locally it works fine, it displays my graphs and lets me twitch the widgets. I have 3 csv files hosted in the data folder, that is placed where my app.R and fc_auxiliares.R files are. I have a shinyapp.io account…
ybarnatan
  • 39
  • 1
  • 5
0
votes
0 answers

Home page is the only one that works deploying with github pages

Here is the link to my site. I just deployed it and when I try to navigate to other pages it gives me a 404. Any idea how to fix this? https://yournamellc.github.io/anime-quote-generator/
0
votes
1 answer

Getting `Cannot find module 'url'` after deploying react app to production

I have developed one react app from scratch by creating using create-react-app, and it is working well on my local env. But after deploying to production, I am getting Cannot find module 'url' error when trying to see all pages on the browser. So I…
Ping Zhao
  • 266
  • 5
  • 19
0
votes
0 answers

WebSocket connection to failed

Locally, everything works fine. When I deploy the applications to Railway I get a "WebSocket connection to failed" error. ` application = ProtocolTypeRouter({ "http": django_asgi_app, "websocket":…
0
votes
0 answers

Protecting a Parse Dashboard

I have a parse/mongoDB running locally and am wondering about putting the Dashboard live for my client to access online. Currently the endpoint /dashboard shows all the user data with read/write access, how do I go about deploying this live and…
0
votes
1 answer

Open() function while deploying streamlit app

I get an error of no such file or directory while am deploying a streamlit app to streamlit cloud share, what could be the problem, i have all files in the same directory and as a standalone the app works perfectly the error comes only when am…
0
votes
1 answer

Render PostgreSQL cannot translate hostname to address in Django

With Render, I would like to use their free PostgreSQL plan to host my database. I am using Django and I got confused what to use as a HOST. The dashboard on Render provides me with an external database url…
A-d-ash
  • 21
  • 1
  • 7
0
votes
1 answer

Deploying to a test network (npx hardhat run scripts/deploy.js --network goerli) in hardhat by using alchemy

hardhat.config.js require("@nomicfoundation/hardhat-toolbox"); /** @type import('hardhat/config').HardhatUserConfig */ require("dotenv").config(); require("@nomiclabs/hardhat-ethers"); const { API_URL, PRIVATE_KEY } = process.env; module.exports =…
Sonikesh
  • 1
  • 1
  • 1