Howto update grandstream firmware: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) (Created page with "= install http server = to install apache on archlinux: sudo pacman -S apache --noconfirm to install apache on almalinux/rocky/rhel: sudo dnf -y install httpd to install apache on debian/ubuntu: sudo apt -y install apache2 = grp261x phones =") |
Mandulete1 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
to install apache on archlinux: | to install apache on archlinux: | ||
sudo pacman -S apache --noconfirm | sudo pacman -S apache --noconfirm | ||
document root location on archlinux: | |||
/src/http | |||
to install apache on almalinux/rocky/rhel: | to install apache on almalinux/rocky/rhel: | ||
sudo dnf -y install httpd | sudo dnf -y install httpd | ||
document root location on almalinux/rocky/rhel: | |||
/var/www/html | |||
to install apache on debian/ubuntu: | to install apache on debian/ubuntu: | ||
sudo apt -y install apache2 | sudo apt -y install apache2 | ||
to install apache on ubuntu/debian: | |||
/var/www/html | |||
= grp261x phones = | = grp261x phones = |
Revision as of 21:27, 24 September 2024
install http server
to install apache on archlinux:
sudo pacman -S apache --noconfirm
document root location on archlinux:
/src/http
to install apache on almalinux/rocky/rhel:
sudo dnf -y install httpd
document root location on almalinux/rocky/rhel:
/var/www/html
to install apache on debian/ubuntu:
sudo apt -y install apache2
to install apache on ubuntu/debian:
/var/www/html