User Tools

Site Tools


deploying_e.f.a._on_clean_centos_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
deploying_e.f.a._on_clean_centos_installation [2016/12/11 13:39] – created darky83deploying_e.f.a._on_clean_centos_installation [2018/06/01 19:36] (current) spammy
Line 14: Line 14:
       * LVM Physical volume for the rest (call it vg_00):       * LVM Physical volume for the rest (call it vg_00):
         * 8GB /     (call it lv_root)         * 8GB /     (call it lv_root)
-        * 1GB /tmp  (call it lv_tmp)+        * 10GB /tmp  (call it lv_tmp)
         * 4GB SWAP  (call it lv_swap)         * 4GB SWAP  (call it lv_swap)
         * xxGB /var (call it lv_var) (the reset of your disk space)         * xxGB /var (call it lv_var) (the reset of your disk space)
Line 20: Line 20:
   * 4GB memory   * 4GB memory
   * Active internet connection (About 0.5 ~ 1GB will be downloaded, depending on the needed updates.)   * Active internet connection (About 0.5 ~ 1GB will be downloaded, depending on the needed updates.)
 +  * Root access
   * Free access over the internet (minimum is http/https access)   * Free access over the internet (minimum is http/https access)
   * A bunch of free time   * A bunch of free time
  
 ===== Start building ===== ===== Start building =====
-  - Make sure the system is fully updated and read for installtion then download the following file from github: https://raw.githubusercontent.com/E-F-A/v3/master/build/prepare-build-without-ks.bash +  - Make sure you have root access to the system and login as the root user (or su - root) 
-  - +  - Make sure the system is fully updated:  
 +    - ''yum -y update'' 
 +  - Install wget & screen: 
 +    - ''yum -y install wget screen'' 
 +  - Get the installation script: 
 +    - ''wget https://raw.githubusercontent.com/E-F-A/v3/master/build/prepare-build-without-ks.bash'' 
 +  - Make the script executable: 
 +    - ''chmod 700 prepare-build-without-ks.bash'' 
 +  - Start a screen session: 
 +    - ''screen'' 
 +  - Start the installation: 
 +    - ''./prepare-build-without-ks.bash'' 
 +  - The system is now installed, depending on the speed of your internet connection and the speed of the system this can take a while, so sit back and let it run. 
 + 
 +==== After building ==== 
 +After building the system you will need to follow the normal [[initial_configuration|Initial Configuration]].
deploying_e.f.a._on_clean_centos_installation.1481463541.txt.gz · Last modified: 2016/12/11 13:39 by darky83