|
| Author |
Message |
harishankar
Joined: 10 Sep 2005
Posts: 203
|
Posted: 9/18/2005, 10:02 pm Post subject: What is your Offline server setup |
|
|
What is the server software and the OS you use to test your server-side scripts offline?
I use Debian GNU/Linux with Apache 2 with PHP 4 and MySQL. It's a very typical setup in most web hosts.
So what is your offline server setup? _________________ Literary Forums
My Blog |
|
| Back to top |
|
 |
Triumvirate
Joined: 10 Sep 2005
Posts: 262
Location: New York, USA
|
Posted: 9/18/2005, 11:01 pm Post subject: |
|
|
Same, except swap Linux for windows. _________________ MMO Gaming |
|
| Back to top |
|
 |
Thoul
Joined: 14 Sep 2005
Posts: 169
|
|
| Back to top |
|
 |
Keith
Joined: 10 Sep 2005
Posts: 72
|
|
| Back to top |
|
 |
Patrick
Administrator
Joined: 28 Aug 2005
Posts: 2212
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
dojo
Joined: 03 Sep 2005
Posts: 287
Location: Romania, Timisoara
|
Posted: 9/19/2005, 10:48 am Post subject: |
|
|
I use phpdev, a program that installs apache on my computer. I test everythin offline since I am already too clumsy and don't want my members to notice all my "successes"  _________________ Webmaster articles, tutorials and topics |
|
| Back to top |
|
 |
Ex0dus
Joined: 26 Sep 2005
Posts: 235
Location: Zarasu, Lithuania
|
Posted: 9/26/2005, 9:22 am Post subject: |
|
|
Hehe, i was never too bright with the whole offline server stuff. Tried to use various things awhile back, caused me more trouble than it saved me. Since i like working on boards via the internet more, i just set up a dev site that is closely related to my main site and then work off of it. Usually when i make changes, i make them in large chunks so for me, thats the best way to go. Makes it easier to have more "testers" too.
-Ex0dus |
|
| Back to top |
|
 |
drathbun
Joined: 23 Sep 2005
Posts: 42
|
Posted: 9/26/2005, 12:04 pm Post subject: |
|
|
I have just replaced my venerable PII 400 MHz test server with a new 2.8 GHz beast. I use it to develop alpha versions for any coding that I do. I have a 3 stage approach to releasing new code... alpha is done using my home server, where nobody but me can see it. Beta is done using an alternate script path on my server, and a separate copy of the database. Final production is done using the production database and script path. I have a shell script that I run to copy everything appropriate from beta to production when it's time to release new code.
My home server is running Mandriva 10.1 (used to be Mandrake), Apache, MySQL 4 and PosgreSQL both, and php 4. _________________
| Code: |
$sig = '';
while ($row = $db->sql_fetchrow($result))
{ $sig .= $row['user_sig']; }
echo $sig; |
|
|
| Back to top |
|
 |
Merlin Sythove
Joined: 10 Sep 2005
Posts: 2
|
Posted: 9/30/2005, 1:58 pm Post subject: |
|
|
| I've made a separate folder on-line with a copy of phpBB, which accesses the same database. I use that to develop my scripts and install mods, and when it works, I copy the changed files to the live folder. |
|
| Back to top |
|
 |
|