Instructions to set up a basic LAMP+SSH server environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. Administration of Linux server/client environment
  2. ==============
  3. - This repository is related to single-server/client Linux (server) environments.
  4. - This repository, as for now, doesn't contain any advanced set-up & maintenance instructions for multi-client/server environment techniques such as Puppet or SaltStack. For setting up a SaltStack environment, see:
  5. - [Fincer/salt_testrun](https://www.github.com/Fincer/salt_testrun)
  6. - [Fincer/salt_gisworkstation](https://www.github.com/Fincer/salt_gisworkstation)
  7. - [Fincer/central-management-of-multiple-servers](https://github.com/Fincer/central-management-of-multiple-servers)
  8. - This repository doesn't contain instructions to set up containers, such as [Docker](https://www.docker.com/) or [systemd-nspawn](https://wiki.archlinux.org/index.php/Systemd-nspawn).
  9. - The repository is mainly set up as a requirement by a school cource in Haaga-Helia University of Applied Sciences, Helsinki, Finland.
  10. - The repository contains various exercises, originally presented in Finnish but translated into English due to practical purposes.
  11. - All bourne shell files (sh) presented in this repository may not be directly related to the exercises but they are useful in some situations.
  12. - **NOTE!** Instructions in this repository may not directly apply to your setting. The instructions have not been tested in a production environment, so if you decided to use them in your system configuration, you should apply them with care. I do not take any responsibility in a case of failure or broken system configurations.
  13. ---------------------------
  14. ## Table of contents
  15. - [Exercise 1 - Installation & getting familiar with a Linux OS](exercises/h1.md)
  16. - [Exercise 2 - Simple log analysis](exercises/h2.md)
  17. - [Exercise 3 - Setting up Apache & PHP environments](exercises/h3.md)
  18. - [Exercise 4 - Apache web development environment configuration for a regular user](exercises/h4.md)
  19. - [Exercise 5 - SSH and Linux system statistics](exercises/h5.md)
  20. - [Exercise 6 - Hello World](exercises/h6.md)
  21. - [Exercise 7 - Laboratory test](exercises/h7.md)
  22. - [Exam structure](exercises/exam.md)