Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Building Forums With vBulletin (2006).pdf
Скачиваний:
40
Добавлен:
17.08.2013
Размер:
6.3 Mб
Скачать

Chapter 2

Other Options

There are other options open to you. These include running your own server from your home over a leased line and collocation (where you lease space for your own server at the hosting company's server location). They are both similar to the dedicated hosting solution outlined above.

Both these are expensive solutions but allow you the very best in terms of performance and power. Choosing a collocation solution normally only makes sense if you want complete data privacy or want to handle your technical support and upgrades yourself.

Again, however, bear in mind that these terms aren't standards and that what one company offers you will differ from what another one will be offering. You will need to shop around to get the best deals.

Note of caution

Leaping straight into an expensive solution is folly—it will probably have far more power than most discussion forums will ever need.

Be careful about unnecessarily lumbering yourself and your community with a lot of expensive and ongoing bills to pay!

Installing vBulletin

Let's now look at how to install vBulletin. The process is pretty straightforward and installation should only take you about an hour the first time you do it. (Once you get used to it, it's an easy job, one that you can accomplish in a few minutes.)

Make sure you have your customer number handy!

You will need this number to carry out the installation of vBulletin, so make sure you have it handy. (You should have been sent this when you purchased vBulletin.) You won't be able to proceed with the installation without it.

Let's begin by looking at the tools you will need to install vBulletin.

Tools

There are a few tools that you need to have, but these you should be able to pick up for free.

Unzip tools: You will need one of these to expand the vBulletin installation files. You can choose to download a .zip zipped version or a .tar.gz tarball version of the vBulletin installation files. If you choose the zipped archive, you can download

the Free Zip Wizard from http://www.coffeecup.com.

17

Installing and Configuring vBulletin

Text editor: You will need one of these to make changes to some key vBulletin files. Windows WordPad, among others, is ideal for this. Be careful not to use a word processor (such as Word or Open Office), because these applications might try to reformat the code files and damage them. For power editing of text files (something that you will undoubtedly be doing if you plan on making modifications to your

vBulletin board), we recommend the commercial editor UltraEdit, available from

http://www.ultraedit.com.

FTP program: To upload the vBulletin files, we will be using WS-FTP, but there are many other good (and free) FTP programs available. A good one is CoffeeCup Free

FTP available from http://www.coffeecup.com.

Notepad problems

Oddly enough, Windows Notepad is not recommended for editing vBulletin files because it has difficulties handling line breaks in some files and can cause significant text corruption.

Notepad problems

This is all you need to get started.

Downloading the Installation Files

When you purchased vBulletin, you will have received an email giving you details of how to log into the member area on the vBulletin website. In this password protected area on the vBulletin site you will find your license details along with the latest vBulletin download files.

18

Chapter 2

Follow the instructions on the site to download the latest version of vBulletin to your computer.

File Extraction

Using a suitable unzip tool, extract these files into a working folder on your system—your desktop is convenient for uploading later. For simplicity, we've called the folder vb 3.0.6 because we will be installing version 3.5.2 (which, at the time of writing, isn't the latest version, but we will show you how to upgrade later).

Inside this working folder you'll find another folder. The name of this folder follows the following convention:

xxxxxxxx.yyy

Where xxxxxxxx is your license number for vBulletin and yyy indicates the version number, in this case 352.

Inside this folder are two more folders and a few files (a readme file and license agreements). It might sound like we're hammering home the folders here, but you don't want to upload the wrong files to the Web!

More folders!

There's a folder called upload and one called do_not_upload. The files you want to upload are in the folder called upload. The other folder contains tools that we don't need to worry about right now.

Upload Preparation

If you have chosen what to call the folder that you want to upload vBulletin to, you can rename the folder to that name now.

Renaming the upload folder

Root installation

If you are planning on installing vBulletin in the root of your website, then you don't need to do this—you will only need to upload the contents of the upload folder to the root directory of your website.

19