Questions tagged [appfog]

Appfog is a simple PaaS for Java, Node, .Net, Ruby, PHP, MySQL, Mongo, PostgreSQL, and more.

Appfog is an online service PaaS for Java, Node, .Net, Ruby, PHP, MySQL, Mongo, PostgreSQL, and more. Freedom to move between IaaS at will with the easiest pricing in the cloud.

186 questions
1
vote
1 answer

appfog is unable to install node.js application

I can't get my node.js application to work on appfog. I create a new application on their website. Then in my application directory i run: af login <-- Works and then: af update myapplicationname I get this error: No such file or directory -…
Bullfinch
  • 255
  • 2
  • 5
  • 16
1
vote
1 answer

cache-control not working in chrome and varnish also not respecting cache-control

My expressjs app is running in appfog. and the I put a simple date stamp to check the time in the route and the header for cache-control and expires is set for 300 seconds. neither the chrome nor varnish seems to respect it as it bringing new date…
coool
  • 8,085
  • 12
  • 60
  • 80
1
vote
1 answer

AppFog background worker 'failed to start'

I'm trying to follow the AppFog guide on creating a background worker in ruby, and I'm running into some (probably noob) issues. The example uses Rufus-scheduler, which (according to the Ruby docs on AppFog) means I need to use Bundler to…
Chazbot
  • 1,890
  • 1
  • 13
  • 23
1
vote
1 answer

Appfog loadbalancing with node.js

Will Appfog load balancer forward multiple outstanding requests to the same node.js instance or does it allow only one outstanding request per instance? I couldn't find information on this on Appfog website. Since one of the advantages of node.js is…
jrajp2184
  • 310
  • 1
  • 9
1
vote
1 answer

Does Appfog support TurtoiseSVN?

Does Appfog support TurtoiseSVN for version control? The official website only seem to provide details on Git. Is there any tutorial or support that I can take? Please help.
1
vote
2 answers

Sessions not being cleared on AppFog using mongo-connect

My session are not being cleared on AppFog. My setup is as follows: Node.js (with express) mongoDB connect-mongo for the session store mongoHQ for hosting my db. I've hooked up my local setup to use the mongoHQ db instance and all my sessions are…
1
vote
1 answer

Does someone there experience with resque worker and appfog?

I couldn't run resque workers in appfog. Appfog doesn't have console interface to run $ bin/resque work command.
bakhtiyor
  • 23
  • 4
1
vote
1 answer

Serving static files from appfog

I've seen people reporting how to serve static HTML content directly from Nginx that appfog employs with node.js and python apps. Has anyone managed to do this with a Java based application? I'm using grails, but I'd like to develop a straight…
barrymac
  • 2,750
  • 1
  • 20
  • 32
1
vote
2 answers

Appfog - how to install latest version of Nodejs

In Appfog how to install the latest version of Nodejs/ and on the services provided, can Mongodb be upgraded to 2.4.x
coool
  • 8,085
  • 12
  • 60
  • 80
1
vote
2 answers

Multiple instances randomly signs out user

I'm running a Yii-app on Appfog. Whenever I try to have more than 1 instance it is no longer possible to stay signed in. I know that multiple instances requires a shared storage for sessions, and I have implemented that using EDMSHttpSession. And it…
luttkens
  • 1,272
  • 8
  • 16
1
vote
1 answer

Update and or fix the schema of an AppFog Database

I created an app in NodeJS using ExpressJS, I hosted my app on AppFog and it works, however, I made a few update on my local version, now I'd like to update my App on AppFog but I got a problem, because I updated my models in local and now, I can't…
tonymx227
  • 5,293
  • 16
  • 48
  • 91
1
vote
1 answer

Hosting two websites on same domain

I have two apps named opentripplanner-webapp and opentripplanner-api-webapp. I had successfully deployed them on local tomcat server. Apps has url as http://localhost:8080/opentripplanner-webapp and http://localhost:8080/opentripplanner-api-webapp.…
Khayam Gondal
  • 2,366
  • 2
  • 28
  • 40
1
vote
1 answer

AppFog MongoDb Service Terminology

In terms of MongoDb terminology what are Bound Service Service in AppFog MongoDb service? Is Bound Service the db name? Or is it the collection name?
chamilad
  • 1,619
  • 3
  • 23
  • 40
1
vote
4 answers

AppFog - Unauthorized source IP address

I host an Facebook application (https://apps.facebook.com/igoaltip/) on AppFog. Suddenly it stopped working. When I try to get information about the user using user access token (https://graph.facebook.com/me), Facebook returns OAuthException (#5)…
1
vote
2 answers

ERROR: Failed to build gem native extension on windows 7x64

I've been following the instructions provided by Development Kit for the rubyinstaller https://github.com/oneclick/rubyinstaller/wiki/Development-Kit When I try the last step I get the following error: ERROR: Failed to build gem native…
user1460015
  • 1,973
  • 3
  • 27
  • 37