mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Some install process was uncomplete
This commit is contained in:
parent
397db42d02
commit
f230661613
2 changed files with 11 additions and 2 deletions
|
@ -13,6 +13,7 @@ The local IP is the address used to refer to your server inside the local networ
|
|||
|
||||
Any of these tricks should allow you to find the local IP of your server:
|
||||
|
||||
- Use the [AngryIP](https://angryip.org/download/) software
|
||||
- Connect to your internet box / router interface to list the machines connected, or check the logs;
|
||||
- If you're using Linux, you can open a terminal and use `sudo arp-scan --local` to list the IP on your local network (this may also work in Windows);
|
||||
- If the `arp-scan` command displays a confusing number of devices, you can check which ones are open to SSH with `nmap -p 22 192.168.1.0/24` to sort them out (adapt the IP range to your local network)
|
||||
|
|
|
@ -27,7 +27,7 @@ routes:
|
|||
- '/boot_and_graphical_install'
|
||||
- '/postinstall'
|
||||
---
|
||||
{% set image_name = 'YunoHost' %}
|
||||
{% set image_type = 'YunoHost' %}
|
||||
{% set arm, at_home, regular, rpi2plus, rpi1, rpi0, arm_sup, arm_unsup, vps, vps_debian, vps_ynh, virtualbox, internetcube, docker = false, false, false, false, false, false, false, false, false, false, false, false, false, false %}
|
||||
{% set hardware = uri.param('hardware') %}
|
||||
{% if hardware == '' %}
|
||||
|
@ -217,6 +217,14 @@ Here are some VPS providers supporting YunoHost natively :
|
|||
|
||||
{% if virtualbox %}
|
||||
!!! If your host OS is 32 bits, be sure to download the 32-bit image.
|
||||
{% elseif arm_unsup %}
|
||||
<div class="hardware-image">
|
||||
<div class="card panel panel-default">
|
||||
<div class="btn-group" role="group">
|
||||
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12">[fa=download] Download</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -293,7 +301,7 @@ $(document).ready(function () {
|
|||
##  Flash the YunoHost image
|
||||
{% endif %}
|
||||
|
||||
Now that you downloaded the image of {image_type}, you should flash it on {% if arm %}a SD card{% else %}a USB stick or a CD.{% endif %}
|
||||
Now that you downloaded the image of {{image_type}}, you should flash it on {% if arm %}a SD card{% else %}a USB stick or a CD.{% endif %}
|
||||
|
||||
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||
[ui-tab title="(Recommended) With Etcher"]
|
||||
|
|
Loading…
Add table
Reference in a new issue