Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andydevla/ipfs-auto-installer

These automated scripts simplifies the installation process for IPFS (InterPlanetary File System) on your system.
https://github.com/andydevla/ipfs-auto-installer

bash installer-script ipfs linux-shell storage-engine web3

Last synced: 6 days ago
JSON representation

These automated scripts simplifies the installation process for IPFS (InterPlanetary File System) on your system.

Awesome Lists containing this project

README

        

# IPFS Command Installer

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)

This automated script simplifies the installation process for IPFS (InterPlanetary File System) commands on your system. With just a few simple steps, you can have IPFS commands up and running quickly and efficiently.

## Features

- Ease of use, this script automates the process, saving you time and effort.
- Flexible installation, choose how to run the installation script, online or offline.

## Installation
The script needs to be run as a normal user and will prompt you for password when sudo actions are initiated. Follow the on-screen prompts to customize installation options as needed, sit back and relax while the installer takes care of the rest.

### Online:
Open a terminal to execute a bash script directly from GitHub.
```sh
bash <(wget -qO- https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)
```
#### or
```sh
bash <(curl -sSL https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)
```
### Offline:
Clone this repository to your local machine and execute the script as "sudo" user.
```sh
git clone https://github.com/AndyDevla/ipfs-auto-installer.git
cd ipfs-auto-installer
sudo bash ipfs-auto-installer.sh
```

## Usage:
After installation, you can start using IPFS commands right away. Simply open your terminal or command prompt and type the desired IPFS command.

## License

GNU General Public License v3.0