libranet / libranet-tools

Tools-directory with makefiles for quick deployment of applications on new machines. Bare-bone metal, no docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tools

These are some extra tools that can be deployed on a linux-vm. We install them in /opt/tools

Deploy in /opt

sudo chown $USER:$USER /opt

cd /opt
git clone https://github.com/woutervh/tools.git tools
cd /opt/tools

Installation

cd /opt/tools/<tool-name>
make install

python setup

  > cd /opt/tools/pyenv
  > make install
  > pyenv --help
  > cd /opt/tools/poetry
  > make install
  > poetry --help

About

Tools-directory with makefiles for quick deployment of applications on new machines. Bare-bone metal, no docker.

License:Other


Languages

Language:Makefile 69.4%Language:Shell 26.0%Language:Python 2.9%Language:Just 1.7%