Questions tagged [deploying]
161 questions
0
votes
2 answers
Python: Row-Based Mean for Subset of Columns
I am currently a beginning programmer working on a project to write and deploy a specific behavioral latency calculation online such that the app can accommodate any dataframe uploaded via CSV. The analysis requires that I take the mean of N number…

KCabell
- 1
- 4
0
votes
3 answers
Issue trying to deploy KeystoneJS using Digital Ocean
I'm getting the below error when I try to deploy my Keystonejs website. It works when I run it locally. However using digital ocean on: 512 MB Memory / 20 GB Disk / LON1 - Ubuntu node v4.4.0 on 14.04 it gives ...
node keystone.js
{ [Error: ENOENT:…

Xenos54
- 13
- 1
- 5
0
votes
1 answer
ROOT.war file on Openshift
I've deployed Test.war file on Openshift and my application test-sliwa.rhcloud.com/Test run OK. When I deploy ROOT.file application test-sliwa.rhcloud.com doesn't run in right way - first page is ok, but when I try to link to other pages I have 404…

andzia sliwa
- 1
- 1
0
votes
0 answers
javafx FAIL deploying .deb
I tried to build my JavaFx project in DEB package in NETBEANS 8.0.2
Result:
Execute failed: java.io.IOException: Cannot run program "command" (in directory "/home/user/Yandex.Disk/NetBeans/L2J_Pane"): error=2, No such file or…

Алексей Вишняков
- 31
- 5
0
votes
3 answers
Deploying Android app on Phone
I have resently begun to develop Android apps, and I do not know how to deploy simple HelloWorld app on my Android device. When I click the Run button, my device is not shown in the list of running devices.
P.S.: I am using Android Studio.

Shahnur Isgandarli
- 141
- 4
- 13
0
votes
1 answer
Django - recommended way to serve static files without having to change too much code when deploying?
This link:
https://docs.djangoproject.com/en/1.8/howto/static-files/ starts off by explaining a "grossly inefficient and probably insecure, unsuitable for production" way of serving files. It also explains how to use
…

SilentDev
- 20,997
- 28
- 111
- 214
0
votes
2 answers
Deploying Umbraco Overrides my data
I am fairly new to Umbraco. I am using Visual Studio for development and Deployment. I can deploy my local site to my production server with no problems. This is ok for now because I am the only one adding content to the site. When I pass the…

Mike
- 37
- 6
0
votes
1 answer
Window Phone Game 4.0: No target available for deployment
I am following instructions in the book "Windows Phone 7 Game Development" (Adam Dawes) as part of my university course. I am mentioning the name of the book in case this is important to anyone. Anyway, I am following the instruction for "Your First…

user3277234
- 55
- 3
- 9
0
votes
1 answer
How to restore the sharepoint list data after deploying project solution again?
I have an Visual Studio 2010 empty sharepoint solution project. Solutions consist of several custom lists and workflows attached to that lists. The solution always changes, so it means I'm redeploying the solution very often. After deploying it…

user208642
- 1
- 2
0
votes
1 answer
Configuration Error When Logging-in into admin area
After Configuring my asp.net connectionString in web config file my website run but when i tried to Login into my admin area I get an error message
Configuration Error
Description: An error occurred during the processing of a configuration file…

user3055606
- 65
- 1
- 12
0
votes
1 answer
Deploying asp.net mvc web site
I have asp.net mvc web site. When i want to change some code in controller i need to build all the site and upload it to the server. Is there some merhods when i need just copy controller file by ftp?

hippout
- 960
- 4
- 13
- 24
0
votes
1 answer
ios distribution preproduction and production version
I am developing an app for iPad which is using webservices. In current version I have a constant string which is the address of the server. Each time I want to check something I just change the address (from production, freezed version of app to…

patryk
- 642
- 1
- 9
- 18
0
votes
1 answer
Deploying Activiti on JBoss 7 AS
I am just a "beginner" in JBoss, but was asked to deploy Activiti into it. After "googling" and reading the forum of Activiti I've understood that it is rather difficult but not impossible. I've found this post, made everything like written there,…

Ars
- 11
- 1
- 4
0
votes
1 answer
Publishing WCF RIA Domain Services under IIS 7.0 and Silverlight 5.0
I have some simple questions regarding the publishing of WCF RIA domain services under IIS 7.0:
1.) Do I need a *.svc file to publish a WCF RIA domain service under IIS 7.0? Yes/No?
2.) If 1.) is yes, is there any way to generate this *.svc file…

Michael
- 938
- 1
- 10
- 34
0
votes
1 answer
Consuming and publishing my WCF and MVC projects
I am a complete newbie. I am building my very first web application using a SQLServer 2008 database, WCF project and a MVC3 Project in Visual Studio 2010. My host is godaddy so I was trying to start with launching my MVC Project at Godaddy. This…

Angel
- 11
- 2