From 07f1efb5bf62da9f8a8ee507c433f31c61c69c4b Mon Sep 17 00:00:00 2001 From: Wibu Parah Date: Fri, 26 Oct 2018 18:09:58 +0700 Subject: [PATCH] add readme explanation --- README.md | 21 ++++++++++++++++--- web/images/books_picture/{201.jpg => 1.jpg} | Bin web/images/books_picture/{210.jpg => 10.jpg} | Bin web/images/books_picture/{213.jpg => 13.jpg} | Bin web/images/books_picture/{214.jpg => 14.jpg} | Bin web/images/books_picture/{202.jpg => 2.jpg} | Bin web/images/books_picture/{203.jpg => 3.jpg} | Bin web/images/books_picture/{204.jpg => 4.jpg} | Bin web/images/books_picture/{205.jpg => 5.jpg} | Bin web/images/books_picture/{206.jpg => 6.jpg} | Bin web/images/books_picture/{207.jpg => 7.jpg} | Bin web/images/books_picture/{208.jpg => 8.jpg} | Bin web/images/books_picture/{209.jpg => 9.jpg} | Bin 13 files changed, 18 insertions(+), 3 deletions(-) rename web/images/books_picture/{201.jpg => 1.jpg} (100%) rename web/images/books_picture/{210.jpg => 10.jpg} (100%) rename web/images/books_picture/{213.jpg => 13.jpg} (100%) rename web/images/books_picture/{214.jpg => 14.jpg} (100%) rename web/images/books_picture/{202.jpg => 2.jpg} (100%) rename web/images/books_picture/{203.jpg => 3.jpg} (100%) rename web/images/books_picture/{204.jpg => 4.jpg} (100%) rename web/images/books_picture/{205.jpg => 5.jpg} (100%) rename web/images/books_picture/{206.jpg => 6.jpg} (100%) rename web/images/books_picture/{207.jpg => 7.jpg} (100%) rename web/images/books_picture/{208.jpg => 8.jpg} (100%) rename web/images/books_picture/{209.jpg => 9.jpg} (100%) diff --git a/README.md b/README.md index cc594ad..4fe5ceb 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,24 @@ ## Dokumentasi How to Run -1. Apa -2. Apa -3. Apa +1. Install PHP 7.2 +2. Install MySQL +3. Import SQL sesuai dengan "dataseed.sql" pada folder data +4. Ubah nama file "config.example.php" menjadi "config.php". Lalu sesuaikan kongfigurasikan file tersebut sesuai settingan database anda +5. masuk ke folder web dan jalankan command "php -S localhost:8000" +6. Buka localhost:8000 pada browser + +Dokumentasi Link +- Login Page : "/" +- Browse Page : "/browse" +- History Page : "/history" +- Profile Page : "/profile" +- Edit Profile : "/edit_profile" +- Search Page : "/search_result?search_text=" +- Detail Page : "/book_detail?id=" +- Review Page : "/review?id=" + + ## Tampilan diff --git a/web/images/books_picture/201.jpg b/web/images/books_picture/1.jpg similarity index 100% rename from web/images/books_picture/201.jpg rename to web/images/books_picture/1.jpg diff --git a/web/images/books_picture/210.jpg b/web/images/books_picture/10.jpg similarity index 100% rename from web/images/books_picture/210.jpg rename to web/images/books_picture/10.jpg diff --git a/web/images/books_picture/213.jpg b/web/images/books_picture/13.jpg similarity index 100% rename from web/images/books_picture/213.jpg rename to web/images/books_picture/13.jpg diff --git a/web/images/books_picture/214.jpg b/web/images/books_picture/14.jpg similarity index 100% rename from web/images/books_picture/214.jpg rename to web/images/books_picture/14.jpg diff --git a/web/images/books_picture/202.jpg b/web/images/books_picture/2.jpg similarity index 100% rename from web/images/books_picture/202.jpg rename to web/images/books_picture/2.jpg diff --git a/web/images/books_picture/203.jpg b/web/images/books_picture/3.jpg similarity index 100% rename from web/images/books_picture/203.jpg rename to web/images/books_picture/3.jpg diff --git a/web/images/books_picture/204.jpg b/web/images/books_picture/4.jpg similarity index 100% rename from web/images/books_picture/204.jpg rename to web/images/books_picture/4.jpg diff --git a/web/images/books_picture/205.jpg b/web/images/books_picture/5.jpg similarity index 100% rename from web/images/books_picture/205.jpg rename to web/images/books_picture/5.jpg diff --git a/web/images/books_picture/206.jpg b/web/images/books_picture/6.jpg similarity index 100% rename from web/images/books_picture/206.jpg rename to web/images/books_picture/6.jpg diff --git a/web/images/books_picture/207.jpg b/web/images/books_picture/7.jpg similarity index 100% rename from web/images/books_picture/207.jpg rename to web/images/books_picture/7.jpg diff --git a/web/images/books_picture/208.jpg b/web/images/books_picture/8.jpg similarity index 100% rename from web/images/books_picture/208.jpg rename to web/images/books_picture/8.jpg diff --git a/web/images/books_picture/209.jpg b/web/images/books_picture/9.jpg similarity index 100% rename from web/images/books_picture/209.jpg rename to web/images/books_picture/9.jpg -- GitLab