Skip to content

Stalker Portal 4.9.3x install on Ubuntu 20.04 LTS / 18.04 LTS

Notifications You must be signed in to change notification settings

madzharov/stalker-portal-4.9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Stalker Portal 4.9.3x install on Ubuntu 20.04 LTS / 18.04 LTS

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

Donate You can make one-time donations via PayPal.

Runs on

Ubuntu

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

Stalker auto install script

  • Version of Stalker 4.9.35

Installation

apt-get install git
git clone https://github.com/madzharov/stalker-portal-4.9.git
cd stalker-portal-4.9/

Open stalker_portal_4.9.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 stalker_portal_4.9.sh
./stalker_portal_4.9.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/server/administrator 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;

Video

Click to Watch

Donate You can make one-time donations via PayPal.

About

Stalker Portal 4.9.3x install on Ubuntu 20.04 LTS / 18.04 LTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages