Questions tagged [deploying]
161 questions
1
vote
1 answer
Heroku not showing CSS updates in javascript app
My heroku app is not displaying recent CSS updates. I did get add, commit, and push to github, then I did git push heroku master.
I have looked at other posts related to this topic with no success. Most reference rails which I am not using. These…

Carly
- 69
- 6
1
vote
0 answers
CSS changing after publish
We are having a weird problem when publishing an asp.net MVC project.
After publishing in Release mode, this CSS:
.appTitle {
font-size: calc(1vw + 1vh - .1vmin) !important;
}
becomes this:
.appTitle {
font-size: calc(1vw+ 1vh- .1vmin)…

Window
- 1,377
- 2
- 13
- 23
1
vote
1 answer
Laravel deploying error " domain.com is currently unable to handle this request. HTTP ERROR 500" using FTP
I have develop a laravel 5.2 app with database. when i upload everthing to the server using FTP and trying to access it. it gives me an error of
" mydomain.com is currently unable to handle this request. HTTP ERROR
500".
i copy the whole…

Arjay Bonus
- 193
- 3
- 11
1
vote
1 answer
Deploying meter app manually VS mup
Can someone help me understand the deployment process of meteor app?
I used meter for a long time, once i began the development of meteor app from scratch on the same machine (VPS) that i was thinking to use for hosting the app.
I also built localy…

Robert
- 190
- 1
- 10
1
vote
0 answers
I am currently unable to deploy my application by execute the following command: mvn appengine:update
I am currently unable to deploy my application by execute the following command: mvn appengine:update
I get the following error:
Beginning interaction for module default...
25%initiating update…

devTm
- 11
- 2
1
vote
3 answers
deploy a java-ee application which was in openshift, on tomcat 7
I'm new in Java EE and Tomcat.
I worked on a REST Java application in OpenShift with JBoss EWS 2.0 and I had no problem. Recently, we got a server that I have to run my web service on.
Following How to deploy a war file in Tomcat 7, I went to my…

Seyed Ali Roshan
- 1,476
- 1
- 18
- 37
1
vote
0 answers
Deploying an eclipse based Dynamic Web Project to tomcat7 via Jenkins(remote)?
I am currently trying to configure a remote VPS (running ubuntu) in a way that it automatically pulls my latest commit from gitlab and deploys it to its tomcat7 instance.
Short notice: I am not very experienced when it comes to linux, java, tomcat…

Jan O
- 11
- 3
1
vote
1 answer
django nginx uwsgi deploying fail
I am trying to deploy a simple Django project, but fail all the time. I am following the instruction here.
When I use python manage.py runserver 0.0.0.0:8000 I can see that my site is running:
In the virtualenv I've installed uWSGI:
pip install…

Joe Lin
- 613
- 2
- 11
- 33
1
vote
0 answers
Jersey client - Acces Control Exception: java.security.AccessControlException Access denied
I am trying to access an api on a server. I am using jersey with java 1.6.
I have two environment with the same java version 1.6.
On the first everything works perfectly!
On the second (where I need to deploy the application) I have an…

MultiTask70
- 51
- 1
- 9
1
vote
3 answers
Meteor crashes constantly even after reinstalling
I am trying to run my project on the localhost but whenever I try it crashes. I even tried deploying it directly to the meteor website but nothing happens. It happened all of a suddenly. Everything was working fine till I added packages "tap:i18n"…

Ozan
- 1,623
- 3
- 13
- 25
1
vote
1 answer
How to deploy additional artifacts in maven without hardcoding a repository?
In my maven pom, I have an additional jar-file that I'd like to include with my deployables. I've got the jar-file building successfully, and I figured I'd use the maven-deploy-plugin, like so (version-wise, I'm using 2.8.2 from…

user2182758
- 13
- 3
1
vote
0 answers
Error while debugging Windows Phone 8.1 app on device
I try to debug my windows 8.1 application on the device (lumia 630) but I get the following error:
"The application could not be launched for debugging. Ensure that the target device screen is unlocked and that the application is installed."
The…

Alin Argintaru
- 155
- 6
1
vote
1 answer
Deploying rails app to heroku with devise gem
Deployed rails app with devise gem to heroku, and got error:
Application Error
An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for…

user3383279
- 13
- 1
- 3
1
vote
2 answers
Deploying container-bound Google Apps Script as Web App
I'm creating a spellchecker using the Google Docs API in an Apps Script (just a script that extends the functionality of a Google Doc), and I wan't to make this service available to users whom download it as a Web App. Problem is that when I've made…

user2663983
- 11
- 3
1
vote
0 answers
deploying app using ClientDataSet
I am currently in the process of doing a re-write on a large app of mine from BCB6 using paradox tables, and have started on several of my forms that use DBGrids. I have already done a conversion of the data from paradox to SQLite 3.
The data in…

Craig
- 11
- 2