Questions tagged as 'deploy'

2
answers

How to deploy with Wordpress

I want to increase the agility of my projects with Wordpress . I usually use git only in themes. When everything is ready, I upload the theme in the traditional way, via FTP. Of course, I know it's wrong and that's not the way to go...
asked by 28.06.2015 / 15:00
1
answer

What is the function of the Deploy option in Visual Studio?

Community, when I was compiling a project I got the message that should check the Deploy option. Then there was a question, I would like an explanation (the more detailed the better :)) about Visual Studio's Deploy ( Project - Pr...
asked by 14.04.2015 / 01:07
1
answer

Deploying with SVN

I need to set up my environment to do PHP code versioning, but I'm not sure where to start. The repository on the Linux / Apache server is created and I already installed Tortoise on my machine and then started the questions. 1) Which directo...
asked by 05.07.2018 / 16:47
1
answer

I can not publish my MEAN app on OpenShift

I've done everything that seems right. I changed the local variables to process.env , but when I commit and send I get this output: Pushing to ssh://[email protected]/~/git/pontotec.git/ remote:...
asked by 12.02.2016 / 05:45
1
answer

Working with javascript environments using Grunt

I have a very bad problem in my web projects, I do not work with environments, I wanted my application to have different configuration types according to the environment, for example: in the DEV environment my application accesses a server and i...
asked by 11.09.2014 / 02:15
0
answers

Problem with Laravel API in production

I deployed an API in laravel. The problem that is occurring is the following: the online API always returns me '200 ok', without reaching at least the login controller. With this same API, I ran the test on localhost and it worked. Do I need to...
asked by 15.06.2018 / 17:10
0
answers

Deploy laravel 5.2 FTP

I published my first laravel project via FTP, to understand how the structure works inside a server. I uploaded everything inside the folder www and created a .htaccess in the root to reference the public folder of laravel, so far everything...
asked by 13.07.2016 / 21:54
1
answer

Change the WCF address in Windows Universal App from the development environment to the production environment

I'm developing an application in Universal Windows App (for Windows 10, Windows 10 Mobile, etc.), which basically this application makes consumption of data that are in the service running in WCF. It turns out that I have a unique solution wh...
asked by 10.11.2015 / 09:46
0
answers

How to automate the deploy process? [closed]

Using Jenkins, to get branch changes and immediately go to production what are the ways to build the server infrastructure? I say, is there another possibility of doing this besides having more than one machine, "diverting" the requisitions a...
asked by 09.05.2015 / 01:49
0
answers

caches_page in rails 3 does not work in production [closed]

In development, caches_page works normally, but in production, it creates the cache and rewrites the cache to each access. Anyone have any idea how this issue can be resolved? My config / production.rb file: AppRuby::Application.configure d...
asked by 03.06.2014 / 03:29