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
-
11
votes2
answers365
viewsHow can I force refresh after deploy?
I have a web application made in PHP, and I wanted to force that whenever I deploy a new version of the application the client is "obliged" to update everything that has changed, such as images,…
-
10
votes2
answers525
views -
8
votes3
answers477
viewsHow to use GIT connected to the server?
I’ve been looking for some time about how I could replace mine filezilla and I got some answers that it’s possible to use git as an intermediary so I can run my site/project according to what’s in…
-
7
votes1
answer308
viewsDeploy with GIT x Deploy with Gulp
I still can’t figure out which is the best deploy on a site. I explain how I’m doing: GIT I started a local repository I hosted my repository on some service like Github/Bitbucket I hacked into the…
-
6
votes2
answers433
viewsHow to deploy using Grunt?
I want to deploy via FTP using Grunt, I saw some tutorials but I don’t know how to configure the Gruntfile.js nor the task I should use to deploy and also if I need other resources to deploy, such…
-
5
votes4
answers640
viewsInstallable PHP application architecture
I am trying to improve my PHP applications. In this goal I would like to create an installer for a web application, a website for example. I already know linux packages like rpm and deb, that’s not…
-
5
votes1
answer171
viewsHow to automate testing?
It is common each time deploy a bug occurs to go along, often noticed only months after that change. To solve this, I want to know if it’s possible to test ALL main functionalities in an automated…
-
5
votes1
answer268
viewsHow to automate a deploy in Apache?
I have some systems based in Django that often need to be deployed (Deployed) on different servers. This involves, among other things, installing all the dependencies, downloading the project files,…
-
5
votes1
answer1413
viewsHow to make visual studio 2015 publish only the files that are most current?
I put a project in visual studio 2015 to try the tool. It is an Asp.net mvc application, I publish it directly to the server by FTP. Right click on the project, Publish, then I created an FTP…
-
5
votes1
answer1426
viewsC# App.config - Change BD address at installation time
I have a C# desktop application that when installed on a pc, must access a Mysql BD that is on another machine. The BD server address is configured in the file App.config . At the client’s request,…
-
5
votes1
answer1031
viewsNodejs deploy in production
What are the best practices for doing the deploy in producing of a Node.JS application? I would like to know how the deploy in production of API’s Node.JS. My application is today dockerized and…
-
5
votes1
answer412
viewsDeploy using GIT on my server
Hello, I use it to upload my files from the GIT site, deploying to my server automatically so I did the following: 1 - I created a GIT repository on my server outside the public_html folder 2 - then…
-
4
votes1
answer609
viewsInstall SQL Server with the application
I am finishing an application and will compile using Inno Setup. The system is using SQL Server. I’ll install the system on other computers. The database is installed on the computers that will…
-
4
votes1
answer13542
viewsStartar site on IIS is returning error 500
Trying to learn how to set up a site on IIS, by typing the site URL, this gives the following error: Server Error 500 - Internal server error. There is a problem with the resource that you are…
-
4
votes1
answer68
viewsEcomerce maintenance environment - Prestashop
I took a service to support an e-commerce on the Prestashop platform. I found the environment configured this way: The main application files are in bitbucket. To do the maintenance, I change the…
-
4
votes0
answers771
viewsfatal: does not appear to be a git Repository
I’m trying to set up a private Git repository on shared hosting via SSH. I do the whole process of configuring the keys etc,e giving git init in the repository but when I put git remote add deploy…
-
3
votes1
answer1084
viewsGoing Up Laravel4 App for Shared Hosting
My access to this hosting can only be from the folder public_html forward, I can’t access a level back. I put all the project files inside public_html and inserted a htaccess with <IfModule…
-
3
votes1
answer972
viewsSet main page on IIS
When we deploy to IIS with an MVC 5 application, I need to set the homepage, right? In my case I have the folder Views => Home => Index.cshtml. In my case, I go to Default Document and how do…
-
3
votes1
answer518
viewsDesign structure
I have a project being developed with VRaptor and I have a question about the structure of project. The project I’m developing will be installed in several clients, each with a different structure.…
-
3
votes1
answer169
viewsWeb.Config Transformations - What to do with connectionString.config if I don’t use Web Deploy?
My Web.config points to an external connectionString file. <?xml version="1.0"?> <configuration> <connectionStrings configSource="connectionStrings.config"/> </configuration>…
-
3
votes1
answer192
viewsQt5 Deploy on Linux - No installation
I’m developing a solution in Qtcreator Qt version 5.4.2. Well, I have the following problem: When I run on my machine and on any Ubuntu Vivid (15.04) it works. But when I try to run on Ubuntu 14.04…
-
3
votes0
answers135
viewsWhat does this git error mean?
I’m migrating a git repository from the server. I’m taking it out of my VPS and moving it to Bitbucket. I took all the VPS branches and successfully climbed to the mentioned service. I even added a…
-
3
votes1
answer538
viewsQt5widgets.dll error when it is installed to another computer
I’m trying to export an application built in Qt 5.7.0 (compiled to 32 bits, although development takes place in a Windows 10 environment, 64 bits) to another computer (this one with Windows 8.1, 32…
-
3
votes1
answer273
viewsError while uploading a Nodejs application to Heroku
While performing the eating: git push heroku master LOG: -----> Node.js app detected parse error: Unfinished string ! Unable to parse package.json -----> Build failed We're sorry this build is…
-
3
votes1
answer248
viewsSize of a very large Xamarin Forms application
Recently created an application using Xamarin.Forms, but after the release it was with a size of 15MB. My app has a total of 8 pages (views) among which only two use images and speaking in images…
-
2
votes0
answers88
viewscaches_page in Rails 3 does not work in production
In development the caches_page works normally, but in production, it creates the cache and rewrites the cache at each access. Does anyone have any idea how this problem can be solved? My…
-
2
votes2
answers1176
viewsError Building on Jenkins
I’m having a problem configuring the build in Jenkins follows errors: this happens in the job " configuration in the build step", where I choose the version of Maven and then below I need to…
-
2
votes1
answer125
viewsWorking with javascript environments using Grunt
I have a very bad problem in my web projects, I don’t work with environments, I wanted my application to have different configuration types according to the environment, for example: in the DEV…
-
2
votes0
answers375
viewsHow to automate the deployment process?
Using Jenkins, to get changes to a branch and send immediately to production what are the ways to build the server infrastructure? I mean, there is another possibility to do this besides owning more…
-
2
votes1
answer56
viewsWhat is the function of the Deploy option in Visual Studio?
Community, when I went to compile a project I received the message that should mark the option Deploy. Hence a doubt arose, I would like an explanation (the more detailed the better :) on the option…
-
2
votes2
answers757
viewsHow to deploy with Wordpress
I want to increase the agility of my projects made with Wordpress. I usually use the git just in the themes. When everything is ready, I raise the theme in the traditional way, by FTP. Of course, I…
-
2
votes1
answer1432
views -
2
votes1
answer115
viewsDeployment of Sqlite together with . Net application
I finished the C# app with Sqlite, but I saw that I need to send along with the Sqlite base and DLL. Which Sqlite DLL files need to attach and which folder do I have to play these files in?…
-
2
votes0
answers254
views -
2
votes2
answers91
viewsWindows Service Deploy for ec2
Currently when I need to make the automated deployment of my web application to Amazon’s EB (Elastic Beanstalk), I use the command line tool below: C: Program Files (x86) AWS Tools Deployment Tool…
-
2
votes2
answers1652
viewsSend specific branch with Git to Github
how I can send a specific branch to Github through Git? I am creating a project to learn how to use Gulp and its plugins, and in it I created a folder with source code, called src and a folder…
-
2
votes1
answer276
viewsHow do I deploy an Angular app to Heroku using Gitlab?
Angular Use 5 (5.2.10) and Angular CLI (1.7.4) and I would like to deploy to Heroku, but my files are in the Gitlab repository. Some more information: Node (8.11.1) and npm (5.6.0).
-
2
votes1
answer143
viewsI can’t publish my MEAN app to Openshift
I did everything that feels right. I changed the local variables to process.env, but when I commit and send I get this output: Pushing to…
-
2
votes1
answer188
viewsError deploying to glassfish server
Project not Rada on server after deploy. glassfish 4.1 Project cdi, jsf, primefaces, jpa System error: WELD-000335: Context is already active java.lang.Illegalstateexception: WELD-000335: Context is…
-
2
votes1
answer141
viewsDeploying with SVN
I need to configure my environment to do PHP code versioning, but I’m having doubts about 'where to start'. The repository on the Linux/Apache server is created and I already installed Tortoise on…
-
2
votes1
answer291
viewsError deploying with Tomcat 7
I made an app with springboot and when I run it inside the springboot it works normally but when I run War and I put to run in Tomcat it gives some errors. I’ve tried a few things I’ve seen on the…
-
1
votes2
answers118
viewsDeploy with Capistrano - Comando su
I’m using Capistrano to deploy on Amazon. Capistrano + Unicorn + Nginx + Ec2 When I go to deploy:Cold, it gives the following error: servers: ["ec2-xx-xxx-xx-xx.sa-east-1.compute.amazonaws.com"]…
-
1
votes1
answer80
viewsUpload a nodjs and mongodb project into a VPS
I developed my project with Nodejs and Mongodb on Windows, now I intend to upload it in an Ubuntu VPS with these already installed software, I already have Putty installed on my machine and I got…
-
1
votes1
answer1101
viewsUnknown supplier
I finished an application on the C# Windows Forms platform and want to publish it on a website, but the application needs admin permission to connect to the server and download to a Windows folder.…
-
1
votes1
answer2086
viewsJava program only works on the development machine
I created a Java application in Netbeans. This application has a GUI and uses some external Jars. After doing Clean and Build in the Netbeans dist folder a Jar (main class) and a folder named lib…
-
1
votes1
answer480
viewsUbuntu linux deployment environment creation
I’m testing a Digital Ocean machine, it comes with Ubuntu linux (I chose), I need to create the following environment Firewall Java Tomcat7 Jenkins git MySQL MySqlAdmin Groovy Gradle Well, as you…
-
1
votes1
answer21
viewsHow to create custom Stages with Capistrano 3?
I have a repository from which two different applications derive. Although they share the same source code, the visual and database of the two is different, as well as the paths on the server. Good…
-
1
votes1
answer143
viewsNo compatible features when posting to Google Play
I have a problem when it comes to publishing my App on google play. Do not appear compatible devices when sending the APK, and in development it worked normal on several mobile phones (Ex. Galaxy…
-
1
votes1
answer179
viewsTomcat does not display jsp pages on the production server
I’m using the Tomcat 8 in my application, when I Gero the .war to make the deploy he apparently does everything right. However, when I go to the page /index.jsp is giving error 404. When I check the…
-
1
votes0
answers601
viewsAutomatic deploy with git does not work in Ocaweb
Good night, you guys! I’m trying to make an automatic deployment with git directly on the site server in Ocaweb, but it doesn’t work. I followed several tutorials, but I could not, I can send the…