Filed under:
Cloud by Kevin Schroeder
@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 [...]
Filed under:
Cloud by Kevin Schroeder
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] [...]
Filed under:
Cloud by Kevin Schroeder
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 [...]
Filed under:
Cloud by Kevin Schroeder
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 [...]
Filed under:
Cloud by Kevin Schroeder
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 [...]
Filed under:
Cloud by Kevin Schroeder
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 [...]
Filed under:
Random by Kevin Schroeder
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.
Filed under:
Cloud by Kevin Schroeder
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 [...]
Filed under:
Cloud by Kevin Schroeder
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 [...]
Filed under:
Cloud by Kevin Schroeder
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 [...]