1 / 30

Fedora 18 - Installation

Fedora 18 - Installation. Mr. Samrat Guha Roy Mr. K. V. G. Rao Central Library, IIT Kharagpur. Technology Review. PHP Perl. Java JSP. Apache Tomcat. Apache Server. PostgreSQL Server. MySQL Server. Linux Operating System Ubuntu, Fedora, Debian etc. Linux / Windows Apache

thor
Télécharger la présentation

Fedora 18 - Installation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fedora 18 - Installation Mr. Samrat Guha Roy Mr. K. V. G. Rao Central Library, IIT Kharagpur

  2. Technology Review

  3. PHP Perl Java JSP Apache Tomcat Apache Server PostgreSQL Server MySQL Server Linux Operating System Ubuntu, Fedora, Debian etc...

  4. Linux / Windows Apache Perl Modules MySQL Prerequisites Software's Koha DSpace • Linux / Windows • Apache Tomcat • Java • Apache Ant • Apache Maven • PostgreSQL

  5. Prerequisites Software's Drupal • Linux / Windows • Apache • PHP Modules • MySQL LAMP ? WAMP ?

  6. Client / Server Architecture Web Server Koha UI User Client Server DSpace UI Database User Client Data gets stored in Hard Disk

  7. Client / Server Architecture

  8. Client / Server Architecture Front End Back End Middleware Business Logic User UI Data Storage

  9. Objectives – Fedora 18 Configuration • Installing Fedora 18 • Configuring yum repository • Installation of phpMyAdmin • Configuring Network Proxy • Configuring mysql Server • Disabling SELinux • Reboot the system Fedora 18 PPT , OSSLM 2013, IIT KGP

  10. Fedora File System Fedora 18 PPT , OSSLM 2013, IIT KGP

  11. Some Useful Linux Commands • cd – change directory • mkdir – make a directory • yum commands • clear – clear screen • ls –l – listing directory • yum command • systemctl for start/stop/status of services

  12. Configuring yum & phpMyAdmin Set Network Proxy as 144.16.192.218:8080 Copy paste the two files from DVD’s yum folder in the location /etc/yum.repo.d # Yum update # yum install phpMyAdmin Fedora 18 PPT , OSSLM 2013, IIT KGP

  13. Start apache and mysql server # systemctl start httpd.service # systemctl start mysqld.service # mysql –uroot –p [enter] mysql> UPDATE mysql.user SET Password=PASSWORD('el123') WHERE User='root'; Fedora 18 PPT , OSSLM 2013, IIT KGP

  14. Start apache and mysql server mysql>FLUSH PRIVILEGES; mysql>exit Browse to the URL of phpMyAdmin http://localhost/phpMyAdmin Fedora 18 PPT , OSSLM 2013, IIT KGP

  15. http://localhost/phpMyAdmin Fedora 18 PPT , OSSLM 2013, IIT KGP

  16. Disabling SELinux Browse / Open the file /etc/selinux/config And add a line SELINUX = disabled Sample output # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted Fedora 18 PPT , OSSLM 2013, IIT KGP

  17. samrat@library.iitkgp.ernet.in venu@library.iitkgp.ernet.in Thank You Samrat Guha Roy, IIT Kharagpur K. V. G. Rao, IIT Kharagpur

More Related