Skip to content
/ root Public

Installation scripts and documentation for deploying fault.io projects on modern unix systems.

Notifications You must be signed in to change notification settings

io-fault/root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

fault.io Projects

This repository provides scripts for managing the installation or retrieval of the fault.io projects using the repositories and packages available on github. Directly cloning repositories is not advisable as the applicable set may change.

In the presented instructions, /opt/fault is used as the target directory. However, any directory may be used as a target.

Status

The projects installed by these scripts are not properly tested or documented and are not likely to be useful.

Platforms

  • macOS
  • FreeBSD
  • Linux

With FreeBSD and Linux only being occasionally tested. Python 3.9 or higher is required.

Environment

	mkdir -p /opt/fault
	cd /opt/fault

Fetching this Repository

	git clone -b master --depth 1 https://github.com/io-fault/root
	cd root

Installation

An aggregate script combining retrieval and setup at the target location.

	./github/install.sh /opt/fault

About

Installation scripts and documentation for deploying fault.io projects on modern unix systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages