Difference between revisions of "Installing a webserver on AXIOM Beta"

From apertus wiki
Jump to: navigation, search
Line 4: Line 4:


Update mirrors database:
Update mirrors database:
  pacman -y
  pacman -yy


Install webserver:
Install webserver:
  pacman -S lighttpd
  pacman -S lighttpd

Revision as of 18:43, 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 -yy

Install webserver:

pacman -S lighttpd