Tiah Viet Nam mysql full (ok)
Username:toan
Password: Chiba-5w3p-2qa8
==
Link Schecma Database: https://docs.google.com/spreadsheets/d/1f6A7FFEp-R3Kff5Ij37kV6LhsqMYymuRT6DWBmiMbDo/edit#gid=0
==
install mysql + Red Hat Enterprise Linux
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_and_using_database_servers/assembly_using-mysql_configuring-and-using-database-servers
TiahVietNam123
==
CREATE USER 'team26_stg_user'@'localhost' IDENTIFIED BY 'Fc)eszSxR5qe5rHY.YJ,wz2E!|CQ8Pca';
GRANT ALL PRIVILEGES ON * . * TO 'team26_stg_user'@'localhost';
hoac
CREATE USER 'test123'@'localhost' IDENTIFIED BY 'test123';
GRANT ALL PRIVILEGES ON * . * TO 'test123'@'localhost';
==
==
Bước 1 ✔️: Đăng nhập server bằng ssh
ssh hotfactory@10.200.102.133
Pass: cmshf2022
Bước 2 ✔️: Đăng nhập mysql
mysql -u root -p
Pass: TiahVietNam123
dev-m2cmvsv01
==
DBNAME:team26_stg
USERNAME:team26_stg_user
PASSWORD:Fc)eszSxR5qe5rHY.YJ,wz2E!|CQ8Pca
root
==
https://averagelinuxuser.com/creating-new-user-linux/
adduser username1
passwd for username1 => TiahVietNam123
==
ssh username1@10.200.102.133
useradd -g users -G sudo -s /bin/bash -m -c "Full name" username1
passwd username1
Enter new UNIX password: username1
Retype new UNIX password: username1
chage -l username1 => ket qua
Last password change : Mar 05, 2023
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
==
is not allowed to connect to this MySQL server
localhost
==
https://trello.com/c/u1YFauVE/8-team-26cms-t%E1%BA%A1o-html-cms-page-01login
== Design ==
https://cacoo.com/diagrams/zsZ4V1Ff3A82SCDJ/1BAD0
https://cacoo.com/diagrams/SbyW3OHOZI5e0RpX/DA769?reload_rt=1670504255328_0&recover=t
https://cacoo.com/diagrams/zsZ4V1Ff3A82SCDJ/4AB07?reload_rt=1670490865491_0&recover=t
=== Database ===
https://docs.google.com/spreadsheets/d/1f6A7FFEp-R3Kff5Ij37kV6LhsqMYymuRT6DWBmiMbDo/edit#gid=812824987
=== Git accesstoken hotfactory
git clone https://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@github.com/HOT-FACTORY/marinesTeam26.git
=== Git accesstoken cms
git clone https://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@github.com/HOT-FACTORY/marinesTeam26CMS.git
===
DROP TABLE banner;
DROP TABLE browsing_log;
DROP TABLE edit_permission;
DROP TABLE failed_jobs;
DROP TABLE fan_rank_name;
DROP TABLE migrations;
DROP TABLE movie;
DROP TABLE password_resets;
DROP TABLE personal_access_tokens;
DROP TABLE uniform_registration;
DROP TABLE users;
DROP TABLE viewed_messages;
DROP TABLE manager;
DROP TABLE tag;
DROP TABLE tag_movie;
DROP TABLE fan_type_name_en;
==
Xóa cache:
cd /var/www/site/current/
php artisan optimize:clear
==
https://cmstest.com/register
https://cmstest.com/login
https://cmstest.com/top-page
https://cmstest.com/top-page-management
https://cmstest.com/video-management ==> https://cmstest.com/content-list
https://cmstest.com/top-page-management-show/2/edit
https://cmstest.com/content-registration (Duplicate)
https://cmstest.com/tag-management
https://cmstest.com/master-admin
https://cmstest.com/log-query
https://cmstest.com/permission
==
https://docs.google.com/spreadsheets/d/15cnD0MBtbFDC_cDF-3AZQV9K0jxj8xjpTLFoTLbL7sY/edit#gid=771174769
=== Edut CMS ==
https://monji.tech/ja/view/GpgtjaTBy3PyifC3HMGeDT8szUmkR5
== Need Edit ===
https://docs.google.com/spreadsheets/d/1xZRg6MpdTuRaFditaJilSMMuRgHvOxwTwEe8UfxIqvU/edit#gid=0
== YÊU CẦU CHỈNH SỬA Pharse1 修正指示 ==
https://docs.google.com/spreadsheets/d/1xZRg6MpdTuRaFditaJilSMMuRgHvOxwTwEe8UfxIqvU/edit#gid=0
==
本日の作業ですが、本日は以下内容を優先して対応してください。
デプロイタイミングは以下のタイミングで出来ていると助かります。
(12時~13時 ) 10h-11h
CMS権限設定 Chỉnh sửa quyền bên CMS
17時~18時 3h-4h chiều
ログインチェック Check login bên WEB
21時以降 Sau 7h chiều
リンクURL設定 Thiết lập link
CMSBootstrap調整 Điều chỉnh bootstrap
PreviousBackup và Restore MySQL Database bằng lệnh (Command)NextTạo Database và User MySQL bằng Lệnh (Command)
Last updated