deployment

Question about deploying a JRuby script

I'm looking to replace MRI with JRuby for some scripts. Would it be enough to provide an ant buildfile and the JRuby jar for them? Would something else be needed ( beside the JDK of course )? EDIT: when I'm saying "the JRuby jar", I'm meaning jruby-complete.jar. ...

Editing SSRS 2005 Reports in VS 2008

I have an old Report Server Project created in Visual Studio 2005. The reports are deployed to an SSRS 2005 Server. When I open this project in Visual Studio 2008 it converts the project file and then when I try and deploy any of the reports (from Visual Studio 2008) I encounter this error: The report definition is not valid. Details:...

Deployment script: setting folder permissions over a shared network path?

We have CruiseControl for deployment from dev to qa server. It also runs a batch script that we made that creates directories and sets permissions. Problem is that it won't set the permissions and we think it is because it is trying to do it across a network share, but we can't figure out how to get it to be able to change the permission...

Grails portlets deployment Issue

Hi, I'm running one grails portlet on liferay 5.2.3 successfully, now i developed another grails portlet and hot deployed, but the portlet showed me some errors and not working says "portlet is temporarily available" . I tried restart server but still only one portlet is running and other is not running . This is the log when deployed...

Deploying iphone app remotely

Hi, I am developing an iphone application but I do not have an iphone. But some of my friends have and they willing to try my application (and test a bit) for me. All tutorils I have seen for deploying require to connect through usb. I am already a regeistered developer (I got the licence). Is there a way I can make an installation fi...

Host ASP.Net WebSite - What would be an Ideal Hardware Configuration?

I am studying various ASP.Net deployment approaches. In there, I got a basic question. Is there any thumb rule about enviornment definition? What could be called a 'good' setup if I have to support 1000 concurrent users(requests). I understand that there are many factors like how application is designed etc. But assuming that everything...

Pinax (13, 'Permission denied')

I'm a noob but I made my application work beautifully using python manage.py runserver but when I brought it to Apache + mod_wsgi, I keep getting this error. The debug messages aren't much help. Here is a screenshot of the entire debug image: http://img694.imageshack.us/img694/6723/screenshotfb.png Here is the dump of my http.conf file....

SharePoint Custom Module Development and Deployment

Good Day, We're working on custom module (Information Management System) for SharePoint. The project file of this module is a Class Library which contains User Controls. The User Controls was based upon SmartPart and AJAX Extension Toolkit. The module has a separate database which has tables/views/stored procedure. On development envir...

Add a *new* DestinationBinding for a site to a package using MSDeploy

I'm using a staging model with MSDeploy to deploy a couple of our sites to a web farm. The sites are configured in IIS on the staging boxes only, and then MSDeploy is used to build the target web servers from scratch. The staging box uses its own bindings (ie no header entries, different IPs/ports and no host headers) for the sites tha...

How to sign an installer to prevent Vista's UAC warning.

I have an app that I need to distribute and want to sign it so I can avoid the UAC warnings in vista. Currently I see this... I am using visual studio to create the installer but the app was not written in .net. Do I need to sign both the .msi and the .exe contained in the .msi? What kind of key do I need and where should I get it?...

Best practice for updating silverlight deployment that is actively being used

I am currently running a SL3 project where we are in a highly iterative development mode with about 25 active test customers. I am making small changes at a clip of about 4 new builds per day. It is important to know this application is mission critical line of business for these 25 people, it is the tool they use all day to do their wor...

How I can specify directories in war file ?

Dear all, I am new to servlet . I use the following code in servlet.then deployed to Jboss 4.1 . backup_database_configuration_location is location of properties file.But it can't be find. how I can specify directories in war file ? Thanks all in advance try { backupDatabaseConfiguration = new Properties(); FileInputStream backupDa...

vb6 and vb .net interop on vista 64 versus windows 7.

I have written a .net dll that I can successfully call from vb6. Deployment to xp, vista 32, and vista 64 boxes have been working. It is not working on windows 7 64 bit. I cannot run regasm.exe /codebase name.dll on the end users machine because they are not admins. Any ideas on helping me with deployment would be greatly appreciated...

Capistrano + Git : repository local to production server

I am trying to do 'deploy:cold' for my app. The git repo is local to my deployment server (i.e. I only have one server for everything and I don't host my code on github). Here is the transcript (replaced my app name with "myapp" for privacy) executing `deploy:cold' executing `deploy:update' ** transaction: start executing `deploy:upda...

Working with a DEP file in VS2008

OK, I can see when I open it that it's a list of dependencies (for an old COM DLL). But how do I use that information in .NET world? We're working on a VS2008 setup and deploy project to deploy some Winforms software. We're including in the project an old COM DLL (which comes with a .DEP file). The documentation which comes with the D...

SVN and deployment workflow

Trying to keep it simple, but with almost no experience in version control, here is what I came up with for version and deployment workflow for a facebook application that is already live: Development: branch from trunk checkout and setup dev enviroment (automatically create database, netbeans project, facebook app, config file); St...

C# application doesn't run on another computer

I complied my C# windows forms application on Visual Studio 2008 with configuration "Release". When I try to run it on another computer, no windows are shown at all. Complied on Windows 7, another computer has windows xp installed. What can it be? Added: I didn't create any installer. Another machine has .net framework 3.0, not 3.5 inst...

How to deploy a commercial portable application?

Hi, We plan to sell a Windows portable application. By 'portable' I mean that it can be run from any Windows computer without installing it. For example from an USB stick etc. However the application while (theoretically) it can work anywhere, is targeted to LAN environments. What solutions do you see that while keeping this advantage ...

Silverlight SQL Deployment

I'm about to write an application in either Adobe Air or Silverlight, to run standalone, offline, on the desktop. It's a simple enough application that allows the user to enter text data and will then print formatted documents based on that information. The obvious place to store all this relational data is in a database. I believe Air...

Deploy to a machine in the network using git.

I am developing an app and version-control it using git at github. Now there is another machine for testing purposes without access to the internet, so I cannot pull the changes from github. I am able to connect to the test server through the network. My question is: is it possible to push changes from the development repository to the ...