Learning With Texts

Post tags: | learning_with_texts |

localhost/lwt/ Local how to use page.

Install

Arch LAMP

linode.com/docs/ How to Install a LAMP Stack on Arch Linux - February 18, 2019 by Alex Fornuto

        /etc/httpd/conf/httpd.conf
        
        DocumentRoot "/srv/http"
        
        sudo systemctl list-unit-files |grep -i httpd.service
        httpd.service                                                    disabled       
        
        systemd target:
          runlevel3.target, multi-user.target
        Notes:
          Multi-user, non-graphical. Users can usually login via multiple consoles or via the network. 
        
        Rename the file connect_xampp.inc.php in /home/[your userid]/Downloads/lwt to connect.inc.php. 
        
        sudo systemctl enable httpd
        sudo systemctl is-enabled httpd
        sudo systemctl start httpd
        sudo systemctl stop httpd
        sudo systemctl restart httpd
        
        php  7.3.6-1
        php-apache  7.3.6-1
        

MariaDB

wiki.archlinux.org/ Mariadb

wiki.archlinux.org/ phpMyAdmin