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
2 answers

How to deploy Grails with MongoDB on AppFog/CloudFoundry?

Grails works great with the mongodb plugin locally but I'm having issues on AppFog. The instructions for deploying Grails on AppFog are fairly clear for databases other than MongoDB. The documentation seem to allude to auto-config for MongoDB but if…
Dave Jensen
  • 4,574
  • 1
  • 40
  • 45
0
votes
2 answers

How to deploy php application on appFog?

I have install Ruby and gem af and I am trying to upload php (not require mysql or other services) application to AppFog. Directory structure of my application in given in below screenshot. In my application file types are…
mcacorner
  • 1,304
  • 3
  • 22
  • 45
0
votes
3 answers

Upload error to appfog: "Error (JSON 404): not found"

I'm using appfog service for my grails app. I used af ruby utility from them for couple weeks and it worked fine. Today I've tried to update my project by command as usally: af update my_project But recived an error: Error (JSON 404): Not Found I…
Savva Sergey
  • 393
  • 3
  • 13
0
votes
1 answer

How to config cakephp 2.2 database connection with appfog service

I'have some problem to config cakephp database connection with appfog service. AppFog provides JSON database config by VCAP_SERVICES variable like this { "mysql-5.1" = ( { credentials = { …
WaiToNZa
  • 27
  • 7
-1
votes
1 answer

deploy zensh/jsgen to appfog

for appfog I usually use this code: var host = process.env.VCAP_APP_HOST || "127.0.0.1"; var port = process.env.VCAP_APP_PORT || 1337; http.createServer(function (req, res) { // ... }).listen(port, host); Now I found a very interesting forum…
Michael Moeller
  • 896
  • 4
  • 12
  • 27
-1
votes
1 answer

Extract Env Variable from an Appfog PHP app

In the past I have successfully setup phpmyadmin in Appfog. I added username and password credentials to phpmyadmin's Env Variables using the Appfog console. Phpmyadmin picks up those Env Variables and uses them to help the with the login…
Lowkase
  • 5,631
  • 2
  • 30
  • 48
1 2 3
12
13