deployment

configuring .gems file (rails apps on Heroku)

Hi all, I'm learning how to deploy RoR (v2.3.4) on Heroku. Last night was my first attempt at pushing an app with an external gem (active_merchant). What is the URL format for configuring the .gems file? (My last attempt was 'active_merchant --source github.com/Shopify/active_merchant'.) Any inputs would be great. Thanks. -BrianP. (b...

How do I configure nginx to have a Rails app at a domain and WordPress at /blog/ ?

I've got a Rails app deployed via nginx/passenger. It will have multiple domains pointing to it. I'm wondering if it's possible to configure nginx so that any URL that matches [somedomain.com]/blog/ will be servered by PHP/WordPress located in a different directory. So, for example: domain1.com, domain2.com, & domain2.com/some-resou...

Why doesn't my Entity Framework app work on production server?

I get following error when deploying on test server with II6 and Framework 3.5 SP1 installed. The located assembly's manifest definition does not match the assembly reference My development machine is a 64bit pc with Visual Studio 2008. Any suggestions? ...

Building XUL app a-la SongBird

Hi, I've started exploring XUL Runner as a potential tool for an upcoming app. I can get some good examples running using the command line xulrunner-bin myapp. How can compile it all in a native looking application, like SongBird does. I understand SongBird packages the entire xul runtime with it, and I'm happy with that. I'm just ...

How do I create deployment projects?

How do I create deployment project in C# and add into another project to run as one project? I am using access database. Thanks. ...

BizTalk: Can't deploy two schema assemblies that both reference that same base assembly.

Hi, I'm having trouble deploying some schemas: I have assemblyA containing schemaA, assemblyB containing schemaB which references assemblyA and assemblyC containing schemaC and also referenceing assemblyA. I can deploy asssemblyA fine and see schemaA in schemas in BizTalk Admin. I can deploy EITHER assemblyB or assemblyC fine and see...

J2EE: Need better deployment system...

We are currently using JDeveloper to build our production EARs. One problem with this is that if the developer doesn't add new files to a VCS, then that developer is the only one capable of making EARS, and therefore he can use unversioned files as well. What would be a good system that seperates this, so that EAR files can be correctly ...

how should i organize dll libraries in vb.net

i am try to develop a small application. Now should i organize my 3rd party dll libraries so that when i publish the project and than install that application on another computer all the libraries should move with installer... ...

Deploying ASP.NET application

Hello i'm trying to deploy asp.net application, i transfered all the files into server's root directory by ftp. but i got this error: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the applicat...

Best practices in building and deploying Clojure applications: good tutorials?

I am new to Clojure, and am beginning to experiment with building an application. So far, everything I've seen about tutorials on compiling Clojure programs involves interactivity. For example, "load up the REPL and type (load-file "this-or-that") to run. This is fine, but it's not enough. I am so used to the edit-compile-run idiom...

what is the best way to FTP deploy an asp.net mvc site

right now i am simply ftping everything (all of my source code included) but i figured there was a best practices way to get the right dlls and the right aspx files to deploy. ...

Programming for the MDT task engine

Hi, Does anyone know of any good resources that cover programming / scripting against the Microsoft Deployment Toolkit (MDT) task engine? It's an edge case kind of question but I'm trying to find more information and there seems to be a dearth out there. Thanks. ...

Jetty startup delay

I'm trying to figure out what would be causing a 1 minute delay in the startup of Jetty. Is it a configuration problem, my application, or something else? I have Jetty 7 (jetty-7.0.1.v20091125 25 November 2009) installed on a server and I deploy a 45MB ROOT.war file into the webapps directory. This is the only webapp configured in Jetty...

Ruby on Rails deployment, on "thin" server with lot of attachments

A lot of PDFs are stored inside MySQL as a BLOB field for each PDF file. The average file size is 500K each. The Rails app will stream the :binary data as file downloads, where there is a user click on the download link. Assume there is a maximum of 5 users downloading 5 PDFs concurrently, what kind of deployment setup parameters I sh...

Msbuild application deployment on vmware

Hello, Does any one ever try to do it? Maybe you have some best practicies to share here, I'm completly noob in this matter:| ...

How do you uninstall a ClickOnce application that doesn't appear in Add/Remove Programs?

I'm getting the following error when I try to install one of my ClickOnce applications: An application for this deployment is already installed with a different application identity. I understand this is because I have used the same Application Identity but moved the deployment URL. I'd like to just uninstall the existing Click...

Deploying WCF Services

I have a WCF visual studio project, which contains many SVC files. Can I compile each SVC file into its own dll file? my target is to be able to deploy each svc file separately without touching other services, but maybe keep them on the same website what options I have? ...

Deploying a RoR application in a separate folder

Let me start by saying I have never deployed a Rails app before. I have a domain with a main site ran by PHP, let's call it http://www.example.com/. I have began developing for Rails recently, and I'd like to host the new application I created on http://www.example.com/myapp while still keeping the original site intact. The main site i...

Rails deployment from a windows machine

I'm a rails novice and just finished my first rails app(as far as I can tell). Now I'm at the deployment stage and find myself utterly confused--especially because I'm deploying from a windows machine. I bought the pragmatic book on deployment and it seems a little out of date since they're recommending subversion instead of Git. What ...

OpenGl Deployment: Running it on other peoples computers!

I'm kind of confused here. Im using a mac trying to develop an opengl game. The Opengl frame work is dynamically linked. So therefore i need to force static or bundle it right? Wait, wait, i read that opengl is on all macs now, yet there's extra stuff u get if u install Xcode.(i have it installed). Anyways, I want this to work on OSX, w...