Skip to content
Snippets Groups Projects
Commit 789d7832 authored by Moul's avatar Moul
Browse files

[enh] doc: install a node: add title, move YunoHost section.

- add a title.
- reduce size of "Goal of this document" §.
- Move YunoHost package upper, after Debian install and upper than other distributions.
parent f83d0d44
No related branches found
No related tags found
No related merge requests found
# Goal of this document
# Install a Duniter node
## Goal of this document
This document is a little guide to install & deploy your own Duniter instance to either:
......@@ -17,10 +19,10 @@ This document is a little guide to install & deploy your own Duniter instance to
* [Server](#server)
* [GNU/Linux](#gnu-linux-1)
* [Ubuntu/Debian package (64 bits)](#ubuntudebian-package-64-bits)
* [YunoHost](#yunohost)
* [Automated install script](#automated-install-script)
- [Other distributions (64 bits)](#other-distributions-64-bits)
* [Docker](#docker)
* [YunoHost](#yunohost)
* [NPM](#npm)
* [Windows](#windows-1)
......@@ -124,6 +126,10 @@ You will control your instance using *command line tools*, but if you want you c
```bash
dpkg -i [downloaded_file_name].deb
```
### YunoHost
A [YunoHost package](https://github.com/duniter/duniter_ynh) is available.
### Other distributions (64 bits)
......@@ -156,10 +162,6 @@ wget -qO- https://raw.githubusercontent.com/duniter/duniter/master/install.sh |
A [Docker installation guide](https://github.com/duniter/duniter/blob/master/docker/README.md) is available.
### YunoHost
A [YunoHost package](https://github.com/duniter/duniter_ynh) is avaible.
### NPM
You can use Node Package Manager to install Duniter. This an equivalent method to "build from source". To process, use the following commands (**requires Node.js >= 5.9.1**):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment