Changes between Version 9 and Version 10 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
May 24, 2022, 6:52:01 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v9 v10  
    1616{{{
    1717#apt install apache2
     18# systemctl start apache2
     19# systemctl enable apache2
    1820}}}
    1921
     
    2527# add-apt-repository 'deb [arch=amd64] http://mariadb.mirror.globo.tech/repo/10.5/ubuntu focal main'
    2628
    27 #apt update
    28 #apt install mariadb-server mariadb-client
     29# apt update
     30# apt install mariadb-server mariadb-client
     31# systemctl start mariadb
     32# systemctl enable mariadb
    2933}}}
    3034
     
    188192
    189193When you enter password (or press ENTER for no root password), the script then creates ''' rt5 ''' and ''' rt_user ''' as RT database and database user respectively. It then populates the database with relevant data.
     194