diff --git a/README.md b/README.md index 2a14957..0d71b26 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,8 @@ Proof of concept e-commerce store using Angular, .Net Core and Stripe for paymen ## Getting Started - -To get a local copy up and running follow these simple example steps. - ### Prerequisites -This is an example of how to list things you need to use the software and how to install them. - 1. Downloading AlmaLinux ```sh https://almalinux.org @@ -134,7 +129,28 @@ This is an example of how to list things you need to use the software and how to More details and information about AlmaLinux Live Media can be found on Live Media SIG. ## Installation -Coming Soons + 1. When starting up AlmaLinux for the first time you will be granted with a welcome screen. Here select your language and keyboard type. Click **Continue** +  + 2. Begin Installation: + + 3. Select User Creation: Create a user and assign that user a strong password. Make sure both `Make this user administrator` and `Require a password to use this account` are checked. Click **Done** + + 4. Software Selection: For this instance we will select Minimal Install. Click **Done** + + 5. Security Profile: We will highlight DISA STIG and click on `Select profile` It will issue some errors, you can disregard them as we will correct it in the next section. Click **Done** +  + 6. Installation Destination: For `Storage Configuation` select `Custom`. Click **Done** This will bring you to the manual partitioning page. + + 7. Manual Partitioning: Add all the following `DATA` and `SYSTEM` mount points. + + 8. Click on `Modify` under `Volume Group` and select "As large as possible" for `Size policy`. Click **Save** then click **Done** + + 9. Accept Partitioning Changes: Click on **Accept Changes** + + 10. Begin Installation: Click on **Begin Installation** to start installing AlmaLinux. + + +**Congratulations you have installed AlmaLinux**
diff --git a/images/Manual_Partitioning.PNG b/images/Manual_Partitioning.PNG new file mode 100644 index 0000000..7fe90ef Binary files /dev/null and b/images/Manual_Partitioning.PNG differ diff --git a/images/accept_changes.PNG b/images/accept_changes.PNG new file mode 100644 index 0000000..f6af53c Binary files /dev/null and b/images/accept_changes.PNG differ diff --git a/images/begin_installation.PNG b/images/begin_installation.PNG new file mode 100644 index 0000000..0310ec9 Binary files /dev/null and b/images/begin_installation.PNG differ diff --git a/images/create_user.PNG b/images/create_user.PNG new file mode 100644 index 0000000..bbd2648 Binary files /dev/null and b/images/create_user.PNG differ diff --git a/images/installation_destination.PNG b/images/installation_destination.PNG new file mode 100644 index 0000000..a5a9a14 Binary files /dev/null and b/images/installation_destination.PNG differ diff --git a/images/installation_summary.PNG b/images/installation_summary.PNG new file mode 100644 index 0000000..0cac6e1 Binary files /dev/null and b/images/installation_summary.PNG differ diff --git a/images/security_profiles.PNG b/images/security_profiles.PNG new file mode 100644 index 0000000..7f91c0b Binary files /dev/null and b/images/security_profiles.PNG differ diff --git a/images/software_selection.PNG b/images/software_selection.PNG new file mode 100644 index 0000000..e0c7f37 Binary files /dev/null and b/images/software_selection.PNG differ diff --git a/images/startsceen.PNG b/images/startsceen.PNG new file mode 100644 index 0000000..3bd532d Binary files /dev/null and b/images/startsceen.PNG differ diff --git a/images/volume_group_modify.PNG b/images/volume_group_modify.PNG new file mode 100644 index 0000000..9102520 Binary files /dev/null and b/images/volume_group_modify.PNG differ