How to install rustfs/rustfs. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
rustfs/rustfs Installation Guide
How to install rustfs/rustfs. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for rustfs/rustfs. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i rustfs/rustfsor
Install via npx
npx @hexmos/ipm i rustfs/rustfsPrerequisites
Rust
languageVersion: 1.58.0-nightly
Cargo
build_toolVersion: 1.64.0
Git
system_toolVersion: 2.35.1
Docker
system_toolVersion: 20.10.1
MinIO
package_managerVersion: 4.3.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Build from Source (Option 3)
./docker-buildx.sh --build-arg RELEASE=latest
./docker-buildx.sh --pushBuild from Source (Option 3) - Specific Version
./docker-buildx.sh --release v1.0.0 --pushBuild from Source (Option 3) - Custom Registry
./docker-buildx.sh --registry your-registry.com --namespace yourname --pushBuild from Source (Option 3) - Make Targets
make docker-buildx
make docker-buildx-push
make docker-buildx-version VERSION=v1.0.0
make help-dockerPost Installation Steps
- Open your web browser and navigate to http://localhost:9000. You should see the RustFS console.
- To access the RustFS API, you can use tools like curl or Postman.
