Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

DeaDSouL/AutoLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT

The repository has been moved to GitLab.com/DeaDSouL/AutoLinux.

AutoLinux

I found myself keep on doing same things over and over to all the new servers installation as part of their configuration, specially to virtual machines with dockers. That's where the idea of AutoLinux came from. As it should take care of all the common server's configuration that I usually do. It works and acts based on the pre-set values in its config file: CentOS-7/al.config.

Installation

curl -s 'https://gitlab.com/DeaDSouL/AutoLinux/-/raw/master/installer-centos.sh' | bash

Dependencies

It should not rely on anything. Since it focuses on the fresh CentOS-7 installation. Although you should have the following packages installed:

  • rpm
  • yum

What does it contain?

It currently has the following BASH scripts:

installer-centos.sh :

An installer for AutoLinux scripts on CentOS 7. Which will install the following:

  • git.
  • DeaDSouL/AutoLinux on /usr/local/src/.
  • AutoLinux/al.systemadmin-env.
  • AutoLinux/al.vim-env.
  • AutoLinux/al.docker.