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
18
votes
1 answer

Unexpected response code: 502 error when using socket.io with AppFog

The error When the user opens http://sync.aws.af.cm/, the Google Chrome JavaScript Console shows (within a few seconds): Unexpected response code: 502 error The app should remember the contents of the text area even after the user refreshes the…
Andrew Liu
  • 319
  • 1
  • 2
  • 13
13
votes
2 answers

Running PHP workers on AppFog

I searched and searched and searched but didn't find any resources on that. Is there any way to run a worker in a PHP app on AppFog? I've only found instructions for running Ruby, Node.js and Python workers, based on frameworks of that languages.
Leonel
  • 825
  • 11
  • 19
11
votes
3 answers

Node.js TCP Socket Server on the Cloud [Heroku/AppFog]

Is is possible to run a Node.js TCP Socket oriented application on the Cloud, more specifically on Heroku or AppFog. It's not going to be a web application, but a server for access with a client program. The basic idea is to use the capabilities of…
Itay Grudev
  • 7,055
  • 4
  • 54
  • 86
9
votes
3 answers

Ruby Not Detecting Gems

For some reason, Ruby can't seem to under stand that I installed the AppFog gem (af). When I run af, I get this: /Users/myface13214/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find af (>=…
weddingcakes
  • 653
  • 1
  • 7
  • 14
8
votes
2 answers

Appfog mysql tunnel error - Encryption not available on this event-machine

We've established a connection to appfog using caldecott and af tunnel command. We try to connect to a mysql service to load and execute a big .sql file to populate the db. We tried it from 3 different machines Ubuntu on VirtualBox, Feora 18 on…
JohnnyM
  • 1,273
  • 1
  • 13
  • 26
6
votes
3 answers

How do I download my Appfog app's live file system?

Hello I am a Appfog beginner and I want to ask if I upload picture/plugins/themes via the wordpress admin. Because appfog does not currently support a persistent file system, all the plugins/pictes/themes not in the source code will be lost. Is…
XkiD
  • 159
  • 1
  • 14
6
votes
1 answer

Deploy simple Java Web Application on Appfog

I started using appfog ( http://www.appfog.com/ ) and I haven't found any resources explaining how to deploy a simple Java Web application. I tried extracting a .war file I have and then updating the app but I got no luck. Cheers
Yiannis Gkoufas
  • 660
  • 6
  • 16
5
votes
0 answers

Page include iframe get a new cookie after login

I'm using express to write a web app. The app works well on my localhost. But while I upload it to appfog, it have such problem: After I login in the login page, I open a page with iframe ( the iframe is the same domain), the browser(chrome) give it…
Bin Wang
  • 2,697
  • 2
  • 24
  • 34
5
votes
2 answers

How to serve static content with Apache in AppFog (WSGI Python app)

I'm using AppFog PaaS system for a few days, and I love it, It's probably the best PaaS system that I've tested (I've used other 3 ones previously), but didn't find information about how to serve static content with the Web server in frontend…
Roberto
  • 8,586
  • 3
  • 42
  • 53
4
votes
1 answer

Appfog - Spring application - Disk usage

I have a Spring application running on Appfog. App is connected to a Mysql DB and doesn't use disk storage (it only perform select or insert queries). I noticed that the disk usage increased constantly in time (My database is very small, it can't be…
Azincourt
  • 935
  • 5
  • 13
  • 29
4
votes
1 answer

AppFog No configuration could be found for a session named 'default'

In my mongoid.yml I have production: sessions: default: host: - <%= JSON.parse(ENV['VCAP_SERVICES'])['mongodb-1.8'].first['credentials']['hostname'] rescue 'localhost' %> port: <%= JSON.parse( ENV['VCAP_SERVICES']…
K2xL
  • 9,730
  • 18
  • 64
  • 101
4
votes
1 answer

How to set up Node HTTPS on Appfog

The way the appfog documentation reads is that as long as you use their provided domain you will get free SSL. But as far as I understand things you need a .KEY and a .CERT file in order for NodeJS to start a https server. Am I missing something or…
Shane Gadsby
  • 1,260
  • 1
  • 13
  • 19
4
votes
2 answers

Streaming Assets (JS/CSS/images) from Amazon S3 with Express.js

I recently deployed my Node.js blog on AppFog. I plan to use a bucket on Amazon S3 to stream my assets (javascript/stylesheets/images). How can I make sure that Express.js get static assets to my Amazon S3 bucket instead of the regular /public?
jpmonette
  • 926
  • 1
  • 15
  • 30
4
votes
1 answer

on AppFog, how to see the console logs on the terminal (node.js)

I would like to be able to see the console logs in my terminal from my node.js App on AppFog. it it very hard to debug without it. I saw something called tunnelling in the documentaion, is this what I'm looking for? if so, could you explain me how…
Asaf Katz
  • 4,608
  • 4
  • 37
  • 42
4
votes
2 answers

How can I install nodejs modules to appfog

Normally in local, I use cmd, command line to install any nodejs module using "npm install testing or connect or etc.." But I decided to use appfog as server and I add nodejs to my project on appfg but probably I am gonna need some nodejs modules…
Culver Uci
  • 41
  • 2
1
2 3
12 13