Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorboissiere/lifesaver
Small project to get all the tools I need on a brand new server
https://github.com/victorboissiere/lifesaver
configuration golang linux shell
Last synced: 25 days ago
JSON representation
Small project to get all the tools I need on a brand new server
- Host: GitHub
- URL: https://github.com/victorboissiere/lifesaver
- Owner: victorboissiere
- Created: 2017-12-12T13:13:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T17:02:19.000Z (about 6 years ago)
- Last Synced: 2024-11-16T16:26:26.919Z (3 months ago)
- Topics: configuration, golang, linux, shell
- Language: Shell
- Size: 5.82 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LifeSaver
[![CircleCI](https://circleci.com/gh/victorboissiere/lifesaver.svg?style=svg)](https://circleci.com/gh/victorboissiere/lifesaver)
LifeSafer is a tool to get started on any shell environment (vps, docker, etc.)
by installing only the tools that you need.# Demo
[![asciicast](https://asciinema.org/a/xylgNrCWHdO0x9wfERJzAKwKu.png)](https://asciinema.org/a/xylgNrCWHdO0x9wfERJzAKwKu)
# Getting started
With curl
```bash
curl https://ls.gitcommit.fr -fsSL | bash -s minimal
``````bash
wget -O - https://ls.gitcommit.fr | bash -s minimal
```If you do not trust the `https://ls.gitcommit.fr`, it is just a simple redirection to `https://raw.githubusercontent.com/victorboissiere/lifesaver/master/install.sh`.
The `minimal` keyword is an installation mode. Check all installation modes
in `config.yaml`.