Versionsunterschiede von Test Server




← Vorherige Änderung
Nächste Änderung →

hinzugefĂźgt:
{{toc}}
In this tutorial, you will be guided you trough the steps to install
the LAMP Stack or - Linux, Apache, MySQL, and PHP with OpenSUSE Leap
42.x or 15.x or Tumbleweed as the Linux operating system. You will
Install apache2 with MariaDB and PHP 8 on your Personal Computer and
you will set up a virtual host for your WackoWiki installation.
===1. Update your System====
Before installing any software, it’s always a good idea to update
repository and software packages e.g. with
((https://software.opensuse.org/search?baseproject=ALL&q=zypper
zypper))
===2.1 Download and Install Apache 2===
Download and install Apache2 on openSUSE using the following command.
%% sudo zypper in apache2 %%
=== 2.2 Start Apache2====
Do you want your webserver to always start at boot time?
===2.3 Test ===
%% http://localhost	 %%

entfernt:
In this tutorial, you will be guided you trough the steps to install
the LAMP Stack or - Linux, Apache, MySQL, and PHP with OpenSUSE Leap
42.x and 15.x as the Linux operating system. You will Install apache2
with MariaDB and PHP 8 on your Personal Computer and you will set up a
virtual host for your WackoWiki installation.
===1.1 Download and Install===
https://www.linuxbabe.com/opensuse/apache-mariadb-php7-lamp-opensuse-l
eap
In this tutorial, we’re going to look at how to install Apache,
MariaDB, PHP8 (LAMP stack) with phpMyAdmin on openSUSE Leap 15.4 /
Tumbleweed.
====Step 1: Update Software====
Before installing any software, it’s always a good idea to update
repository and software packages.
====Step 2: Install Apache Web Server====
Install Apache on openSUSE using the following command.
%% sudo zypper install apache2 %%
And enable auto start at boot time with: