🛠️ Installation Linux Storm Framework
For this Linux installation, it is actually an installation with an old version in a standard Linux environment, this will use commands like --break-system-packages while running pip which actually carries the risk of conflict with the Python dependencies used by the Linux system.
However, we still provide this option in case some users prefer installing using this legacy method. That said, we strongly recommend using a Virtual Machine (VM) when installing this way for better safety, or alternatively using other methods we have already provided Venv/Docker.
📖 Storm Framework Installation Steps
1. Clone Repository & Automated Installation
This URL will do the automatic installation and handle everything, you just have to wait until it's finished.
curl -fsSL https://raw.githubusercontent.com/StormWorld0/storm-framework/main/setuplinux | sudo bash2. Execute Command
This is the command to run Storm after the installation is complete.
sudo storm3. External Update Command
This will run the update without having to enter the Storm interface.
sudo storm --update4. Copy Storm Trusted Root CA
This Root CA can be copied from internal to $HOME and is usually used when you want to run a module https_proxy, the command is as below:
sudo storm -c --crtAfter finishing copying CA to $HOME use the following command to insert into the trust store certificate:
sudo cp smf_ca.crt /usr/local/share/ca-certificates/smf_ca.crtThen confirm with the command:
sudo update-ca-certificatesYou can also install Storm Trust Root CA to Firefox Browser and so on.
5. Help
Use this argument to display all valid arguments.
sudo storm -hor
sudo storm --help