Questions tagged [appcloud]

7 questions
4
votes
1 answer

User-friendly error pages not displaying in production environment

Recently my user friendly error pages stopped displaying for my production environment. I am using rails 3.0.3. I have the following in my config/environments/production.rb: config.action_controller.consider_all_requests_local = false When I start…
3
votes
1 answer

Using Appcloud with Jquery Mobile

I am in the process of making an android app with Appcloud. My Issue is, that i have my "Pages" set up so it is just a picture-link (HTML) that sends you to a new page (HTML File) I Know that there is a better way to do this. I asked someone and…
2
votes
1 answer

Is it possible to override disk space and memory settings with the Cloud Foundry task scheduler?

The document at https://docs.developer.swisscom.com/devguide/using-tasks.html describes how to use Cloud Foundry tasks. The document at https://docs.developer.swisscom.com/service-offerings/task-scheduler.html describes how to schedule tasks. When…
Bernd
  • 370
  • 4
  • 16
2
votes
1 answer

How do I hook into an event triggered by the end of a Brightcove hosted video?

I have the following code to show a Brightcove player when the user clicks on an image with a play button: $(document).ready(function() { $('#performanceVideo').hide(); $('#banner_text_wrap').click(function(e) { e.preventDefault(); …
br3w5
  • 4,403
  • 5
  • 33
  • 42
1
vote
2 answers

Is it possible to create / alter PDF's inside the Server application (NodeJS on Swisscom Application Cloud)?

I'm want to create a PDF-file inside a NodeJS server-application (or at least fill inputs in a PDF-file). I found several solutions on google but am not sure if the Swisscom Application Cloud will allow me to run those modules, generate PDF's and…
dosbenzos
  • 21
  • 2
1
vote
1 answer

Docker container crashes after execution of python script

After deploying a Python Docker container and successfully executing a script the container crashes and restarts in a loop after showing the following error message: 2017-06-19 13:22:49 [APP/PROC/WEB/0] OUT Exit status 0 2017-06-19 13:22:49 [CELL/0]…
jz22
  • 2,328
  • 5
  • 31
  • 50
0
votes
1 answer

How do I add Flask-PyMongo to environment.yml?

I'm trying to add Flask-PyMongo as a dependency to my environment.yml but when trying to push it says the package wasn't found. How do I add Flask-PyMongo so it works? Link to PyPi for reference environment.yml file: name:…