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

how upload files on appfog

I created node.js app on appfog, then I download command prompt and logged in. But how can I upload some files? "Finally from within your source code directory: af update myApp" how can I set directory or what files to upload? I would like to upload…
dontHaveName
  • 1,899
  • 5
  • 30
  • 54
0
votes
1 answer

How to get mongodb working on appfog?

I'm new to nodeJS, so i was just trying couple of things starting from basics. I had a problem while retrieving data from MongoDB, So here is the code: var port = (process.env.VMC_APP_PORT || 3000); var host = (process.env.VCAP_APP_HOST ||…
peek4y
  • 31
  • 3
0
votes
1 answer

Error message, cannot bind MySQL service to App

I get a problem when I try to bind MySQL service to my App (AppFog). Message : name: VmcError, endpoint: POST:/services, statusCode: 502, code: 503, description: Unexpected response from service gateway What is the issue? Anthony
tonymx227
  • 5,293
  • 16
  • 48
  • 91
0
votes
1 answer

run node.js on AppFog?

I uploaded my files to AppFog and I went to the site I just created. But it seems that the site loads only index.html. My node.js file named server.js, maybe I should name it something else? Help?
julian
  • 4,634
  • 10
  • 42
  • 59
0
votes
1 answer

tunneling mysql into appfog

I am developing a local website using; PHP 5.4.6 Apache 2.4.2 MySQL 5.5.27 currently i am implementing a simple login script, with a small database. on local it works fine. when i af update kirka "%webdev%" af tunnel , and then source…
Kirka121
  • 505
  • 4
  • 13
0
votes
1 answer

mongodb on cloud foundry / appfog

I am deploying nodejs app with mongodb db with collections/data in it. I have it under the data/db directory. it doesn't have username / password. but with the appfog the service has the user name/password. how does the mongodb service know to start…
coool
  • 8,085
  • 12
  • 60
  • 80
0
votes
0 answers

Grails on AppFog: BIRT report displayed partially

Within my Grails 2.2 application I use BIRT reporting plugin to generate a pdf of (a bit) complex report (7 datasets binded to 8th one) and it works ok on my local machine but, on AppFog, I get only aprox 1/3 of report. The problem is that I get…
zbubric
  • 363
  • 3
  • 10
0
votes
1 answer

Trying deploy nodejs

I'm noob on nodejs and i'm trying some tutorials of nodejs. I'm trying this tutorial: http://cestfait.ch/content/chat-webapp-nodejs it works wonderful on my localhost but not when I upload to appfog like you can see here:…
Tiago Araújo
  • 13
  • 1
  • 4
0
votes
1 answer

Accessing Appfog MongoDB service

How can I acces MongoDB service running on Appfog from my local? I want to use it with gui application. Is it possible?
interlude
  • 843
  • 8
  • 29
0
votes
1 answer

Appfog PHP Slim Application throws error when trying to access the API

I'm trying to setup a REST application in Appfog using Slim framework. This was based on a tutorial by Coenrats in this link: http://coenraets.org/blog/2011/12/restful-services-with-jquery-php-and-the-slim-framework/ only I used a newer version of…
jason
  • 81
  • 1
  • 6
0
votes
1 answer

Node.js + express + mongoose on Appfog. stange DB behaviour

I'm learning to use node.js and I wrote a little test app with express and mongoose. it working perfect on my local machine. but after I uploaded it to Appfog, the DB start to behave very strange. as you can see here:…
Asaf Katz
  • 4,608
  • 4
  • 37
  • 42
0
votes
1 answer

PHP OAuth on AppFog

I'm trying to run a PHP app on AppFog, but I'm seeing this error in the AppFog logs: PHP Fatal error: Class 'OAuth' not found Does anyone know if it's possible to enable the OAuth extension on AppFog? Update: afaik now it's not possible to…
René
  • 2,912
  • 1
  • 28
  • 46
0
votes
1 answer

Appfog + Rails 3 + Postgresql + IronWorker => could not connect to server: Connection timed out (PG::Error)

I have a Rails 3 app deployed on Appfog with a postgresql database. I would like to run background jobs with IronWorker but i can not connect to my database. Here are my ironworker files (.worker + my_worker.rb) .worker runtime "ruby" gemfile…
mathieurip
  • 547
  • 1
  • 6
  • 16
0
votes
1 answer

Mapping wildcard subdomain to other host using htaccess

I host my wordpress on appfog but appfog doesn't allow wildcard subdomain yet. I decided to create an app on heroku and place the htaccess there, so any wildcard subdomain will rewrite to appfog. How to make the URL…
0
votes
1 answer

Environment variables not detected when deploying to AppFog

It seems that when deploying my Spring app to AppFog, that the environment variables are not being detected. I have the environment variables declared in my console: And I try to reference these from within my app code, like…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
1 2 3
12
13