Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Update guides for new install script
Alexis Sellier committed 2 years ago
commit e2ec5b4117cff623e06830646e80f1b2a90cd4cc
parent 787e952
2 files changed +5 -11
modified _guides/seeder.md
@@ -17,7 +17,6 @@ community seed nodes with more *selective* policies.

Introduction
------------
-

The term *seed node* originally comes from [BitTorrent][bittorrent]. In the
BitTorrent protocol, nodes that possess the data for a given torrent file
and begin uploading it to peers are called *seeders*.
@@ -97,15 +96,10 @@ and network daemon (`radicle-node`).

To install these, run the following command from within your server's shell:

-
    curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path
-

-
This will install binaries in `~/.radicle/bin` by default, or in `RAD_PATH`
-
if you have that set.
-

-
Once the binaries are installed, move them to a location accessible by the
-
`seed` user, for example `/usr/local/bin`.
+
    curl -sSf https://radicle.xyz/install | sh -s -- --no-modify-path --prefix=/usr/local

-
    sudo mv ~/.radicle/bin/* /usr/local/bin
+
This will install binaries in `/usr/local/bin`. If you prefer to install Radicle
+
in a different location, simply set the `--prefix` option accordingly.

Finally, login as the `seed` user and proceed with installation:

modified _guides/user.md
@@ -127,8 +127,8 @@ This command runs an installer script that automates the setup process, by:
> 👾
>
> If you want the above to be installed in a different location than
-
> `~/.radicle`, you can set the `RAD_PATH` environment variable before running
-
> the installation script.
+
> `~/.radicle`, you can pass `--prefix` to the installation script, eg.
+
> `--prefix=/usr/local`.
>
> Note that if you don't want to use the installer script, you can also always
> compile from the [source code][heartwood] or get the [binaries][] if you