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
Last revisionBoth sides next revision
deploying_e.f.a._on_clean_centos_installation [2016/12/11 13:39] – created darky83deploying_e.f.a._on_clean_centos_installation [2016/12/11 13:51] – [After building] darky83
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.txt · Last modified: 2018/06/01 19:36 by spammy