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

can not connect to appfog mysql by sequel pro

How do you connect appfog database (mysql) to GUI database app, sequel pro for example ?
angry kiwi
  • 10,730
  • 26
  • 115
  • 161
1
vote
2 answers

Why do I get an AppFog Rails Error 310: Staging failed: Staging task failed?

I'm trying to push a Rails application to AppFog and I keep getting a 301 error. It gets to Staging, so it shows up on my AppFog account, but refuses to activate. Trying to update it succeeds, but has the same problem where it won't activate and…
StoicJester
  • 364
  • 2
  • 12
1
vote
1 answer

What is the --path option for in appfogs update command

Using appfog, I'm trying to update only a single directory of my site. af update myApp --path some/directory Now, according to this post - How do I push an app in chunks to Appfog? This is not a possible task. So, my question is, what does the…
Justin Carlson
  • 2,670
  • 2
  • 18
  • 19
1
vote
1 answer

rake db:seed with Rails/Spree on AppFog

I'm testing a Rails/Spree app on appfog, but I can't get the DB to seed. I've followed these instructions to the T: https://docs.appfog.com/languages/ruby/rails But at the point where I run af tunnel and then open a new terminal window, then run…
Jan Drewniak
  • 1,316
  • 15
  • 18
1
vote
1 answer

Appfog Django app distribute package error

I'm new to appfog and want to push my django project into the server but it seems that I cannot install distribute package. I have no idea what is preventing the problem, and I cannot find a way to access the shell. Any idea whats going on or how to…
user805981
  • 9,979
  • 8
  • 44
  • 64
1
vote
1 answer

Routing issues with Slim Framework running on AppFog

I've been successfully running Slim apps on a couple different servers and tried setting one up on AppFog today using the same structure, but it isn't running normally. I'll start with my directory structure: .htaccess /public .htaccess …
brad
  • 11
  • 2
1
vote
1 answer

Can I access AppFog services like MySQL from Add-ons?

Is it possible to access AppFog services like the MySQL database from Add-ons? For example if I want to run some jobs on IronWorker and populate the results in my main App database running on AppFog. If I check the credentials, it looks like these…
stefankolb
  • 328
  • 3
  • 16
1
vote
0 answers

Mongoid associations not working but ids very well exist

I have a test app running at Appfog. Appfog docs suggest use of Mongomapper gem but I have used Mongoid for my project. https://docs.appfog.com/services/mongodb Problem is: Mongoid associations don't work but the ids are right there. m =…
Bornfree
  • 868
  • 7
  • 21
1
vote
1 answer

Using memcachier for session handling on Appfog

I have a PHP application hosted on Appfog. I'm doing some load testing and running it across 3 instances, causing users to become logged out as the app currently uses the default $_SESSION variables to maintain a logged in state on a single…
hud
  • 203
  • 1
  • 5
  • 13
1
vote
1 answer

EmailJS and ExpressJS on AppFog

I hosted my Express App on AppFog and I get an issue with EmailJS. (https://github.com/eleith/emailjs) I recieve the mail but I get this error, in local, I don't see this error: Error: addListener only takes instances of Function at…
tonymx227
  • 5,293
  • 16
  • 48
  • 91
1
vote
1 answer

Error with Express on AppFog but not in local

I get an error when I host my app on AppFog. Line 50, when I call JSDOM... The issue doesn't appear in local, I don't understand why it doesn't work in remote... My code (works in local): exports.index = function(req, res) { …
tonymx227
  • 5,293
  • 16
  • 48
  • 91
1
vote
1 answer

How do I push an app in chunks to Appfog?

I would like to know if there is a way to specify a folder any specific part that you modified on appfog,when you push or update an app on appfog it uploads all the content from the current directory you are pushing from but sometimes you modify…
Eliethesaiyan
  • 2,327
  • 1
  • 22
  • 35
1
vote
2 answers

Trying to deploy to appfog anchorcms

I have just installed the command line tool for appfog and logged in, in the instructions it says run af update app Now I am trying to setup [anchorcms][1] do I run af update anchor (when I am in the anchor directory or in its parent directory)…
Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89
1
vote
1 answer

How can I use sqlite in appfog?

I'm using flask on appfog.com to make a personal blog. Today I tried to use sqlite. I can run the application locally with sqlite but when I update the app to AppFog, it does not seem to work. I can't find how to use sqlite in AppFog's docs. Can…
fakelbst
  • 578
  • 2
  • 6
  • 13
1
vote
0 answers

"Large" S3 Images Not Able to Load in PHP

I'm trying to use WordPress on the AppFog PaaS system. Unfortunately, AppFog doesn't have persistent storage so all content outside of the database needs to be stored on some external system (like S3). I'm successfully using a plugin which pushes…
Jeff Allen
  • 17,277
  • 8
  • 49
  • 70