From 3f94b6b333d9c50adf3457e1a9a4fc0364f8c1ec Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 11 Aug 2016 19:29:50 +0200 Subject: [PATCH] =?UTF-8?q?[enh]=20doc:=C2=A0install=20a=20node:=20add=20t?= =?UTF-8?q?arball=20=C2=A7=20for=20other=20desktop=20OS,=20add=20how=20to?= =?UTF-8?q?=20launch=20daemon=20on=20debian=20server.=20-=20duplicate=20ta?= =?UTF-8?q?rball=20archive=20section=20from=20server=20=C2=A7=20to=20deskt?= =?UTF-8?q?op=20=C2=A7=20-=20Server:=20Debian:=20add=20explainations=20to?= =?UTF-8?q?=20launch=20the=20daemon=20-=20fix:=C2=A0GNOME=20-=20fix:=20Mac?= =?UTF-8?q?=20user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/install-a-node.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/install-a-node.md b/doc/install-a-node.md index 563845426..19721399e 100644 --- a/doc/install-a-node.md +++ b/doc/install-a-node.md @@ -54,14 +54,21 @@ Your instance will be up as long as you keep your computer and Duniter software 2. Process the installation by opening the file with `GDebi` (or with `dpkg` software if you prefer to use it). <img src="https://forum.duniter.org/uploads/default/original/1X/4a7a8147635cd49c32c1ec8481a659f1e578c76d.png" width="460" height="202"> -3. Use Gnome Shell to look for "Duniter" and click on it to launch the software. +3. Use GNOME Shell to look for "Duniter" and click on it to launch the software. <img src="https://forum.duniter.org/uploads/default/original/1X/6a92043447c583ef3c47e84742b67ce2fd799a49.png" width="690" height="428"> > At any moment you could also use `duniter-desktop` command to launch Duniter. It is an equivalent. ### Other distribution +#### With tarball archive -#### Installation +1. Go to the [releases page](https://github.com/duniter/duniter/releases) and choose the latest build. Download the file with `.tar.gz` extension. + +2. Extract the tarball: `tar zxvf duniter-*.tar.gz`. + +3. Run it with `./nw/nw`. + +#### By building it Duniter can be easily installed on most Linux machines (either 32bits or 64bits) using the following command: @@ -106,7 +113,7 @@ The graphical interface should now show up. ## MacOS > Coming soon. -> Meanwhile, you can try the [Linux/Other distributions] section which will probably work. Please contact us on [our forum](https://forum.duniter.org) if you have any difficulty or succeed with this procedure, we lack a Mac for testing. +> Meanwhile, you can try the [Linux/Other distributions] section which will probably work. Please contact us on [our forum](https://forum.duniter.org) if you have any difficulty or succeed with this procedure, we lack a Mac user for testing. # Server @@ -126,6 +133,16 @@ You will control your instance using *command line tools*, but if you want you c ```bash dpkg -i [downloaded_file_name].deb ``` + +3. Launch the daemon with: +```bash +duniter start +``` +If you want to launch the node with the administration web interface: +```bash +duniter webstart +``` + ### YunoHost A [YunoHost package](https://github.com/duniter/duniter_ynh) is available. -- GitLab