____ __________ _____ _ __
/ __ \/ _/_ __/ / ___/__________(_)___ / /______
/ / / // / / /_____\__ \/ ___/ ___/ / __ \/ __/ ___/
/ /_/ // / / /_____/__/ / /__/ / / / /_/ / /_(__ )
/_____/___/ /_/ /____/\___/_/ /_/ .___/\__/____/
/_/
This repository contains the environment deployment scripts for the DIT upper-level system, designed primarily for Ubuntu Desktop 22.04 LTS. It includes the installation of dependencies, deployment of the Docker environment, setup of the system status dashboard, configuration of the User Group permission framework for DIT's internal teams, and installation of DIT-Logger.
Before running this script, ensure your Ubuntu system is properly configured and the necessary programs are installed.
Run the following commands:
sudo apt update sudo apt dist-upgrade -y sudo apt install openssh-server git sudo apt autoremove sudo apt autoclean sudo apt clean
- Open the Wi-Fi configuration file
sudo vim /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
- Update the content as follows:
[connection] wifi.powersave = 2
wifi.powersave = 3Refer to the Framework Knowledge Base for more information.
To install the DIT-Scripts, clone the repository to your local machine and run the ./00-pre-installation script.
⚠️ Attention: Run the script on desktop terminal is recommended. After the script is executed, the system will reboot and the installation will be completed.
If you want to add new dependencies or other system changes, please open an issue.