I couldn't find a good forum for this question, in short I'd like to set up a windows laptop as a server for my threads 6.4 environment. FWIW - I have a TON of mod's.
I'm doing some more presentations now and I'd like to set up my Windows laptop with my complete web site, which includes three threads sites. My brother is helping me, I guess the ticket is LAMP (Linux, Apache, MySql and PHP). We feel pretty comfortable making the laptop ready for the site.
The question is, whats the best way to get all my tables and code loaded? Is anyone else here running on Windows? I'm a techie but this is a bit out of my league.
I'm using this laptop as a server at an Expo on March 3,4. Internet access is too expensive and I cant get a wireless signal there.
THanks
_________________________
Promoting the world on bike!
#312590 - 01/09/0711:11 PMRe: Windows Server for Threads
[Re: biketrip]
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
You could always use Win XP, Apache, MySQL and Php - it's what I use to test on this here notebook. Very easy to setup and you're up and running in a few hours. You then access your site via:
#312594 - 01/10/0706:27 AMRe: Windows Server for Threads
[Re: Gizmo]
biketrip
Power User
Registered: 04/12/03
Posts: 95
Loc: Minnesota, USA
What steps do you take to transfer the database and code to my new laptop server? I assume there are some export/import tools but I dont know where to look for this, or am I just being an ignoramus here?
_________________________
Promoting the world on bike!
#312601 - 01/10/0711:57 PMRe: Windows Server for Threads
[Re: biketrip]
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
I'm doing well, thank you
SSH (Secure Socket Shell) is an app that allows you to basically have command line access to your site. You can do pretty much the same thing with other programs (backup database, zip it, transfer) but ssh is *much* faster. There are a list of common commands for ssh here: http://www.jiffynet.net/faqs/sshcommands.html
It really sounds more technical than it probably is, if I can learn it most anyone can. I used to try to manually backup databases using phpmyadmin and download then manually add the lines back in for the site we were moving to - would take hours and hours and hours. With ssh you can backup the database, move, and re-install in less than one hour. I use this app:
#312609 - 01/11/0712:17 AMRe: Windows Server for Threads
[Re: AllenAyres]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5123
Loc: Portland, OR, USA
Id make an SQL dump from the server and then import that to MySQL on your laptop, then copy your ubb files to your webserver on your laptop, then set the proper paths/connection data in includes/config.inc.php
#312618 - 01/11/0706:13 AMRe: Windows Server for Threads
[Re: Gizmo]
biketrip
Power User
Registered: 04/12/03
Posts: 95
Loc: Minnesota, USA
That makes much more sense to me, thanks guys. Believe it or not, I do this for a living, sort of. Right now I'm designing a Business Objects universe where I have to help create an ETL from one Oracle database to an ODS and then write a bunch of reports against it. Though I dont actually do the physical move I write the data mappings and what not. So principle I understand it, I should be able to fudge my way through. Thanks again!
_________________________
Promoting the world on bike!
#312619 - 01/11/0706:38 AMRe: Windows Server for Threads
[Re: biketrip]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5123
Loc: Portland, OR, USA
lol sounds good ...
I run Uniform Server on http://home.corthell.net/ and it works fairly well, it's on WXP Pro SP2 so you can see it in action; I just do some dev there so theres not much...
I have several other web servers that i play on as well