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
3
votes
3 answers

Using specific version of npm shrinkwrap

I am deploying my node.js app to Appfog but since their install script cannot parse npm-shrinkwrap.json the whole deploy process fails. An example dependency in shrinkwrap.json today looks like this "async": { "version": "0.2.10", …
Kimpo
  • 5,835
  • 4
  • 26
  • 30
3
votes
2 answers

How to run Laravel artisan command on AppFog?

How to run an artisan command on my Laravel app in AppFog? I need to run commands like this: php artisan down php artisan up Any idea?
cawecoy
  • 2,359
  • 4
  • 27
  • 36
3
votes
1 answer

Appfog instances vs memory

I'm developing an API on Appfog and want to know what to focus on (more memory with one instances or more instances with lower memory). Appfog gives you free 2GB of RAM and up to 16 instances if each instances get 128 MB RAM. My application uses…
Johnny Ha
  • 633
  • 5
  • 21
3
votes
2 answers

Using Redis and Laravel with a Password

I've got an app written using Laravel. I've been using Redis when developing locally. I've now moved my project onto AppFog which has a redis service running. It seems though that they require a password (which is supplied), but I'm not sure how to…
iamjonesy
  • 24,732
  • 40
  • 139
  • 206
3
votes
1 answer

Appfog Cakephp Session Object lost on refresh or redirect

I just migrated my app to appfog. I store the session info in the database. But the session is lost after page refresh or on redirect. I am using cakephp 2.2.3, the app works fine on local machine and namecheap servers. On Appfog, I deleted all…
Leah Collins
  • 637
  • 2
  • 9
  • 21
3
votes
1 answer

forward proxy in nodejs

i made a small forward proxy with nodejs and hosted it in appfog. it's working in local after setting up the proxy of my browser, but when i try using the one hosted in appfog it's says: *Errore 130 (net::ERR_PROXY_CONNECTION_FAILED): Connessione al…
MkM
  • 201
  • 4
  • 11
3
votes
1 answer

appfog django static files

I've a project, actually is the test from appfog (https://github.com/appfog/af-python-django) that run smoothly in localhost. But it does not work, at least static files are not recognized once deployed on appfog. I've changed just the location of…
EsseTi
  • 4,079
  • 5
  • 36
  • 63
3
votes
3 answers

Two node.js servers?

I want to run two node.js httpservers on different ports: var http = require('http'); var dbserver = http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/html'}); res.write('
Alex
  • 81
  • 2
  • 9
3
votes
2 answers

Deploy Grails app to AppFog using Eclipse CloudFoundry plugin

I'm trying to deploy my Grails application to AppFog using CloudFoundry plugin (ver. 1.1) in Spring Source Suites (STS 2.9.2). I'm using https://api.appfog.com as server address and MYAPPNAME.aws.af.cm for application address when deploying…
zbubric
  • 363
  • 3
  • 10
2
votes
1 answer

Appfog file_get_contents and curl connection timeout

I searched for similar issues at SO, but none worked for me. I deployed my laravel 4 app on appfog and try to get content from an external website. I've tried several things: file_get_contents -> Connection timeout. curl -> Connection…
Daniel Uzelac
  • 89
  • 1
  • 9
2
votes
2 answers

Sessions not holding on AppFog / Laravel 3

Im not sure what could be causing this, But my project has been working fine in development. But when I uploaded it to AppFog, suddenly my sessions/Auth() wont hold. Authentication works to login. So a user can login, and will be redirected to their…
Kylie
  • 11,421
  • 11
  • 47
  • 78
2
votes
1 answer

Scss file not imported properly in production

My assets are loading correctly in development. However, when I go to push live (on AppFog), I get the following error: "File to import not found or unreadable: bourbon." This errors is found in the "_bourbon_neat.scss" file, located in my…
NolanDC
  • 1,041
  • 2
  • 12
  • 35
2
votes
1 answer

upload a multi-player game with node.js

I made a game in node.js and uploaded it.. it should be 30 - 60 frames per second.. Now I testing it and it runs slow.. I mean in local network it runs a lot smoother The server isn't that far away.. So any tips how to make the fps better? What is…
julian
  • 4,634
  • 10
  • 42
  • 59
2
votes
3 answers

Deploying a Node.js app based on Deployd (deployd.com) on Appfog

I'm trying to deploy a node.js app, based on Deployd (deployd.com). When deploying by "af update myapp", I get the following error: Uploading Application: Checking for available resources: OK Processing resources: OK Packing application: OK …
user2047330
  • 119
  • 1
  • 9
2
votes
1 answer

Upload file on AppFog with NodeJS

I created an NodeJS App using Express and I uploaded my App on AppFog, the only problem is that I have a file upload form in my App in order to upload some photos for the App (for my "Creation" table). It works in local but on AppFog it doesn't…
tonymx227
  • 5,293
  • 16
  • 48
  • 91
1
2
3
12 13