|
||||||||
|
||||||||
|
|
Công Cụ | Xếp Bài |
Hôm qua, 10:39 PM | #1 |
Guest
Trả Lời: n/a
|
Hướng dẫn cài đặt CodeIgniter trên Plesk , how to setup CodeIgniter on Plesk
Hướng dẫn cài đặt CodeIgniter trên Plesk , how to setup CodeIgniter on Plesk
Tham khảo các bước sau: Follow these steps (check image link in the end of my reply): 1. Giản nén thư mục Source của CodeIgniter 2. Upload public.zip vào httpdocs sau đó giải nén ra 3. Tạo thư mục tên bất kỳ hoặc tên web-ci4 trong httpdocs. sau đó upload thư mực .zip (web-ci4.zip) vào và giải nèn 4. Export DB từ source web 5. Vào Plesk tạo database in Plesk's phpMyAdmin and upload the exported sql database 6. Vào file .env hoặc vào thư mục app/config/database.php điền thông tin kết nối db vào 7. Vào index.php ở httpdocs Thay đổi: require FCPATH . '../app/Config/Paths.php'; to: require FCPATH . '/web-ci4/app/Config/Paths.php'; Bước 8: Truy cập vào http://tenmien/ Trường họp lỗi thì vào mục Log của tên miền tương ứng trong Plesk để kiểm tra lỗi. Các bạn có thể tham khảo thêm các bước sau bằng tiếng anh. I found this article: https://www.rumahweb.com/journal/cara-up...esk-panel/ and this one as well (it's for cPanel but the procedure it's the same): https://forum.codeigniter.com/showthread.php?tid=76779 Follow these steps (check image link in the end of my reply): 1. The first step is to compress the CI4 file into two files. The public folder and the rest of the folders. 2. Upload the public.zip file to the httpdocs folder and then extract it. 3. Create a web-ci4 folder outside httpdocs. Upload the zipped file (web-ci4.zip) in web-ci4 folder and then extract it. 4. Next export the localhost database from phpMyAdmin. 5. Create a database in Plesk's phpMyAdmin and upload the exported sql database 6. Setup database connection settings: Rename the env file to .env first, which is in the web-ci4 folder. 7. Then open the .env file, set the database, username, password and uncomment the lines. Then save. 8. The database name, username, and database password are obtained after creating a database in Plesk. Like step number 5. 9. The last step is to change the path in the index.php file in the httpdocs folder. change:. require FCPATH . '../app/Config/Paths.php'; to: require FCPATH . '../web-ci4/app/Config/Paths.php'; |
|
|