-
Couldn't load subscription status.
- Fork 2
Installation From Source
Follow this installation from Go.
git clone https://github.com/Seagate/cloudfuse/
cd cloudfuse
git checkout -b main origin/main
If you do not have git, install git via sudo apt-get install git
sudo apt-get install libfuse-dev
Run the build script located in the root folder of the repository.
./build.sh
If you would also like to build the health monitor binary, run the following command
./build.sh health
This should produce a binary called "cloudfuse" which you can run on the terminal.
Follow this installation from Go.
Using git bash on Windows
git clone https://github.com/Seagate/cloudfuse/
cd cloudfuse
git checkout -b main origin/main
If you do not have git, install git from here.
Follow this to install WinFSP.
Run the build script located in the root folder of the repository using git bash.
./build.sh
If you would also like to build the health monitor binary, run the following command
./build.sh health
This should produce an executable called "cloudfuse.exe" which you can run on the terminal.