Installation pages setup-alpine script normal: Difference between revisions

From Alpine Linux
(→‎Normal setup/install process: always use last images due missing packages in older ones)
(link to oficial wiki page of install)
Tag: Redirect target changed
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Normal setup/install process ==
#REDIRECT [[Installation]]
 
After boot up, you will see a command line shell of a complete ready to use Alpine
 
{{Note|This process WORKS BEST with recent versions of "STANDARD" file image downloads. Older alpine images (for Rpi, IBM etc) will have some issues, we recommend always use lasted}}
 
==== Login as root ====
 
'''Log in''' as '''root''' and press enter. No password will be asked for if you're running from the boot image.
 
[[File:Installation-alpine-alpine-setup-3-root-login.png]]
 
==== Running setup alpine script ====
 
Run the '''setup-alpine''' script as shown in the image:
 
[[File:Installation-alpine-alpine-setup-4-setup-scripts.png|none]]
 
===== Select keyboard layout =====
 
Choose your '''keyboard layout'''. If you don't know your keyboard layout, choose '''us'''. Typically, for a Latin American environment, ''es'' is enough. For Russian (and maybe Cyrilic) ''ru'' is sufficient.
 
[[File:Installation-alpine-alpine-setup-4-setup-scripts-1-languaje-1.png]]
 
===== Select keyboard variant =====
 
Choose your '''keyboard variant'''. If you don't know your keyboard variant, choose the default from the list.
For example, the typical Latin American keymap is ''es-winkeys''.
 
[[File:Installation-alpine-alpine-setup-4-setup-scripts-1-languaje-2.png]]
 
===== Enter system hostname =====
 
Host name, which will be the name of your computer. using '''localhost''' is enough and recommended for testing purposes because permits apply mostly to how-tos and tutorials on the wiki pages.
 
[[File:Installation-alpine-alpine-setup-5-setup-scripts-hostname.png]]
 
===== Initialize network cards =====
 
Choose your network card. Typically, you can just go with the default (press enter), a second question will ask about any other configuration. Type "no" then press enter to bypass the step to property set up after installation finished property.
 
[[File:Installation-alpine-alpine-setup-6-setup-scripts-networking.png]]
 
'''IMPORTANT NOTE''': mostly in x86 and x64 ISO images we can let configurations for later, cos at the most modern the network card, the lest supported or still not well tested. Just type <code>done</code> and press enter. If you configured the wired interface, another question will be asked, '''use dhcp?''' Most people will use DHCP, so press enter again. If you have Internet connection from ISP, most settings are just DHCP, so all will be configured automatically.
 
===== Initialize network DNS =====
 
The DNS will be automatically detected, if not, you will be asked ask for the server addresses. Type "" (empty string) for domain, then press enter.
Later you can change it to <code>8.8.8.8</code> (or the DNS server address of your choice) as shown in the picture. Press enter to go to the next question:
 
[[File:Installation-alpine-alpine-setup-7-setup-scripts-dns.png]]
 
===== Changing the root password =====
 
Next a root password must be defined. You'll need to type it twice for confirmation as the picture shows. If it's too short you will get a warning, but your
password will still work. Just retype it and go.<br>
 
Note: '''when you type, NO chars will be shown'''.
 
[[File:Installation-alpine-alpine-setup-8-setup-scripts-root-password.png]]
 
===== Which timezone to choose? =====
 
Select a timezone, just press enter to use <code>UTC</code> when perform a single installation.
 
[[File:Installation-alpine-alpine-setup-9-setup-scripts-timezone.png]]
 
===== Proxy chooser =====
 
Then setup script will ask for proxy chooser.. just type <code>none</code> and then press enter
 
[[File:Installation-alpine-alpine-setup-9-setup-scripts-proxy.png]]
 
===== Enter mirror number =====
 
Then setup script will ask for repository mirror chooser.. just type <code>done</code> and then press enter, this will be configure many times later during usage of the system. Almost any tutorial of newbie pages will explain detailed so lest bypass using "done".
 
[[File:Installation-alpine-alpine-setup-9-setup-scripts-repository-mirror.png]]
 
===== Which ssh server? =====
 
Installing an SSH server enables you to manage your machine remotely. OpenSSH is what the big distros use. Dropbear is a tiny SSH replacement. Recommended to type '''openssh''' and then press enter, because you able to connect using command line from Unix-like systems also is the offline available in all alpine installer images.
[[File:Installation-alpine-alpine-setup-9-setup-scripts-ssh.png]]
 
===== Which NTP client to run? =====
 
This is for time sync. Press enter to use the image offline. It can be changed after installation.
 
[[File:Installation-alpine-alpine-setup-9-setup-scripts-time-ntp.png]]

Latest revision as of 16:07, 6 January 2022

Redirect to: