Skip to content

teaguejobs/PROJECT-1

Repository files navigation

PROJECT-1

STEP 1

INSTALLING APACHE AND UPDATING FIREWALL

  • Install Apache using Ubuntu’s package manager ‘apt’
  • verify that apache2 is running as a Service in our OS
  • Add a rule to EC2 configuration to open inbound connection through port 80:
  • Test how our Apche http server can respond to request from internet

STEP 2

INSTALLING MYSQL

  • Use ‘apt’ to acquire and install MysQL software
  • Start the interactive script by running:' $ sudo mysql_secure_installation'
  • Test if we’re able to log in to the MySQL console by typing: '$ sudo mysql -p'

About

For project 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published