deployment

Publishing/Deploying Orchard CMS 1.8 with Visual Studio 2013

百般思念 提交于 2019-12-22 12:39:33
问题 I am new to Orchard 1.8 and have developed a website using Visual Studio Premium 2013 Version 12.0.21005.1 (with the .NET 4.5.51641 Framework) and I need to know how to Publish/Deploy an Orchard website from a local desktop development box to an in-house "production" machine that has Windows Server 21012 R2, and IIS 8.5. The development version of the site (on my local machine) uses SQL Server 2012 SP1 as the database. How do I Publish/Deploy to the in-house "production" machine that has:

Include JRE in my Jar for Swing app [duplicate]

早过忘川 提交于 2019-12-22 11:43:16
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to deliver my Java application with a particular JRE? I have developed Java desktop application in Swing and created jar for that. This is working fine by double click on it, in my OS (Windows). Now I want to run same jar file in some other system (Different Operating system), that don't have any Java related software. How to include JRE in my Java application that will make my application to run in any

Include JRE in my Jar for Swing app [duplicate]

瘦欲@ 提交于 2019-12-22 11:42:11
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to deliver my Java application with a particular JRE? I have developed Java desktop application in Swing and created jar for that. This is working fine by double click on it, in my OS (Windows). Now I want to run same jar file in some other system (Different Operating system), that don't have any Java related software. How to include JRE in my Java application that will make my application to run in any

Installing SQL Server 2014 Express package as ClickOnce prerequisite

倾然丶 夕夏残阳落幕 提交于 2019-12-22 11:37:34
问题 I'm using clickOnce and deploying an installer with it. I have tried various settings. Using SQL Server 2008 Express and SQL Server 2012 Express as prerequisite is all ok (I've dowloaded them and set the option of clickonce "download prerequisites from the same path of app"). Now I'm trying to do the same thing with SQL Server 2014 Express. Since the SQL Server 2014 Express package isn't alredy done line 2008 and 2012 versiones, I'm trying to create it. I have done and it seems to work, but

deploying java war to heroku ,pom.xml error

北城余情 提交于 2019-12-22 11:27:29
问题 i want to deploy java war to heroku..and i mentioned the dependencies like below in my pom.xml <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> <goals><goal>copy-dependencies</goal></goals> </execution> </executions> </plugin> </plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin<

deploying java war to heroku ,pom.xml error

喜夏-厌秋 提交于 2019-12-22 11:26:05
问题 i want to deploy java war to heroku..and i mentioned the dependencies like below in my pom.xml <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> <goals><goal>copy-dependencies</goal></goals> </execution> </executions> </plugin> </plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin<

Deploy Java application on MacOSX (from a Windows system)

无人久伴 提交于 2019-12-22 11:02:25
问题 Here's the deal. I'm just starting with Java programming, I've made a simple application that uses SWT graphic library and I want to deploy it on a Mac (running the latest version of MacOS X). I did all the programming in my Windows 7 machine, so here are my questions: Q1) Can I make an executable file for MacOS X from my Windows machine? How? (I saw that it's possible to create .exe files on Windows, instead of using .jar; I want to do the same for the Mac, of course it won't be an .exe) Q2)

Deploying Rails 3 on Dreamhost with Capistrano

只谈情不闲聊 提交于 2019-12-22 10:36:26
问题 I'm trying to deploy a Rails app using Capistrano (it's my first time using Capistrano). I have a Dreamhost Private Server which is using Ruby 1.8.7 and Rails 3.0.3 (according to http://rails.dreamhosters.com/) I've followed Dreamhost's Capistrano setup instructions (http://wiki.dreamhost.com/Capistrano) When I run "cap deploy:migrations" I get this error: [out :: xxx.com] Could not find i18n-0.5.0 in any of the sources ** [out :: xxx.com] Try running `bundle install` Am I right in thinking

How to automate deployment of source & compiled code (excluding git history) to third-party developers?

匆匆过客 提交于 2019-12-22 10:29:25
问题 I'm going to setup some tools/techiques/environments so that when I need to provide the source code for third-party developers, I do it without git history with some sensitive code already compiled and stripped. So I want to automate this process, so that I always provide the latest version of it without the pain of doing all necessary steps by hands everytime. I use bitbucket and git. How can my goals be accomplished using bitbucket and git? Do I need some other tools? P.S. Feel free to edit

JBoss - How can to exclude javax.validation in jboss-deployment-structure?

我怕爱的太早我们不能终老 提交于 2019-12-22 10:27:43
问题 I have .war using Jersey REST, and it works in tomCat. But I need to run my .war in JBoss 6.4.0 which causes an exception java.lang.RuntimeException: java.lang.NoSuchMethodError: javax.validation.spi.ConfigurationState.getParameterNameProvider() because JBoss uses old version javax.validation, and I need to exclude javax.validation from deployment of JBoss. I create jboss-deployment-structure.xml in WEB-INF of .war: <?xml version="1.0" encoding="UTF-8"?> <jboss-deployment-structure>