Questions tagged as 'deploy'

1
answer

How to automate a deploy in Apache?

I have some Django-based systems that often need to be deployed on different servers. This involves, among other things, installing all dependencies, downloading project files, placing them in a standardized folder, etc., all of which can be don...
asked by 12.11.2014 / 21:34
1
answer

Install SQLServer with the application

I am finalizing an application and will compile using Inno Setup . The system I am using SQLServer . I will install the system on other computers. Is the database installed on the computers that will receive the application or do I have...
asked by 07.08.2015 / 21:48
1
answer

Maintenance environment for ecomerce - PrestaShop

I've taken a service to support e-commerce on the PrestaShop platform. I found the environment configured this way: The main application files are on bitbucket. To do maintenance, I change the files via git and do the deploy of th...
asked by 13.03.2017 / 17:25
1
answer

Deploy using GIT on my server

Hello, I use to be able to upload my GIT site files, deploy 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 created a post-receive file inside the hook...
asked by 17.06.2017 / 00:15
1
answer

Qt5Widgets.dll 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-bit, though development takes place in a Windows 10, 64-bit environment) to another computer (this one with Windows 8.1, 32 bit). To do this, I have prepared the CMake scri...
asked by 02.08.2016 / 15:43
1
answer

Size of a very large Xamarin Forms application

I recently created an application using Xamarin.Forms, but after launching, it was 15MB in size. My application has a total of 8 pages ( views ) of which only two use images and speaking in images the total size of my resoucers folder is no mo...
asked by 22.08.2018 / 18:03
1
answer

Project structure

I have a project being developed with VRaptor and I have a question about structure of project. The project I'm developing will be installed on multiple clients, each with a different structure. I do not know how the JPA configura...
asked by 06.01.2015 / 14:09
1
answer

Error uploading a NodeJS application in Heroku

While running 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 failing! You can troubleshoot c...
asked by 04.05.2017 / 18:28
1
answer

Set Home Page in IIS

When we deploy in IIS with an MVC 5 application, I need to set the homepage, right? In my case I have the Views = > Home = > Index.cshtml. In my case, I go to Default Document and how do I put all this step to inform the index page? I put...
asked by 07.10.2014 / 13:12
1
answer

Uploading Application Laravel4 for shared hosting

My access to this hosting can only be from the folder public_html forward, I can not access a level back. I put all project files within public_html and entered a htaccess with <IfModule mod_rewrite.c> Re...
asked by 02.05.2014 / 18:54