Feb
13
2012

How do you push your apps to the Zend Developer Cloud?

Tags:

@mmd_coding posted a message about pushing a Yii app to the Zend Developer cloud.  I was asked by Roy Ganor if we knew how people were deploying and, quite honestly, I don’t know how people tend to.  Some of the options are Zend Studio Deployment Zend Studio RSE (SFTP) Other IDE SFTP Native SFTP Which [...]

1
Feb
07
2012

URL rewriting in PHPCloud

Tags:

Found out today that the typical rewrite rule 1 2 3 4 5 6 7 RewriteEngine On   RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ – [NC,L] RewriteRule ^.*$ index.php [NC,L] doesn’t work too well in the DevCloud.  I would get log errors like [Tue Feb 07 13:06:33 2012] [...]

0
Jan
30
2012

Looking for DevCloud stories

Tags:

The Zend DevCloud was released at ZendCon as a technology preview.  I do a lot of my development work on the DevCloud now and I have my stories.  But I’m interested in hearing yours.  If you are using DevCloud for serious development work I would like to hear about it.  We would like to put [...]

0
Jan
27
2012

PHP Cloud and education

Tags:

One of the problems that anyone who has taught a programming class will know is that the worst part of the class isn’t bored students, inane questions or poor material, but, rather, getting started.  I delivered Zend’s training for 3 years (myself among several others) and I can say, without reservation, that one of the [...]

0
Jan
05
2012

Debug tunneling with the Zend DevCloud

Tags:

Found out something interesting.  If you’ll notice there are no blog posts on how to debug PHP with the DevCloud.  That’s because while I can get it to work quite easily with Studio I was having a bear of a time getting it to work with anything else.  Since Studio worked I knew it was [...]

0
Jan
03
2012

Connecting to the Zend Developer Cloud with PDT

Tags:

A couple of weeks ago I wrote a series of blog posts on how to connect to the Zend Developer cloud with various IDEs.  Except one that I missed… PDT. The deployment plugin is already installed in PDT 3 and so you already will have the ability to push to the DevCloud instance. PDT, as [...]

2
Dec
06
2011

Superhero Antics

Tags:

I’ve wondered.  What does a superhero do in their free time?  If you have an idea why don’t you take this transparent PNG and put him in the middle of a few high jinks.  Post links to your images in the comments.

4
Nov
30
2011

Connecting to the Zend Developer Cloud using NetBeans for PHP

Getting NetBeans connected to the Zend Developer Cloud is actually pretty simple…  if you have NetBeans 7.1 which is currently in RC.  NetBeans 7.0 has a bug that won’t allow you to connect to Git over HTTPS.  NetBeans 7.1 fixes that issue.  You will also need to make sure that you have the Git module [...]

2
Nov
29
2011

Setting up a connection to the Zend Developer Cloud on Linux

Tags:

Connecting with the Zend DevCloud in Linux is actually quite easy if you know how to use SFTP.  When you first created your DevCloud account you would have been prompted to download your private key.  This is a private key that is generated, but not stored, on the DevCloud.  You can then connect with the [...]

1
Nov
22
2011

Setting up a generic connection to the Zend Developer Cloud on Windows

Tags:

One of the things I have royally disliked about just about every cloud based development environment out there is that the tooling they offer usually has additional steps to push code onto the development instance in the cloud.  I, personally, do not like having to Alt-Tab between windows to do basic tasks.  Heck, I don’t [...]

0

Switch to our mobile site