deployment

Including MS C++ runtime in VS2005 generated MSI

谁说胖子不能爱 提交于 2020-01-04 18:40:27
问题 I've got a project that depends on a particular version of MSVCR80.dll (the MS Visual C Runtime) and I'm running into problems where, depending on the particular system configuration, my app doesn't always get the right version of that file. It's been a bit of a crap shoot as to what path it takes to find a file with that name, and it's not always right... Is there a way, when creating a Deployment Project in VS2005, to ensure that my app will always use the runtime that I provided?? When I

Change linux user default ownership on file creation? [closed]

孤人 提交于 2020-01-04 14:30:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Seems like something which should be easy to find but Googling brings up lots of unrelated tasks. I have a deploy scipt which runs under the user "deploy" but my web server runs as "nginx" I want the web server to be able to write to the deployed files. Ive added nginx to the deploy user group and I believe I

The plugin 'org.apache.maven.plugins:maven-jboss-as-plugin' does not exist or no valid version could be found

允我心安 提交于 2020-01-04 09:04:58
问题 I hit into deployment error for Jboss AS 7.1.1 Final deployment as mentioned at Could not connect to remote://localhost:9999. The connection timed out Jboss 7.1.1 Final. I am trying to use latest version of Jboss Maven plugin '7.4.Final' from '7.1.1.Final'. When I made change in POM configuration I am getting following error for both versions of plug-in. I have confirmed that my .m2 has both of these plug-in versions available. Is POM meta data corrupt in my case, if so how do I clean it up

Symfony2 Capistrano deploying to CDN

给你一囗甜甜゛ 提交于 2020-01-04 05:53:18
问题 I've got a Symfony2 application which I am deploying to development, staging and production servers using Capistrano. However, I'm looking to also setup a CDN to serve static content such as images, css, js files etc. The URL for the CDN for example is static.example.com. I've read that I simply need to add the following to my config_prod.yml file: framework: templating: engines: ['twig'] assets_base_urls: http: [http://static.example.com] However, when deploying using capistrano would I need

Heroku push hanging on “fetching gem metadata from rubygems” with no errors or trace of any kind

末鹿安然 提交于 2020-01-04 05:26:15
问题 My deployment is stuck on fetching gem metadata from rubygems every time I deploy. It worked this morning, had problems this afternoon and now it's not working again. We tried from somewhere else and from other computers with the same result. It works fine locally I can update from rubygems without a problem. Visual: Delta compression using up to 4 threads. Compressing objects: 100% (9/9), done. Writing objects: 100% (9/9), 764 bytes, done. Total 9 (delta 7), reused 0 (delta 0) -----> Heroku

Exposed onsite vs IFD deployments for MS Dynamics CRM

余生颓废 提交于 2020-01-04 04:08:13
问题 I'm working for the first time on a MS Dynamics CRM 4.0 project. Our company has a high number of remote employees and even more remote consultants. As such it will be necessary to make the CRM solution available over the internet. As near as I can tell, I have three options: Have everyone use a VPN to access an intranet site (typical onsite deployment). However, we have found that VPNs are far from trouble free and cause many support issues. We avoid them like the plague. Use IFD to expose

How to only deploy dist folder to azure web site?

蓝咒 提交于 2020-01-04 02:29:05
问题 I have src files and dist/ folder in my azure website project. project |- src/ |- dist/ The default behavior uploads all the files inside of the project, i.e. both src and dist. website |- src/ |- dist/ I want to keep the website clean, only with dist files in it. website |- dist/ It would be even better if I can map the dist folder to the website. website |- all the files |- in dist folder What should I do? I know I can only publish one specific folder by right-clicking on the folder and

how to set different environment variables of Deployment replicas in kubernetes

旧巷老猫 提交于 2020-01-04 02:26:26
问题 I have 4 k8s pods by setting the replicas of Deployment to 4 now. apiVersion: v1 kind: Deployment metadata: ... spec: ... replicas: 4 ... The POD will get items in a database and consume it, the items in database has a column class_name . now I want one pod only get one class_name 's item. for example pod1 only get item which class_name equals class_name_1 , and pod2 only get item which class_name equals class_name_2 ... So I want to pass different class_name as environment variables to

How can I change the address of a WCF service reference?

旧街凉风 提交于 2020-01-03 17:12:31
问题 I have an application which is used internally and uses WCF for communication between client and server portions, however it will soon need deploying to sites where server names are different. The WCF services are hosted as a Windows service using the netTcp binding. At the moment, the addresses of the services are specified using the Add Service Reference command in Visual Studio. Is it possible to make the base address of the WCF services a user preference, and then make the service

how fix new error that's stopping app engine deployment? (after Google pushed a Cloud Tools SDK update today)

大兔子大兔子 提交于 2020-01-03 16:48:06
问题 I am using IntelliJ and I am deploying to Google App Engine Standard Environment. I have a new error after Google pushed a Cloud Tools SDK update to my development machine. I can no longer deploy current or previously deployed working versions to Google App Engine using IntelliJ. **error**: package com.google.appengine.api.users does not exist import warning: [options] bootstrap class path not set in conjunction with -source 1.7 C:\Users\Dave\AppData\Local\Temp\1500787298445-0\org\apache\jsp