Skip to content
Snippets Groups Projects
Commit 3f94b6b3 authored by Moul's avatar Moul
Browse files

[enh] doc: install a node: add tarball § for other desktop OS, add how to...

[enh] doc: install a node: add tarball § for other desktop OS, add how to launch daemon on debian server.
- duplicate tarball archive section from server § to desktop §
- Server: Debian: add explainations to launch the daemon
- fix: GNOME
- fix: Mac user
parent 789d7832
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,21 @@ Your instance will be up as long as you keep your computer and Duniter software ...@@ -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). 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"> <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"> <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. > At any moment you could also use `duniter-desktop` command to launch Duniter. It is an equivalent.
### Other distribution ### 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: 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. ...@@ -106,7 +113,7 @@ The graphical interface should now show up.
## MacOS ## MacOS
> Coming soon. > 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 # Server
...@@ -126,6 +133,16 @@ You will control your instance using *command line tools*, but if you want you c ...@@ -126,6 +133,16 @@ You will control your instance using *command line tools*, but if you want you c
```bash ```bash
dpkg -i [downloaded_file_name].deb 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 ### YunoHost
A [YunoHost package](https://github.com/duniter/duniter_ynh) is available. A [YunoHost package](https://github.com/duniter/duniter_ynh) is available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment