S
|
swanside 10/21/2008 |
Look at this, download it to a memory stick, then install it on your clients machine. |
R
|
roadyx 10/21/2008 |
I use XAMPP for windows myself on my laptop and it works just fine. I'm curious to know what the difference is between Wampp and Xampp. I have a client who does not have internet. Also, he does not want an internet solution because his database must be UP 100% of the time. So, I would really like to use phpRunner since I know how to use it. How hard is it to setup a windows machine with all the Apache/PHP/mySQL that would be needed to run a phpRunner generated product offline? Has anyone ever done this? or am I better off just going with a database product like OpenOffice for this project? |
V
|
vytb 10/21/2008 |
I use EasyPHP. It would be interesting to know your opinion of which is better.. |
W
|
wfcentral author 10/22/2008 |
I downloaded and installed XAMPP on my Vista laptop and did a quick check to see that it is now able to run PHP files - Success! Thanks! |
|
hfg 10/22/2008 |
I have not used either product so I can't really comment on them, but my thought would be a old computer running Linux, Apache, MySQL and PHP. This would give you a dedicated box (or an Intranet server) for the database. It also keeps a user from forgetting and turning off their computer or the PC crashing due to another app that is being run by the user, thus shutting down the DB. It doesn't have to be anything real powerful either, not knowing the size of project I won't make speed recommendations but my guess is you can find a couple year old PC (or even server) cheap that will do the job. You might even find something with a raid 1 setup in it already. |
M
|
maxcolo 10/22/2008 |
I use two programs |
W
|
wfcentral author 10/23/2008 |
I have not used either product so I can't really comment on them, but my thought would be a old computer running Linux, Apache, MySQL and PHP. This would give you a dedicated box (or an Intranet server) for the database. It also keeps a user from forgetting and turning off their computer or the PC crashing due to another app that is being run by the user, thus shutting down the DB. It doesn't have to be anything real powerful either, not knowing the size of project I won't make speed recommendations but my guess is you can find a couple year old PC (or even server) cheap that will do the job. You might even find something with a raid 1 setup in it already. Make sure to setup a backup as well of the DB, since the only place it will exist is that office they need to take a backup off-site nightly.
|
W
|
wfcentral author 10/23/2008 |
Okay, I installed XAMPP and it's working great. I got two computers networked together with both accessing the PHP that XAMPP is supporting. |