2021年3月3日 星期三

紀明村老師運動會競賽檢錄系統更新模組_學生帳號管理模組

整理:
1.只要會用滑鼠點兩下,用shell 在 ubuntu 16.04 x64 桌面版本快速安裝 運動檢錄系統
https://skjhcreator.blogspot.com/2021/03/shell-ubuntu-1604-x64.html
2.紀明村老師運動會競賽檢錄系統更新模組_學生帳號管理模組
https://skjhcreator.blogspot.com/2021/03/blog-post.html
3.二林國小紀明村老師的二林網管 PDO + SQLite 程式寫作工具箱2014.07
https://skjhcreator.blogspot.com/2021/03/pdo-sqlite-201407.html
4.用shell 在CentOS 7 minimal 64位元 安裝 紀明村老師的運動會檢錄系統
https://skjhcreator.blogspot.com/2021/02/shell-centos-7-minimal-64.html
5.紀明村老師的運動檢錄系統程式碼研究心得(一)介接CloudSchool與mysql資料庫
https://skjhcreator.blogspot.com/2021/03/cloudschoolmysql.html
6.紀明村老師運動檢錄系統程式碼研究心得(二)登入login登出logout與使用者認證
https://skjhcreator.blogspot.com/2021/02/loginlogout.html
7.紀明村老師運動檢錄系統程式碼研究心得(三)smarty
https://skjhcreator.blogspot.com/2021/02/smarty.html


使用方法:
1.手動更新:
    假設伺服主機IP:172.20.3.7,帳號:webadmin 
    競賽檢錄系統安裝位置為/home/webadmin/html/Sport109/
    (1)使用Filezilla將檔案上傳到伺服主機


    (2)使用putty.exe 連線到172.20.3.7
                                        
                                        
    (3)指令操作
         (i)安裝zip與unzip(若有則免裝)
         $sudo apt-get install zip unzip -y

         (ii)解壓Sport109_StudAccManager20201106.zip 並更名為StudAccManager
         $sudo unzip Sport109_StudAccManager20201106.zip
         $sudo mv Sport109_StudAccManager20201106 StudAccManager

         (iii)競賽檢錄系統的menu.php更改名稱為menu_old.php
         $sudo mv ~/html/Sport109/menu.php  ~/html/Sport109/menu_old.php

         (iv)將StudAccManager內5個檔案複製到競賽檢錄系統
         $sudo cp StudAccManager/menu.php student.* student_cla.* ~/html/Sport109/

          寫到這裡,突然懷念起以前SFS3,一鍵就能模組更新。還有 git 的方法(git clone)。

     (4)網頁開啟,並登入。可看到
        

沒有留言:

張貼留言

Laravel 12 Model 資料庫中的資料表,並提供與資料庫互動的介面

相關系列文章: 1. 在 windows 10 安裝 laravel 12 studentManagement環境與設定 2. laravel 12 route 路由 3. laravel 12 Blade Templates 網頁模版 4. laravel 12 Control...