Questions tagged [phpfog]

PHPFog is a cloud platform for PHP applications. It features easy installation of popular applications/frameworks like WordPress, Drupal, Joomla, Zend Framework, CodeIgniter or CakePHP.

PHPFog is a cloud platform for PHP applications. It features, among other things:

  • Simple installation of common applications like WordPress, Drupal and Joomla
  • Easy installation of popular frameworks like Zend Framework, CodeIgniter or CakePHP
  • Support for Git to manage your code
  • Easy scalability
26 questions
27
votes
5 answers

Looking for PaaS providers recommendations

I want to develop our new project using a PaaS provider. I'll be developing primary in PHP, but would like that the service can provide other languages too (and add-ons available too, like MongoDB, Memcached, redis, etc). I've seem some PaaS as…
Guillermo
  • 834
  • 4
  • 12
  • 20
13
votes
4 answers

Using Environment variables in Wordpress wp-config

I'm using phpfog.com for hosting and github.com for issue tracking, etc. I have two remotes setup, one to phpfog.com, and the other to github. In the back-end admin of phpfog you can define Environment Variables. I did so there and want to use them…
Robert C Edwards
  • 648
  • 2
  • 7
  • 15
13
votes
4 answers

Can I map local branches to remote branches with different prefixes in git?

We're working with a semi-centralized git repository here where I work. Each developer has their own subtree in the central git repository, so it looks something like…
Michael Johnson
  • 2,169
  • 15
  • 20
8
votes
1 answer

git push force, phpFog, and random file not in my repo showing up

I'm using phpFog and have been deploying via git push -f to overwrite existing contents on the server. Some of my deployments were from totally different repos, as I was experimenting with some things. I've found a file from a previous push,…
swt83
  • 1,923
  • 4
  • 23
  • 32
7
votes
2 answers

How do I push files specified in .gitignore?

If I have a "vendors" directory in my .gitignore, is there a way I can set up a remote that will receive that directory anyway when I do a push?
Alexander Trauzzi
  • 6,481
  • 10
  • 53
  • 93
4
votes
3 answers

phpfog Application runtime path is not valid

I'm trying to implement a little default application that comes with yii framework on phpfog. I've installed it according to the instructions using GIT. Now, when I try to run it, I get this error (below). I've checked to make sure that the…
4
votes
2 answers

Deploying Laravel through phpfog => View [partials.adminHeader] doesn't exist

I'm trying to deploy a site on phpfog, all works well except for my backend. I believe that it might have something to do with my restful controllers (public $restful = true;) because the only views that show the error -> (View…
coryj
  • 1,235
  • 3
  • 14
  • 28
2
votes
2 answers

How do I deploy a Zend Framework application to PHP Fog?

I am new to PHP. I have a PHP application which I need to deploy to PHP Fog. I have already configured the database and the credentials to use the remote repository using git. I can push the content to PHP fog. The problem is that I don't understand…
Tony
  • 9,552
  • 18
  • 77
  • 131
2
votes
1 answer

Unable to push to phpfog, permission denied (publickey)

I am trying to host my php application over phpfog cloud services, this is my first ever try with any GIT client; following the procedure as defined in PHPfog documentations, I am done with creating keys and adding it. Now when I am trying to clone…
Maven
  • 12,338
  • 35
  • 95
  • 148
2
votes
2 answers

GIT, Private Submodules, and PHPFog

I am trying PHPFog as a host, and I really like how it works. I'm having an issue, however, with a recent project I pushed. The project contains a submodule, which PHPFog says it supports, however the submodule is a private repository on another…
swt83
  • 1,923
  • 4
  • 23
  • 32
1
vote
1 answer

how to up my project files to my git hub using phpfog

I am trying to host my php application over phpfog cloud services, this is my first ever try with any GIT client; following the procedure as defined in PHPfog documentations, I am done with creating keys and adding it. Now I want to know how I can…
Maven
  • 12,338
  • 35
  • 95
  • 148
1
vote
2 answers

Php multiple db environment with git & phpfog

I have a plain(no framework) php app. I want to deploy my app to PhpFog. The problem is the config(host,dbname) is different. How to create a db config for development and production environment?
neotorama
  • 138
  • 2
  • 15
1
vote
1 answer

How to upload mysql database to phpfog?

I have created an and I want to upload that on phpfog but I am getting trouble while uploading my database here on the first step, I have win 7 x64 , I downloaded and installed command prompt with ruby, while creating a tunnel…
ketul shah
  • 375
  • 1
  • 6
  • 17
1
vote
1 answer

Pagodabox or PHPfog + Gearman

All, I'm looking for a good way to do some job backgrounding through either of these two services. I see PHPFog supports IronWorks, but i need something more realtime. Through these cloud based PaaS services, I'm not able to use…
bonez
  • 675
  • 1
  • 16
  • 38
1
vote
0 answers

Slim Framework cannot find include file in PHPFog

I have a structure like this: ---index.php (Slim index file) ---view ------css ------js ------img ------header.php ------footer.php ------index.php ------student -----index.php -----enrolment.php …
Random Joe
  • 570
  • 2
  • 9
  • 23
1
2