[Ldsoss] PHP remote development environment
Tom Welch
welchtc at ldschurch.org
Wed Apr 25 07:51:55 EDT 2007
Here is a lot of ifs, but:
1. If your remote server is running Linux and
2. If SSH is configured to forward X commands (add "XForwarding yes" in the
sshd_config file found usually in /etc/ssh folder)
3. If you are running Linux on your development machine or you want to run an
"X" emulator on Windows (check out http://x.cygwin.com)
then you can edit the files remotely by sshing into the linux box and running
any editor that is on the server such as kate, gedit, etc.
Also, if you want a complete PHP development environment, the Zend Studio (not
free) is decent. You put this on your local machine and it includes the PHP
interpreter. This in combination with MySQL will give you a lot of what you
need for local development. It runs on Windows or Linux.
Tom
>>> On Tue, Apr 24, 2007 at 9:59 PM, in message
<200704242159.14322.shawn-ldsoss at willden.org>, Shawn Willden
<shawn-ldsoss at willden.org> wrote:
On Tuesday 24 April 2007 07:32:33 pm Thomas Haws wrote:
> 2. Install a local development environment. I don't know what this
> would involve, but I like to be able to access my development
> environment from anywhere.
Do this one. Not only will it make your development easier, but it's the only
way to be sure you're not breaking your running, visible-to-the-world
application constantly.
The ideal would be to install roughly the same sort of Linux system as is on
your remote server, but you can probaby get close enough without that. For
example, if your preferred OS is Windows, install and configure MySQL, Apache
and PHP on Windows and do your development there, using whatever editor
you're comfortable with. As long as you're careful not to write anything
that's blatantly Windows-centric, you should be able to push your changes to
the Linux box without trouble.
You might want to get a Linux box, or at least run Linux in a VM, for a quick
validation test prior to pushing the code to your "production" system.
Shawn.
_______________________________________________
Ldsoss mailing list
Ldsoss at lists.ldsoss.org
http://lists.ldsoss.org/mailman/listinfo/ldsoss
----------------------------------------------------------------------
NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ldsoss.org/pipermail/ldsoss/attachments/20070425/b62cee2a/attachment.htm
More information about the Ldsoss
mailing list