aiemassfiria / ministra-install-ubuntu-20.04

Ministra Portal auto install script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ministra install on Ubuntu 20.04 LTS / 18.04 LTS

Ministra Portal auto install script on Ubuntu 20.04 LTS / 18.04 LTS

This script work only on Clean Ubuntu 20.04 LTS / 18.04 LTS

Ministra auto install script

  • Version of Ministra 5.6.8

Installation

apt-get install git
git clone https://github.com/aiemassfiria/ministra-install-ubuntu-20.04.git
cd ministra-install-ubuntu-20.04/

Open ministra_install_ubuntu.20.04.sh with your favorite text editor and change on line 11

mysql_root_password="test123456"

This is the root password for MySQL that will be set during the installation, you can change it with yours if you wish.

And on line 10 change

TIME_ZONE="Europe/Amsterdam"

This is the time zone that will be set during the installation, you can change it with yours if you wish

The installation itself is as follows:

chmod +x ministra_install_ubuntu.20.04.sh
./ministra_install_ubuntu.20.04.sh

Accordingly, during the installation, when executing the last command, phing will ask you for the root password for MySQL, enter the password you set on line 11

You can access your stalker portal at: http://ipadres/stalker_portal The username and password to login to the portal are your default

Login: admin
pass: 1

Remove all test channels from the database through the terminal

mysql -u root -p stalker_db
truncate ch_links;
truncate itv;

About

Ministra Portal auto install script


Languages

Language:Shell 100.0%