Questions tagged as 'deploy'

2
answers

How 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 would be obliged to update everything that had changed, such as images, CSS, JS, etc. p> How can I do this?     
asked by 22.02.2018 / 20:54
1
answer

Deploy Application Laravel 5.2 + Angular2

I'm developing a small application with Laravel 5.2 and Angular2. So far everything is ok in the development environment (not to contradict :)). My concern is how to deploy this application to a shared server - in which case I'll be posting on K...
asked by 31.08.2016 / 21:09
3
answers

How to use GIT connected on the server?

I've been looking for some time on how I could replace my filezilla and got some answers that it's possible to use git as an intermediate so I can run my site / project according to what's in that repository . I also found a article a...
asked by 05.10.2015 / 17:17
1
answer

Deploy with GIT x Deploy with Gulp

I still can not figure out what the best deploy of a site is. I explain the way I'm doing: GIT I started a local repository I hosted my repository on some service like GitHub / Bitbucket I joined the server via SSH and clone the dir...
asked by 09.07.2015 / 13:34
4
answers

Installable PHP application architecture [closed]

I'm 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 what I'm talking about, because some servers...
asked by 24.12.2013 / 17:40
2
answers

How do I deploy using Grunt?

I want to deploy via FTP using Grunt, I have seen some tutorials but I do not know how to configure Gruntfile.js nor the task that I should use to deploy and also if I need other resources to deploy, for example configure something on the...
asked by 27.01.2015 / 22:23
1
answer

C # App.config - Change DB address at installation time

I have a C # desktop application that when installed on a pc, should access a Mysql DB that is on another machine. The DB server address is configured in the App.config file. At the client's request, at the time of installation I need to...
asked by 31.07.2015 / 20:13
1
answer

How to automate tests? [closed]

It is common every time deploy occurs a bug go together, often only noticed months after that change. In order to solve this, I want to know if it is possible to test ALL main functionalities in an automated way? I say, before going to product...
asked by 30.04.2015 / 21:52
1
answer

How 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's an ASP.NET MVC application, I'm publishing it directly to the server via FTP. Right click on the project, publish, there I created an FTP profile and I told you not to delete the...
asked by 29.07.2015 / 06:20
1
answer

Nodejs deploy in production

What are the best practices for doing deploy in production of a Node.JS application? I would like to know how the deploy in production of API's Node.JS is done today. My application is now dockerized and running in the local environme...
asked by 18.03.2017 / 17:14