Skip to content

SAM Linux Workstations setup

Franco Carbognani edited this page Mar 8, 2024 · 4 revisions

Those are the additional system level packages installs needed after a Kubuntu OS install:

sudo apt install gcc
sudo apt install python3-dev
sudo apt install python3-venv
sudo apt install net-tools
sudo apt install nmap
sudo apt install avahi-utils
sudo apt install -y docker-compose
sudo apt  install tmux
sudo apt  install htop

Then proceed to install simoc-sam and simoc-web and their dependencies:

git clone https://github.com/overthesun/simoc-sam.git
cd simoc-sam
source bash_aliases
sam create-venv

git clone https://github.com/overthesun/simoc-web.git
cd simoc-web
sudo python3 simoc-web.py setup

SIMOC Logo

Clone this wiki locally