Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andydevla/ipfs-auto-installer
- Owner: AndyDevla
- License: gpl-3.0
- Created: 2024-04-11T02:44:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T05:02:50.000Z (9 months ago)
- Last Synced: 2024-12-20T23:42:08.252Z (about 1 month ago)
- Topics: bash, installer-script, ipfs, linux-shell, storage-engine, web3
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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