Difference between revisions of "Installing a webserver on AXIOM Beta"
From apertus wiki
(Created page with "==Installing required packages== Make sure the AXIOM Beta is connected to the internet and then on the commandline run: pacman -S lighttpd") |
|||
Line 3: | Line 3: | ||
Make sure the AXIOM Beta is connected to the internet and then on the commandline run: | Make sure the AXIOM Beta is connected to the internet and then on the commandline run: | ||
Update mirrors database: | |||
pacman -Syyu | |||
Install webserver: | |||
pacman -S lighttpd | pacman -S lighttpd |
Revision as of 18:39, 13 August 2016
Installing required packages
Make sure the AXIOM Beta is connected to the internet and then on the commandline run:
Update mirrors database:
pacman -Syyu
Install webserver:
pacman -S lighttpd