Skip to main content

Questions tagged [deployment]

A series of activities that makes a program available for use (usually in test or production environments)

deployment
14 votes
2 answers
15k views

How to have the minimum size possible Chromium Embedded Framework dlls

Chromium Embedded Framework (http://code.google.com/p/delphichromiumembedded/) is good. I use it to display static HTML, JS and CSS generated from Delphi code only. But I find it too big. I need: I ...
Gad D Lord's user avatar
  • 6,730
4 votes
1 answer
2k views

How can I deploy a WordPress site with Git without committing WP core?

I've been researching how to use git for WordPress deployment. Nearly all of the examples have WordPress as a remote repository that is merged into master/feature branch regularly. I don't want to ...
Cory Kaufman-Schofield's user avatar
1 vote
3 answers
11k views

Display confirmation messagebox c# in ASP.NET

i found these codes while researching but they're not what i really want: 1st solution: private void MsgBoxConfirmDelete(string sMessage) { string msg = "<script language=\"javascript\">";...
user avatar
0 votes
1 answer
231 views

Deploying cross-platform Java Desktop Application with descent reverse engineering protection?

How would I deploy a java desktop application that is designed to run on all platforms while making it difficult for someone to decompile and reverse engineer the application? More importantly, ...
KJW's user avatar
  • 15.2k
0 votes
1 answer
39 views

deploying app separately from data on iPad

I'm working on an iPad app which is deployed manually from iTunes. The app requires a large amount of data (videos). The data is static, the app is being developed. It is inconvenient to deploy all ...
gabor's user avatar
  • 1,030
1 vote
1 answer
56 views

client specific configuration

I would like to know if it's possible to have my SL application consume configuration specific to client. I want my application to be located on the local intranet, and clients will have the abillity ...
eyal's user avatar
  • 379
0 votes
1 answer
94 views

Creating and deploying new Heroku applications with a Rails application hosted on Heroku

I have a rails application running on heroku. I would like to make that application to create & deploy other applications on heroku. Since the Cedar stack allows writing to the filesystem I can ...
Valdemar Fitzurke's user avatar
14 votes
3 answers
7k views

Symfony 2 without SSH access

I have a developed a small web-app in Symfony 2 and Doctrine 2. Can i deploy it to a web-host that doesn't give SSH access? I ask this because i see there are a lot of task that must be done from ...
Dan Cearnau's user avatar
5 votes
2 answers
1k views

Java Application Deployment/Installer Options?

I'm looking for advice on good options to deploy Java applications on end user systems. Our end users are not tech savvy experts but casual computer users who can't be expected to figure out ...
J. Stoever's user avatar
3 votes
1 answer
3k views

capistrano ssh connection - doesn't work when ran from cron or teamcity

I've been researching this all day and can't seem to find an answer so am posting here. We are using capistrano multistage to deploy our ruby on rails app and all is well, until we get to automated ...
pablo's user avatar
  • 473
3 votes
1 answer
737 views

Outlook 2007 Add-In Deployment Process

I've successfully created a VSTO Add-In for Outlook 2007 in VS2010, yay! Now comes the deployment part, which seems to be even more arcane. I need to deploy this Add-In on my company's server, which ...
Matt Mc's user avatar
  • 9,138
1 vote
2 answers
78 views

Preparing .app for iTunes

I know this is a basic question, but the Apple Developer Guide just refers to it as "your binary." I have built it in Xcode 4.2 and it runs fine on my device, I'm ready to upload it to iTunes but I ...
Monkey Pirate 's user avatar
1 vote
1 answer
291 views

A issue about expiration of Distribution Certificate?

When I prepare to deployment my app to AppStore, I saw expiration of Distribution Certificate (below image), this mean expiration of my app (after upload to AppStore) is "Nov 19, 2012", That's right?
hungbm06's user avatar
  • 1,551
4 votes
2 answers
544 views

How to distribute Thrift-generated code in development and production environments with Git?

How do you manage generated source code files in you repositories and deployment routines with Git (PHP, Python, etc)? For example, I have a repository named "interfaces" with Thrift definitions in ...
Sergey Vasilyev's user avatar
1 vote
1 answer
773 views

Deploying VBA project that uses ADO objects

In an Excel VBA project, I need to read and write UTF-8-encoded text files. After reading this and this SO topic, I am considering using ADO stream objects to accomplish this. The project is going to ...
bovender's user avatar
  • 1,928

15 30 50 per page