Code Monkey home page Code Monkey logo

build_server_automation's Introduction

SERVER INSTALLER

forthebadge made-with-bash
Membangun sebuah server jaringan dengan service dibawah ini :

Screenshot

Services :

  • IP Address (Done)
  • RAID (Coming Soon)
  • User Unix (Coming Soon)
  • DNS Server (Done)
  • Web Server (Done)
  • FTP (Done)
  • Mail Server (Done)
  • File Server (Coming Soon)
  • SSH Server (Done)
  • CA (OpenSSL) (Coming Soon)
  • Monitoring Server (Cacti) (Coming Soon)
  • RADIUS (Coming Soon)
  • DHCP Server (Done)
  • Routing (Coming Soon)
  • DHCP Relay (Coming Soon)
  • Reverse Proxy (Ngix) (Coming Soon)
  • VPN Server (Coming Soon)
  • Firewall (Coming Soon)

Backup File Konfigurasi

Jangan Hapus Folder .backup! File konfigurasi original dari masing-masing service berada di folder .backup ketikan perintah ls -a untuk melihat folder.

.
├── build.py
├── .backup/
    ├── dhcpd.conf
    ├── isc-dhcp-server
    ├── interfaces
    └── ...

Tutorial :

Install paket yang diperlukan :

Install requirements dibawah ini, berikut daftar paket dari masing-masing service

Service Requirement
Main Program apt-get install git python3 python3-pip
DHCP Server apt-get install isc-dhcp-server
DNS Server apt-get install bind9 dnsutils
Web Server apt-get install apache2 php7.0 mysql-server phpmyadmin
SSH Server apt-get install openssh-server
FTP Server apt-get install vsftpd ufw
Mail Server apt-get install postfix courier-imap courier-pop roundcube

bisa juga kita install secara bersamaan dengan cara ./requirement.sh atau bash requirement.sh karena perintah dibawah ini bisa kita temukan didalam file requirement.sh

apt-get install git python3 python3-pip isc-dhcp-server bind9 dnsutils apache2 php7.0 mysql-server phpmyadmin openssh-server vsftpd ufw postfix courier-imap courier-pop roundcube -y

Cloning Repositori (Program)

Setelah kita install semua paket diatas kita cloning repositorinya dengan perintah :

git clone https://github.com/nurcholismajid/build_server_automation.git server_installer

buka dan berikan akses execute pada build.sh

cd server_installer
chmod +x build.sh

jalankan dengan salah satu perintah berikut :

./build.sh
bash build.sh

Disable Connect Internet

Pada file sources.list berikan tanda pagar # pada bagian depan deb http:// dan deb-src http://.

nano /etc/apt/sources.list

-----------Before----------

deb http://
deb-src http://

-----------After-----------

# deb http://
# deb-src http://

--------------------------

Referensi :

Inspired

  • LKS2021 SMK JABAR

build_server_automation's People

Contributors

nurcholismajid avatar

Stargazers

Boyzi Takazi avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.