Changes between Version 9 and Version 10 of Nmm2022/Agenda/RTsetup
- Timestamp:
- May 24, 2022, 6:52:01 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/RTsetup
v9 v10 16 16 {{{ 17 17 #apt install apache2 18 # systemctl start apache2 19 # systemctl enable apache2 18 20 }}} 19 21 … … 25 27 # add-apt-repository 'deb [arch=amd64] http://mariadb.mirror.globo.tech/repo/10.5/ubuntu focal main' 26 28 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 29 33 }}} 30 34 … … 188 192 189 193 When 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