Skip to content

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

License

Notifications You must be signed in to change notification settings

libranet/libranet-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks