0
votes
1answer
7 views
.msi Installer for web setup project fails on windows 2008 server with IIS 7
Hi,
I am trying to install the web setup project on a Windows 2008 server with IIS 7. However, it dies at the first step with the error "The installer was interrupted before could be installed."
I …
0
votes
1answer
15 views
Capistrano not restarting
Capistrano is deploying cold, deploying updates and uploading the symlink fine. It will not however restart.
I notice that permission is denied on the /script/process/reaper file. I have found a …
0
votes
0answers
15 views
Nginx location, alias, rewrite, root
I'm serving /foo/bar/ by way of proxypass and want to continue doing so. However, I would like to serve /foo/bar/baz.swf statically from say /var/www/mystatic/baz.swf and so forth.
I was hoping that …
0
votes
1answer
17 views
Java Web-Application deployment and initialization
Hi all,
i'm developing a web-application for managing and sharing images and more general media-types at all.
My technology stack is:
Java 6
Spring 2.5x
JPA 1.0
JCR 1.0 with Jackrabbit 1.6.x
…
0
votes
2answers
21 views
tomcat6 application deployment error
Hi,
I am new to tomcat and servlets and am trying to deploy my first web application in tomcat and the index.jsp page is showing up blank.
It works fine in eclipse. I have the web.xml for the …
0
votes
1answer
27 views
Embed app.icon still copies into publish directory
Hi,
I have added an icon (using file browser) to all forms in my application. I have set its properties to "Embedded resource". In the Project>Application I have chosen that file from the list. So it …
0
votes
1answer
17 views
Why does PIP install of python-couchdb experimental branch from SVN fail?
I'm setting up a Fabric/virtualenv/pip automated deployment for a project and I need to install the latest experimental branch of python-couchdb. Naturally, I stick it in my pip requirements file, …
-1
votes
1answer
31 views
Web deployment project regex replace
Hi,
I have an ASP.NET web deployment project (MSBuild) in which I have the lines;
What I have:
<Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\xx\**\*.css" …
1
vote
2answers
31 views
How to deploy Sql Server Express database with .Net 3.5 desktop app?
Hi
I've created my first database based desktop app in .net and not able to understand how can I deploy the database with the application installer, so that the database, application and the sql …
0
votes
1answer
33 views
Recommendations to handle development and deployment of php web apps using shared project code
I am wondering what the best way (for a lone developer) is to
develop a project that depends on code of other projects
deploy the resulting project to the server
I am planning to put my code in …
-1
votes
2answers
33 views
rails app unable to save anything after deployment
Hello today i uploaded my app to server, and after seting it into development mode, and running of course rake tasks (rake db:migrate, and rade db:migrate RAILS_ENV="production" ) and well it just …
2
votes
2answers
62 views
Building optimized Qt4 - “./configure” flags and their meanings
Hey everyone,
I recently followed a discussion on the Qt4-interest mailing list about whether it is legal or not to build a commercial/proprietary application and statically link Qt4 into it. While …
0
votes
2answers
34 views
how can i combined the framework and installer in single msi using wix
hello,
how can i combined the framework and installer in single msi using wix.
reply me soon
Samir
1
vote
1answer
11 views
how can i attach the framework in WIX
hello,
i want to attach .net framework 2.0 file in wix.how can i?so whenever client want to install the msi then it will install the framework directly.so how can i bind the framework in msi …
2
votes
3answers
64 views
Deploying ASP.net web application
I will be deploying my Web App this weekend on a testing server. I have already had a couple of attempts at putting it up and have found trouble with
Database connection
Authentication
Masterpage …
