Changes

Jump to: navigation, search

OPS235 Assignment 2 OLD

250 bytes added, 14:46, 7 August 2015
no edit summary
'''NOTE: Do this assignment inside the centos3 virtual machine. '''
== Installing Packages using Yum ==
Install these packages using ''yum'':
* '''httpd''' - this is the Apache web server software.
* '''php''' - this is the PHP server software, which allows Apache to run more complex websites.
* '''mysql-server''' - this is the MySQL database server.
* '''php-mysql''' - this is a PHP extension that allows PHP to use a MySQL server.
 
Install the '''mysql-server''' (MySQL database server) package:
 
Note: This package may not be in the main repository. There a couple of options:
 
:*Download a "zipped tar-ball" from a website (google-search), decompress, and compile
:*Use an alternative package (for example: '''mariadb''' and '''mariadb-server''')
 
== Configuring Apache ==
13,420
edits

Navigation menu