deployment

how to seamlessly integrate subversion and git?

I'm looking for tips on how to seamlessly integrate subversion and git, for deploying web sites by a small team of web developers. We each have our own development versions of our sites on our local machines. We also have dev, staging, and live servers. As our team has grown, we haven't updated our revision control and deployment strate...

Conditional registry entries in Visual Studio 2005 setup packager

I've a setup project in Visual Studio 2005 that writes a couple dozen registry entries. These entries store user configuration data which the user populates through use of the installed application. I've now released an updated version of the application, and generated a new setup package accordingly. Unfortunately, when I run this ...

CF - CAB deployment

Hello. I have followed this example http://msdn.microsoft.com/en-us/library/Aa446504 and it works fine. The cab is created and i can copy it on the device and install the app. What im missing is that on device the application is not present in Programs folder. All i can do is browse to its location in /program files and run it manua...

How to automatically drop & create tables with Glassfish v3 & PostgreSQL 8.4?

I've got a simple web app that should store data into my postgreSQL database. There's a class "Person" which is annotated as @Entity, there's a JDBC Connection Pool and a JDBC Resource. When I try to deploy it by the command asadmin deploy --name=miniejb --force=true --dropandcreatetables=true ~/workspace/miniejb/bin I get error me...

MSI File/Registry failures on Windows Server 2008/Windows 7 (x64)

I'm trying to deploy an application on Windows Server 2008 (SP2 x64) and Windows 7 (x64), using VS2005 Installer Project. The MSI version (I think) it the 2.0. Everything works fine, except that some registry keys and some files are not copied on the install machine. The MSI system doesn't notify about nothing (and I don't know whether ...

Error when deploying app to the device in iphone

Hi, I'm developing an app with SDK 3.1.2 and it runs in the simulator, but when I try to deploy it in the device it arise de following error: 2010-06-17 17:40:39.592 MyApp[2143:207] *** -[__NSCFDate dateInformation]: unrecognized selector sent to instance 0x21e6a0 2010-06-17 17:40:39.608 MyApp[2143:207] *** Terminating app due to unca...

Deploying .net webapplications

I have a local .net webapplication which needs to be run everytime to see the output . Instead of that can i deploy it on the local host server...so that through url i can see the output. Can you plz suggest how to do that... Thanks in advance.. :) ...

Force ClickOnce - application to be started offline?

I have a click once application here that needs to be started offline exclusively sometimes. Reason is that it needs to be started VERY early during boot, at a point when there is no network connection yet, also it must not wait for any network connectivity. I know, this requirement seems strange, but it has legacy reasons. What do yo...

Heroku app throws "Internal Server Error"

This app works just fine on my local computer. After pushing it to Heroku, static pages appear to be working but the blog section throws an Internal Server Error. I pulled the logs by running "heroku logs" and this is what I get: ==> production.log <== /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:i...

Incremental deploy from a shell script

I have a project, where I'm forced to use ftp as a means of deploying the files to the live server. I'm developing on linux, so I hacked together a bash script that makes a backup of the ftp server's contents, deletes all the files on the ftp, and uploads all the fresh files from the mercurial repository. (and taking care of user upload...

Heroku throws SQLITE3 Read only exception

After I deploy an app to Heroku, I run migration scripts and get this error message ...ites\padrino\prophetmargin> heroku rake ar:migrate rake aborted! SQLite3::ReadOnlyException: attempt to write a readonly database: CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) /disk1/home/slugs/215264_925fd2c_65a3/mnt/.bundle/gem...

Can a ClickOnce deployed app be silently mass installed?

I have a smart client app (WinForms/WPF) currently deployed using ClickOnce. A particular client has expressed the desire to silently deploy the app to it's intranet network users as part of its nightly/weekly client PC update service - presumably via MS Systems Management Server (SMS) and Group Policy or similar (I don't understand the...

deploying multiple struts2 applications JBOSS

I am deploying two struts2 applications as war files to JBOSS4.1 Sp1, i am getting the below error for the second application, while the first application is deployed successfully. it works fine for tomcat5.5. Also if i deploy these applications separatly one by one it works. I have been working since two days to solve it out but no hel...

merging my CSS and JS files breaks code (working on mac, not on my server)

I'm merging (and afterwards minify with YUI compressor) my CSS and JS files. My web application works fine when just linking the separate files. Now I want to merge the files as one CSS file, so I just basically do the following: find /myapp/js/ -type f -name "incl_*.js" -exec cat {} + > ./temporary/js_backend_merged.js That merges al...

Clickonce Weird Exception

Hi, I'm trying to publish an application via click once and I'm having this weird exception. I searched for information but doesn't find any relevant. Does anybody does what can be happening? Do you need any other informatio? Thank you. PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime ...

Do I need to sign my ClickOnce app in order to be able to execute it from other PCs?

Do I need to sign my ClickOnce app in order to be able to execute it from other PCs? I'm trying to execute the app from another PCs and is not possible. I can't do it. Not even on my machine unless I create a test certificate with visual studio. ...

Deploy multiple instances of the same application on JBoss

I want to deploy multiple instances of the same Seam/EJB3 application that differ only in their database settings on the same JBoss server instance. That way I want to provide different demo instances of this application. Is this possible at all? And if it is what do I need to change in the configuration of JBoss and the application ins...

Visual Studio 2010 - WDP or Publish for automated deployment?

I'm about to upgrade to Visual Studio 2010, and I'm learning that there are now a few options for deploying web application projects. I've been using Web Deployment Projects in 2008, and my initial thought was to do the same in 2010. Is there any advantage to using Publish or the Web Deployment Tool over Web Deployment Projects? I nee...

PowerShell and MSBuild difference

I am new to both MSBuild and PowerShell and am trying to wrap my head around where these stand with respect to deploying ASP.NET applications. Can someone explain the difference? (I hope I am comparing apples and apples) ...

Pre-deployment application properties update on Tomcat 6

Hi everyone I'm looking for the best way to update some properties before deploying of application onto tomcat 6. There is a jee application that's going to be installed on some Windows workstations. Few modules of the app need property update before deploying onto tomcat server. Property updater is realized as standalone java applicat...