deployment

Sharepoint webpart installation on a farm

I was wondering about how the order of installing things affects the system: Scenario 1: I have a sharepoint farm with a single server I install a webpart on the farm I then add a new server to the farm Will the webpart be available on the second server? If not what do I have to do to make it work? Scenario 2: I have a Sharepoint ...

Re-Deploying Site Definition in Moss affects hidden pages

We have used a minimal publishing site definition to create our site collection. We have then added some new cms pages to the site. Some of these pages have been hidden in modify site navigation. When we redeploy the minimal publishing site AS IS it un-hides the hidden pages. Has anyone else seen this behaviour? ...

C# WCF service host question

I have a C# WCF service DLL that gets hosted by WcfSvcHost.exe when I debug. I would like to deploy this onto a machine nearby. What do I use to host this dll on the machine that I want to deploy it to? Could someone point me to the needed documentation? I know you can build the service as a .exe and make it self hosting, but I'd ra...

Rails staging environment says "undefined method" but the console shows that method fine

Anyone have this happen before? I just uploaded my app to a staging server that's identical to the production server. I try to log in, and I get the "Something went wrong" 500 page. The log tells me the error is in my SessionsController (using restful_authentication), with the specific error being NoMethodError (undefined method 'enab...

setup for multi platform app

Let's say you have an app in Mono .net implementation. Now you want to create a setup - that targets multiple platforms(mac,linux, windows). What would you use to create such setup? Are out there any oss projects? Targeting only windows is easy - i would use WiX... ...

Complex webapp deployment script: Shell too limited?

I inherited some release scripts that prepare and deploy a PHP webapp to around 20 servers. The scripts are written in shell and I personally find them somewhat cumbersome to maintain. That may have have to do with the way they are written but I'm looking to see if anyone has opinion or experience to corroborate the idea that I might see...

Deploy SqlCe with my Windows Mobile app

I've written a Windows Mobile Standard/Smartphone app (my first) that uses a SQL Server Compact Edition database as the backend. I had no problem testing in the emulator in Visual Studio as it installed SqlCe to the emulator for me. When I created my deployment project, though, the resulting CAB file installed on my phone fine, but wou...

How do I deploy to nexus (hosted by secureci)?

Like recommended in a previous SO-Answer I'm running a VmWare image of secureci as a preconfigured development infrastructure containing maven, nexus, hudson, svn. Now I want to configure maven on my Windows XP machine to deploy its artifacts to nexus. But when I configure my pom.xml like this (taken from Deploying Artifacts to Nexus): ...

How do I change the default application config/setting in different deployments?

I have a c# class library that builds into a DLL. I have some setting values, like paths to directories, that I use inside the class library. I would like to make it so, that whomever references the DLL has a chance to edit the default values of the settings (preferably through a file). Like, [In the class library] Default value would...

Multi-domain deployment of Google App Engine (GAE) apps

We would like to develop and sell custom commercial GAE applications. I would like information on the deployment of GAE applications on arbitrary Google Apps domains (i.e. not appspot). Suppose our company is abc.com and we are selling app to def.com and xyz.com. What are the steps to deploy our app on our customer's domain? When an ...

Capistrano Deploy Wipes Database?

I've managed to deploy my app to production using Capistrano, but I don't understand how to deal with my database. I'm using subversion and passenger. When I run cap deploy, the new deployment starts everything fresh. It wipes out the data that was added to the database. Obviously, there must be a solution, but I'm very surprised not...

Deploy 3 ContentTypes using 1 Feature - Only 2 gets deployed.

Hello. I have a feature which has following manifest file that defines multiple content types: <?xml version="1.0" encoding="utf-8" ?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; <ContentType ID="0x01008e5736f1388b4809a9f102da1e573ddb" Name="$Resources:Balticovo,ContentType_AgendaName" G...

How to not overwrite exsiting config files with websetup

Hi, Is it possible to configure a WebSetup project to not overwrite config files? Why? We have several websites that runs in both staging and prod and I would like to have one installer instead of one for staging and one for prod. /Carl ...

Ruby on rails deployment with Vlad on windows.

Hi, I am having a problem with Vlad on windows. After calling rake vlad:deploy I am getting the following: uninitialized constant Fcntl::F_SETFD After googling for a while I figured out that there is problem with open4 gem that is not suitable for Windows and I should use popen4 gem instead. I installed it but nothing has changed. Ho...

Duplicated DLL in the "Detected Dependencies" folder

In my solution I have to project using the same references (AxInterop.QTOControlLib.dll, Interop.QTOControlLib.dll and Interop.QTOLibrary.dll). My problem is that in my deployement project, these dependencies appear twice in the "Detected Dependencies" folder, thus lead to several warning like : Warning 1 Two or more objects have the...

Java Web Service project deployment

I need a place to store files for several application systems. The following is how I make this system. Use FTP to upload a file. Set up an FTP server first using FileZilla. Open a count for a client to connect and upload files. Use Java to build web service which can store file’s information including: file name, version number, file ...

Save a Site Collection As A Site Template (.stp) File

Hi, I would like to be able to save a SharePoint 2007 site collection as a site template (.stp) file. Is this possible? Thanks, MagicAndi ...

Microsoft Access 2002 Package Deployment Problem

Hi I've created a split Access database application and used the packaging wizard to create a deployment package. All the files are installed by the deployment package into C:\Documemts and Settings\All Users\Application Data\Provision Manager, this is too avoid Windows Vista not allowing write access to the Program Files directory. T...

Rails not loading CSS/javascript/images on ISP server

I have a Rails app that works fine on my local environment. But when I upload it to my ISP the app is not loading any of the assets in the public directory. Because the ISP uses .htaccess rewrites for Rails apps, I suspect this is the problem, but I'm pretty green on that sort of thing. On the server, my rails app is deployed at ~/etc/r...

How to publish a ClickOnce application from an installer

Hi, I want to create an installer to put a Deployed ClickOnce application on an IIS Virtual Directory in order to have the application available for download. (In other words I want an installer that publishes my application on IIS.) What I'm planing to do is: Deploy (manually) the app on a local folder; A web installer project gets t...