VertigoServ

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
I find this a very useful tool. For those of you who don't have PHP and MySQL etc installed, or cannot install them for what ever reason.

This program allows you to run your PHP scripts etc, from your computer.

Check it out at:
http://vertrigo.sourceforge.net/

Regards,
Zenax
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Ive heard about and used it its pretty good... But it doesn't work on a VPS.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Virtual Private Server
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
oh right thanks for that! I run it, so I can test scripts out etc. I currently have a blog installed, a set of forums etc, so any mods i need to test, scripts or templates i wanna run can be done from the comfort of my comp, without having to upload!

I origanally used EasyPHP but I switched, because this has better functionality and also it aint in French!
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I usually go to apache.org, download apache, then go to php.net, download php, and then go to dev.mysql.com and download MySQL, then i configure it all myself, it takes about 10-15 minutes top; if you know what you are doing.
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
i know, but i cant be bothered to do that. Also as this is a family PC it saves time and hassle, as well as causes little problems!
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
I usually go to apache.org, download apache, then go to php.net, download php, and then go to dev.mysql.com and download MySQL, then i configure it all myself, it takes about 10-15 minutes top; if you know what you are doing.

Or just take all in one like XAMPP (Apache + PHP 4 & 5 + MYSQL + PHPMYADMIN + some things more :D)
 

Cubeform

New Member
Messages
339
Reaction score
0
Points
0
I use XAMPP on my "developer machine" (which is in reality our old Windows family computer re-purposed for web development--still has Office XP on it, so we still use it), and I haven't had any gripes about it.
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Or just take all in one like XAMPP (Apache + PHP 4 & 5 + MYSQL + PHPMYADMIN + some things more :D)

XAMPP is ok, but i dont need php 4, and an ftp server or mail server or anything, i have everything i need, and when i say mysql i mean phpMyAdmin, its easy to "setup" phpMyAdmin, rename "config.default.php" (Some versions its called "config.inc.default.php" to "config.inc.php", and then go into it, edit the "blowfish", and you can use it.

I might be making my own WAMP solution soon so:)
 
Last edited:
Top