Giter Site home page Giter Site logo

-ministra-install-ubuntu-20.04's Introduction

Ministra install on Ubuntu 20.04 LTS / 18.04 LTS

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

Runs on

Ubuntu

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/madzharov/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;

-ministra-install-ubuntu-20.04's People

Contributors

gigabitbd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.