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:
Random by Kevin Schroeder
This E-mail and any of its attachments may contain ****** proprietary information, which is privileged, confidential, or subject to copyright belonging to ******. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified [...]
I’m working on some code on the command line that I needed to debug. It’s on a remote machine (well, a VM that doesn’t have a GUI) and so I needed to initiate a remote debugging session from the command line to go to my local copy of Zend Studio. Thankfully, it’s pretty easy. Since [...]
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 [...]
Filed under:
Cloud by Kevin Schroeder
Just because you want to use the Zend Developer Cloud at phpcloud.com doesn’t mean that you necessarily use Zend Studio. While I may wonder why you don’t use Zend Studio ( ) I know there are a lot of other good IDE’s on the market and an IDE like PHPStorm might suit how you do [...]
Deploying your work in Zend Studio is quite easy. You have the ability to deploy directly from your IDE, which is, in general, more for local environments, the Zend Developer Cloud or testing. The reason for this is because generally the developer should not have access to production. Therefore, the drag and drop deployment that [...]
Filed under:
Music by Kevin Schroeder
I’m asking for a little help. I just checked the @spotichart Twitter feed and they do this thing where every 24 hours they post the most tweeted album on Spotify. The number of tweets has been 26, 16 and such. In other words not very much, but the 24 hour tweet goes out to 16k people [...]
PHPCloud.com is the landing page for our new cloud offering. Using the Zend Application Fabric you can build your applications in the same environment as you will be deploying your apps to. The application is built on my.phpcloud.com and you can then deploy it onto any platform where the Fabric is supported. But how do [...]
Filed under:
Cloud by Kevin Schroeder
Connecting to the database in the Zend Developer Cloud is quite easy. You just need the container name, database name, username and password. But what if you changed containers or your password? If you want to make your application able to be easily moved between containers (and you should) here is a stupid easy way [...]