Jump to content

phpBB forum hosting by VPS


Keshav

Recommended Posts

Hi guys,

i'm newbie in using VPSes and mysql things , i got confused , actaully i made this post because i want to know how can i host a phpBB forum via my VPS what things i need ? it would be great if anyone tell me step by step.

what is a c-panel , mysql and etc , please tell :D

thank you in advance

Link to comment

You're wrong Thelastride. You can't simply put your files in the VPS and your site will be online.

For Linux:

Open VPS's console and type:

For CentOS:

yum update

yum install httpd mysql-server php-mysql php php-cli php-gd php-xml php-mbstring php-mcrypt php-mhash php-common php-ncurses

ntsysv

Mark mysqld and httpd to start ( use Space key ) and press Tab key to press Ok and quit.

/etc/init.d/mysqld start

/usr/bin/mysqladmin -u root password 'mySQLPassword here'

mysql -u root -p

Put password again.

/etc/init.d/httpd start

Now put your files in /var/www/html

For Windows:

Download Xampp or Wampp

Install

Open your port 80

Close skype or any program that are using port 80

Put yout files in www directory.

Start Apache and MySQL and be happy!

Maybe I helped someone, or not xD

-- To explain

» C-Panel -> It's a website manager where you can manage your domains, websites, ftp accounts and much things.

» mySQL -> It's a database where you can store data. I think it's the more used for websites now.

Link to comment

Most servers or VPS'es will have mysql and phpmyadmin already installed for you. All you need to go to is your VPS ip, /phpmyadmin/

For example https://mtasa.com/phpmyadmin/

Then login with username: root

password is one of those obvious passwords

Place your phpBB files in your web directory and set up a domain with it too. For the VPS I use it is located in /home/npg/web/

Then refer to phpBB documentation.

GOOGLE IS YOUR FRIEND.

SCARED OF GOOGLE? http://ddg.gg

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...