Server rentals :: NFOservers.com

Forums

All times are UTC - 8 hours



Author Message
PostPosted: Thu Mar 24, 2011 10:27 pm 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
Ok so i have winodws 2008 r2. I am running www.terwax.com on hostgator using their VPS plan which runs on linux. The site uses joomla and few other stuff

I have VDS 1 core plan here. I wish to transfer the site exactly the way it is there. I want to stay with unmanaged machine.

So i am very noobish and i don't know anything. please help with tutorials, thanks


Top
 Profile  
 
PostPosted: Fri Mar 25, 2011 10:18 am 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
The first thing that you'll need to do is to install Apache + PHP + MySQL. One easy way to do this is with a package such as http://www.wampserver.com/en/.

You will then need to copy over the on-disk files. The easiest way to do this would be to use a program like WinSCP from your VDS to connect to your current webhost using SFTP/FTP, and downloading them directly to your new web root folder.

Then, export your database(s) on your old host, using a program like PHPMyAdmin. Create the same database user on your new host (also likely with PHPMyAdmin) and import those databases. It would be simplest to use the same database names.

Double-check the configuration for your site to make sure that it doesn't have specific paths that are now incorrect, and that the database name and login match what they need to be.

Almost done. Visit your site locally through http://localhost and make sure that it works properly.

Finally, update your DNS entries (the "A" records at your DNS provider) to point to the IP address of your VDS. If your current webhost handles your DNS right now, you may need to switch to using a DNS server provided by your domain name registrar, or use a free DNS service. This is something that they could help you transition to.


Top
 Profile  
 
PostPosted: Sat Mar 26, 2011 10:36 pm 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
I lost you at the DNS part

I used to have domain with melbourne, but now with hostgator. They also host my VPS machine. I have 2 IPs with them.

Also, do i have to set up my server with iis 7 before doing all of this?

Any idea if websitepanel works with mysql? I can get MSSQL (which they show how to configure in tutorial)


Top
 Profile  
 
PostPosted: Sat Mar 26, 2011 10:49 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
Terwax wrote:
I lost you at the DNS part

The "A" records are something that your registrar should be able to assist with, as most registrars also provide DNS servers. If they don't, you can have the registrar point the domain to a service like www.everydns.net, and have them do it for you.

Quote:
Also, do i have to set up my server with iis 7 before doing all of this?

No, generally you'll want to use a LAMP/WAMP-style stack for most webhosting.

Quote:
Any idea if websitepanel works with mysql? I can get MSSQL (which they show how to configure in tutorial)

I am not familiar with that software package.


Top
 Profile  
 
PostPosted: Sun Mar 27, 2011 11:53 am 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
so putting iis aside, i just install wamp and im good to go?


Top
 Profile  
 
PostPosted: Sun Mar 27, 2011 12:26 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
Yes, I would recommend that.


Top
 Profile  
 
PostPosted: Wed Mar 30, 2011 7:58 pm 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
I don't think that would be best idea as i kind of like the GUI of websitepanel along with the ease of accessibility.

That said, I'm having trouble setting up MySQL. I had 5.1 version before and then added 5.5. There was password conflict, thus. Anyway i can get rid of both versions and start from 0?

Also would there be conflicts as i move the other Database from linux host? Or how about i download a zip of everything and upload onto new MySQL?


Top
 Profile  
 
PostPosted: Wed Mar 30, 2011 10:38 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
If you want to be absolutely safe, you could uninstall both versions and then test with the same major version that your current host uses, but the latest release of it. For instance, if your current host uses 5.1.20, install 5.1.56. Alternately, you could run the latest version (right now, something in the 5.5 series), import your existing databases, and hope for the best; but, some conversion may be required in the process.

You should export your databases to .sql files and then import them, rather than copying over the .MYI/.MYD files. You can zip up those .sql files before transferring them, if desired.


Top
 Profile  
 
PostPosted: Mon Apr 04, 2011 10:31 pm 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
Hey John!

The thing just wasn't working out, so i opted for wamp.

If you look into my server, when i click localhost, i get some funky error saying theres misconfiguration. Could you look into it? What i basically did was copy all files from public_html over to www - where the index.html resided.


Top
 Profile  
 
PostPosted: Tue Apr 05, 2011 12:57 am 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
WAMP is what I suggested you use. Have you imported the databases? What is the error message that you are seeing, exactly (in the browser and in your error_log)?


Top
 Profile  
 
PostPosted: Tue Apr 05, 2011 10:12 pm 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
It says 500 internal server error.

I am going to reinstall the OS as i think that after i installed IIS and then wamp, things got messy.

MySQL server started giving bunch of error too as i made changes to some files.

Is there anyway i can install an .ISO file on the system? I would burn and install it at my computer but that doesn't work for remote server.


Top
 Profile  
 
PostPosted: Tue Apr 05, 2011 10:15 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
Terwax wrote:
It says 500 internal server error.

Yes, I understand. The Apache error log will tell you more about what that means in this case.

Quote:
Is there anyway i can install an .ISO file on the system? I would burn and install it at my computer but that doesn't work for remote server.

If you want to install a version of Windows, our licensing agreement with Microsoft prevents us from allowing you to install your own.


Top
 Profile  
 
PostPosted: Wed Apr 06, 2011 12:06 am 
Offline
A semi-regular
A semi-regular

Joined: Sun Mar 06, 2011 1:43 am
Posts: 21
oh its just microsoft expression studio 4 - legal version :P

Just to open some files


Top
 Profile  
 
PostPosted: Wed Apr 06, 2011 10:26 am 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9222
Location: Seattle
I'd suggest that you upload the install files from the CD and try to use those, or that you mount the ISO through software such as Daemon Tools, but I can't, because Microsoft's licensing is strict and requires that you rent their software on a monthly basis from us through the SPLA, if you need to use it on the VDS.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
It is currently Sat May 18, 2013 3:59 pm
Powered by phpBB® Forum Software © phpBB Group