24 lines
632 B
Plaintext
Executable File
24 lines
632 B
Plaintext
Executable File
python3 -m venv recticel
|
|
source recticel/bin/activate
|
|
python /home/ske087/quality_recticel/py_app/run.py
|
|
|
|
sudo apt install mariadb-server mariadb-client
|
|
sudo apt-get install libmariadb-dev libmariadb-dev-compat
|
|
|
|
sudo mysql -u root -p
|
|
|
|
root password : Initaial01! acasa Matei@123
|
|
|
|
CREATE DATABASE trasabilitate_database;
|
|
CREATE USER 'trasabilitate'@'localhost' IDENTIFIED BY 'Initial01!';
|
|
GRANT ALL PRIVILEGES ON trasabilitate_database.* TO 'trasabilitate'@'localhost';
|
|
FLUSH PRIVILEGES;
|
|
EXIT
|
|
|
|
|
|
Server Domain/IP Address: testserver.com
|
|
Port: 3602
|
|
Database Name: recticel
|
|
Username: sa
|
|
Password: 12345678
|