Skip to content

Latest commit

 

History

History
64 lines (23 loc) · 1.86 KB

File metadata and controls

64 lines (23 loc) · 1.86 KB

Explanations of Script :

MENU

User Selection 1 (Install Web Server) :

WEB

  • Needs to select which Web Server you want to install (1 = Apache / 2 = NginX).

User Selection 2 (Install Wordpress Server) :

Wordpress

  • Installation of a LAMP Server (Linux - Apache - MARIADB - PHP), Downloading "latest.tar.gz" file (wordpress installation) and Configuration of Wordpress file (wp-config.php).

User Selection 3 (Install Files Server) :

FILES

  • Needs to select which Files Server Protocol you want to install (1 = NFS / 2 = SFTP).

User Selection 4 (Install Router) :

Router

  • Installation of a " Router " (DHCP - DNS - NTP Protocols), Configuration of Network Cards and Network Forwarding.

User Selection 5 (Install LDAP Server) :

5LDAP

  • Installation of a LDAP Server (OpenLDAP and creation of 2 "Test" Users).

User Selection 6 (Quit Script) :

Quit

  • Quit Script. As simple as it may sound.

While Bucle :

While

  • If user's choice isn't 1 > 6 (= Options from Menu) , a While Bucle is UP ("returning" to Main Menu).