Most voted "deploy" questions
A series of activities that makes a program available for use (usually in test or production environments)
Learn more…126 questions
Sort by count of
-
1
votes0
answers29
viewsProblem deploying with Pistrane
I am having a very strange problem with Pistrano at the time of deploying to my staging environment. I am using Ruby 2.0.0, Rails 4.2.3 and Capistrano 3.4.0. My server environment is ready, however…
-
1
votes1
answer44
viewsChange WCF address in Windows Universal App from development to production environment
I am developing an application in Universal Windows App (for Windows 10, Windows 10 Mobile, etc), which basically this application makes the consumption of data that are in the service running in…
-
1
votes2
answers1228
viewsProject Deploy on Laravel 5.4 on Umbler
Hello, I saw the Brazilian community of Laravel commenting on Umbler a good BR server for project deploys in Laravel. I went to test the deploy of a project, but I couldn’t get it to work on the PRO…
-
1
votes1
answer163
viewsWhy deploy with PHP is simpler?
I have the following question, because deploy with PHP is simpler than with other languages like PYTHON or RUBY? I know there are many Stacks ready, but when it is to move up such an application in…
-
1
votes0
answers87
viewsIdentification of a VSTO solution
I implemented a project of the type Excel Workbook in Visual Studio. The project runs right, my problem is how to install it on the client’s computer. I don’t want an installer Clickonce, because…
-
1
votes0
answers27
viewsDeploy per command line
We are creating automated application version generation and publishing routines using Gitflow and CI (Intel). Is there any way to deploy apk (it is already generated and signed - I just want to…
-
1
votes2
answers192
viewsCompile a. NET application into a self-contained executable
I wondered if it is possible to compile an application . NET Framework in just one executable file. No files .dll outsiders. I did some research but was unsuccessful.
-
1
votes1
answer167
viewsProblem with Laravel API in production
I have deployed an API in Laravel. The problem that is occurring is the following: the online API always returns me '200 ok', without at least getting to the login controller. With this same API, I…
-
1
votes1
answer99
viewsPublishing site on IIS gives debug error
I have a little strange problem. I’m developing a website MVC on VS2013, I have a website IIS configured for my project. So I make Publish of my website for the IIS, then when I launch the debug…
-
1
votes1
answer127
viewsDjango Application Deploy with Apache
I made a Django application and am doing some deployment tests on a virtual machine with Ubuntu Server 18.04, before deploying it in a VPS. I made the settings correctly, but I’m having a problem…
-
1
votes0
answers143
viewsError starting a Flutter app on Physical Iphone
I’m trying to run an app written in Flutter on physical iPhone, when I run the command flutter run deploy is started, but it carries infinitely. When I run via x-code the error below is presented…
-
1
votes0
answers217
viewsHow to install dependencies for an application in Heroku?
I have some problems to deploy my app in Heroku. After adding the pipefile build, the application was deployed. However, I received an error message from the application on the website. The message…
-
1
votes1
answer286
viewsDeploy flask application on Heroku with flask-sqlalchemy
I have a small application written in flask and I am having problems with the database when trying to deploy in Heroku and after searching for two days I did not find any solution that suits me. In…
-
1
votes0
answers96
viewsInaccessible link on IIS
I’m making a C# application using the MVC standard. It uses a Google Firebase database. Running this application by Visual Studio debugger works normally, but when trying to publish it in localhost,…
-
1
votes1
answer77
viewsHow does the Deploy process in Golang work?
Situation In my company we are starting a technology exchange process. And one of the suggested was Golang. And one of the biggest obstacles is the deployment process. Experiments In PHP, even being…
-
1
votes0
answers173
viewsDeploy a Springboot API (JAR) to an HTTPS Host
I am having a problem deploying a JAR on a VPS (Hostgator) server. The front (angular) deploy was successful. However, I built a test API (Helloworld). In application.properties I put the following…
deployasked 4 years, 10 months ago Alcides Foly 11 -
1
votes1
answer199
viewsError starting Spring Boot with Tomcat 9.0.21
Situation: I have an application implemented with Spring Boot and need to deploy to Tomcat (V9.0.21). Problem: I managed the package . War normally and made the deploy. I start the application…
-
1
votes0
answers258
viewsHow to configure the Heroku procfile to find the application path that is not at the root of the project?
I have a springboot application in the git repository with the following configuration: /api .gitignore Procfile README.md However when I try to do Deoloy on Heroku I get the following error: ! No…
-
0
votes2
answers1276
viewsHow to upgrade my Node.js project to Heroku?
Have a project that uses Node.js, Websockets, Socket.io and HTML5 running on my internal wireless network. I want to put you public using Heroku. Please tell me the steps to be followed so I can…
-
0
votes2
answers856
viewsHow to deploy Laravel 4.2 applications via FTP?
Hello, I want to deploy an application in Laravel 4.2 via FTP, but the resources and tutorials I found could not solve the problem. Someone could show me a method?
-
0
votes1
answer1103
viewsProblems publishing an Asp.net application on IIS
I am trying to publish my application on a Windows server 2012 with IIS 8. I have taken the step by step to go to "Site -> Add Website" and fill in the coordinates, paths and etc. I have deployed…
-
0
votes1
answer94
viewsDeploy Ruby on Rails with Capistrano
When executing the deploy I have the following error: Rack app error: #<RuntimeError: Missing 'secret_token' and 'secret_key_bas' for 'production' environment, set these values in…
-
0
votes1
answer3632
views -
0
votes1
answer121
viewsError deploying a Maven project
This is my first complete project with Maven, when I spin in the IDE works perfectly but when I do deploy on the server Tomcat some mistakes happen. Error that happens when I try to enter the system…
-
0
votes1
answer459
viewsVisual Studio Publishing Methods
Is there any way to publish specific files through Visual Studio 2013? In the publications I performed, Visual Studio deleted all the files in the destination and imported the new ones. Note: I use…
-
0
votes0
answers51
viewsError server 500 Reverse openshif with Django
I deployed an application in openshift and basically the same is a crud, what happens, whenever I try to register a new client the server returns me "server error 500", does anyone know tell me why…
-
0
votes1
answer212
viewsAutomate deploy on Jboss by Jenkins?
What would be the best way to deploy Jboss EAP via Jenkins ? After the completion of the build, if it occurs successfully, I would like to deploy my application, would be better via plugin or create…
-
0
votes0
answers212
viewsError deploying to Heroku
Trying to deploy to Heroku with Tomcat 7 and Hibernate and this error appears: [ERROR] Failed to execute org.apache.Maven.plugins:Maven-Compiler-plugin:3.1:Compile (default-Compile) on project…
-
0
votes0
answers101
viewsVersion identification in Web projects
Working with Webservices on several glassfish servers, and currently the version identification is done in the file . War, example: test-1.0. War I wonder if this is the right way, or what would be…
-
0
votes1
answer140
viewsDeploy Asp Net MVC
I have deployed a simple website that is still in development, the address is http://www.datussistemas.com.br, but I don’t know how to solve the problem that happens when I try to access it. Someone…
-
0
votes1
answer345
viewsPublish Visual Studio does not connect to remote computer (Web Deploy)
When trying to publish my application via Visual Studio (Publish...), have as return an error message stating that it was not possible to connect to the remote computer. The Web Deploy the server is…
-
0
votes1
answer61
viewsInfluence on the chosen AWS region in performance
Logically, comparing two similar infrastructures, it is expected that the closer to the request user respond more quickly. For web applications in AWS in general (not being real time), the…
-
0
votes1
answer57
viewsRails project deploy on AWS, port-free access
I need to upload a site developed in Rails in the AWS. However, whenever I give the start it is only accessible if I specify the port used by Rails (www.dominio.com:3000, for example). I tried to…
-
0
votes1
answer457
viewsDeploy in Laravel Projects
Hello! After a project is done in Laravel, which folders and files are really useful for uploading to the server? Actually I use everything and I think it’s kind of heavy.
-
0
votes1
answer3521
viewsConfigure Laravel Application on Production Server
Someone who has already deployed application in Laravel on Centos 7 Production Server to give me a hand?? I have done all the basic possible settings, created Virtualhost pointing to the public…
-
0
votes1
answer78
viewsJavascript - Setting url’s according to environment
My application has a login repository, very simple with pure javascript, at most a jquery. How do I make an ajax call by passing the correct url according to the environment I’m in? If I’m in the…
-
0
votes1
answer62
viewsError deploying to Azure Service Apps
I am having the following problem, I am using the deploy service of Azure, I am trying to upload an application in Lumen ( php ). I can even go up but when I make a request inside the application…
-
0
votes0
answers69
viewsProblem with delete after deploy
Good Afternoon. I deployed an APP I am developing in Laravel with PHP 7, in order to generate requests. The application is very simple, has: a register and consultation of clients; product…
-
0
votes1
answer37
viewsHeroku python file deployment failed
Good afternoon, I’m trying to deploy a python file 3.7.1 in Heroku but in the Heroku documentation states that it supports the version 3.7.2. Following error below: Error: Requested Runtime (Python…
-
0
votes1
answer44
viewsFirebase Deploy displays 'waiting for Apis' message to enable
Talk guys, I’m doing my first deployment on Firebase, and I came across this beautiful. Unfortunately I found nothing on the interwebs about, and I turn to you as always, there is something I can do…
-
0
votes1
answer45
viewsHeroku Rails 4 Assets do not load
After I have deployed these files below are not being loaded. This is my directory This is my application.Rb Here as they are being called <%= stylesheet_link_tag "home" %> <%=…
-
0
votes1
answer236
viewsHow do I upload a Nuxt project to a server? (Namecheap)
personnel what files of a project in nuxt I must go up to a server, in case I use the Namecheap. surrounded the npm run build (on my machine), and a folder /dist was created inside the folder .nuxt…
-
0
votes1
answer57
viewsDjango application (NGINX and WSGI) consuming only one core, reaching 100% and locking
I have a problem that I have deployed with NGINX and UWSGI on a debian 9 with 24 cores, the application is simply running correctly, but when I upload an excel file the application is using only one…
-
0
votes2
answers131
viewsLoad with Ant and EAP task 7x "Caused by: java.lang.Noclassdeffounderror: javax/xml/Ws/Soap/Soapfaultexception"
I compile a script using the ant task, the load and the application platform JBOSS EAP 7, below follows my source code: <taskdef resource="cargo.tasks"> <classpath> <fileset…
-
0
votes0
answers33
viewsHEROKU - REACTJS Unexpected token '<'
**import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './app/app'; import reportWebVitals from './reportWebVitals'; ReactDOM.render( <App/>,…
-
0
votes0
answers8
viewsChange in ASP.net Deploy project without the original project
I have a project done in Asp.net, and in production has only its Deploy running, and the solution generated by the project’s Visual Studio is corrupted, and I need to change a database configuration…
-
0
votes0
answers35
viewsDeploy a project using Handlebars as a template
today I went to try to deploy a repository where I use the handlebars for template and it turns out that it does not find the files (404 not found) Link to the repository…
-
0
votes1
answer251
views -
0
votes0
answers30
viewsError trying to deploy, Repository access denied
I am developing in Laravel, and I can’t use the deployer to deploy to our server in Amazon, our deploy.php looks like this: and we’re getting this bug, notice I seem to be in the right repository…
-
0
votes1
answer223
viewsError: Deploy Python Heroku - Runtime (python-3.4.0) is not available
Personal, all right. Someone can help me solve the following problem: I’m making an application in Django and now I’m in the process of uploading to the server. I’ll send it to Heroku. I performed…