ภาษาไทย
แสดงไทม์ไลน์ของ Google บนเครื่องคอมพิวเตอร์ของคุณ. ดูวีดีโอตัวอย่างที่ https://youtu.be/345UmtRfIDU
- Download แล้วแตกไฟล์ออกบนตำแหน่งที่สามารถเรียกใช้ผ่าน web server และ PHP ได้.
- สร้างฐานข้อมูลบน MariaDB, MySQL แล้วนำเข้าไฟล์ mariadb-structure.sql.
- คัดลอกไฟล์ default.config.php ไปเป็นไฟล์ config.php แล้วแก้ไขตั้งค่าต่างๆ.
- รันคำสั่ง
composer install
.
- รันคำสั่ง
composer update
.
English (translated by Google Translate)
Show Google Timeline on your computer. Watch the sample video at https://youtu.be/345UmtRfIDU
- Download and extract the file to a location where it can be accessed via web server and PHP.
- Create a database on MariaDB, MySQL and import the file mariadb-structure.sql.
- Copy the file default.config.php to the file config.php and edit the settings.
- Run the
composer install
command.
- Run the
composer update
command.