Setting up a web server

Associate
Joined
18 Jul 2007
Posts
476
Location
England, Berkshire
Need some Help with setup of windows 2008

I have a copy of windows 2008, i am not a I.T professional so server environments is not a strong point for me right now as im only a student. However im a fast learner and i have decided to get my head around the uses of a server and getting a head start getting to know how to create a fully functional multi-purpose server.

The first few things i have managed to do is create a backup procedure for my home network along with the setup of a teamspeak server for friends.

The next step would be to setup FTP services and Web Services

Im interested in hosting a forum using PHP im not really interested in ASP just HTML and PHP. However i have no idea how to go about setting it all up. Along with hosting a website which would be coded in html.

Could anyone point me in the direction to a tutorial on how to setup a website and FTP in windows 2008? or if anyone could take the time to walkthrough how to do so that would be great.
 
I'd maybe take a look at something like EasyPHP which install Apache, MySQL and PHP for you and comes with a nice and simple GUI to control the services. Then get something like MySQL Query Browser and install that to edit your MySQL databases. Make SURE you chat the root passwords however if you install EasyPHP as by default it makes the root user + pass as, user: root and no password which is a major security risk.

Then download PHPBB3 and drag it to your www folder inside the EasyPHP installation folder and run it from a web browser (ie. http://localhost/phpbb) and it'll run the setup program so you can set that up.

OK so i downloaded EasyPHP and its all working, ive moved the PHPBB3 files to the local host and im now in the install menu's now i have never done this before so i need some help just knowing what i should be doing.

My main problem is the database settings i dont know how to obtain the server hostname or DSN where do i go to get that?

I basically need to know where to get the details for that page in the PHPBB3 install.

Im guessing you have to create a database in mysql

Oh btw thanks for the help guys
 
well i was looking into it, but as i say i have never setup web hosting as i have always paid for it/ Sure i could use the build in web server but i want something very easy to install so i can get to know the basics.

IM stuck with the install of PHPBB3 at the moment on the database settings, not sure how to obtain the details needed
 
I have gone into phpmyadmin

Created a database called database1 and its a collation

anything i need to do after this?

What i have in front of me is the following:

Database Type: MySQL

Database server hostname or DSN: No idea what this is

Database Server Port:

Database Name:

Database Username: Root?

Database Password: (I guess i leave this blank)

Prefix for tables in database: phpbb_
 
ok i got a forum all up and working, just need to know how i give it a domain so others can see it, i have a domain which i paid for from a provider how do i assign that to the forums?
 
Running EasyPHP i have installed PHPBB3 on a windows server 2008 operating system, right now all i can do is view the forums local how do i allow other people on the wan to access the forums? I want to assign a domain to the forum but how do i do this? my domain is on another server from another provider
 
Back
Top Bottom