You are here

CentOS 8 based AltaOS

Submitted by Nurlan Bayaman on Sun, 06/21/2020 - 09:29

Auto-installation script for the newly deployed CentOS 8 systems

This page generates a script for an automatic installation of CentOS 8 operating system for AltaGrade dedicated and virtual private servers. The script incorporates all the steps on this page and referenced steps of other nodes in this book hierarchy. Introduction fields will be ignored. Make sure to properly reference steps on other nodes to get them included. To reference another node place only its nid in the source code field of any paragraph.

Newly created Virtualizor systems can pull the script by the following commands placed in the `Extra` parameter:

  1. #!/bin/sh
  2. dnf -y update && cd /etc && wget http://in.altagrade.org:8080/centos8-etc-ag.tar.gz && tar xzf centos8-etc-ag.tar.gz && rm -rf centos8-etc-ag.tar.gz && cd /usr/src && wget http://in.altagrade.org:8080/centos8.txt && dnf -y install wget dos2unix && dos2unix centos8.txt && mv centos8.txt altaos.sh && chmod 755 altaos.sh && mkdir /root/.altaos && sh ./altaos.sh | tee /root/.altaos/altaos-install.log

Additional notes:

- To install AltaOS on EU-based server, don't forget to include EU IP addresses to `Allow from` rule for in.altagrade.org in the Apache configuration file (/etc/httpd/conf/httpd.conf).


0) Run the fresh install script at https://in.altagrade.org/node/60
This step can be omitted if AltaOS-LAMP-8-x86_64 template used during VPS creation (OS template created on 23/06/2020)

60

1) Run the setup script https://in.altagrade.org/node/62

62