Hello, guys 😀👋! Kenalin, nama gue Ario. Gue bakal jadi mentor kalian selama course ini berlangsung. Yang kalian lihat di sini adalah repository project di course kita yang udah gue siapin. So, if you want to keep up, make sure that you follow these steps below ya guys 😄
Sebelum lo atur-atur setup di local elo, you should have these tools installed on your PC:
- Composer
- PHP ^8.2 (Repo ini menggunakan Laravel 11, so please consider installing/updating it if you haven't done so already 😄 🙏)
- MySQL latest version
- Nodejs
- Visual Studio Code
- PHPMyAdmin
Poin 1 - 4 semuanya sudah included di aplikasi Laragon. Please consider installing Laragon for the sake of simplicity, guys 🙏
If you use Laragon, you may not have phpmyadmin installed by default. It's used for us to track the data and its schema on the database. Don't worry. I made a video of how to install it in your Laragon. Kindly click this link over here🙏😄
Biar semuanya bisa ngikut dan biar meminimalisir jumlah protes karena error (wkwkwk), coba temen-temen bisa ikutin langkah-langkah berikut ya:
- Clone / Download repository ini ke laptop masing-masing. Ada beberapa cara:
- Git clone via terminal:
git clone https://github.com/folklore13/HPC-DEMO
- Atau simply dengan download repo ini di opsi download as ZIP di atas
-
Buka repository ini di code editor masing-masing
-
Buka terminal CMD di code editor (di sini gue pake visual studio code), lalu ketik perintah berikut:
composer install
- Buka docs yang gue bagiin ke kalian di grup HPC. Copy "key" env-nya. Paste ke --key= di terminal CMD, abistu ketik perintah di bawah ini:
php artisan env:decrypt --key= ini diisi key yang gue kasih. Langsung paste di sini
- Setelah file
.env
berhasil di-decrypt, ketik perintah ini di command line kalian untuk generate valueAPP_KEY
di file.env
masing-masing
php artisan key:generate
- Coba jalanin perintah ini di terminal command line untuk jalanin app-nya:
php artisan serve
Kalo udah jalanin langkah-langkah di atas dengan benar, harusnya sih aman ya guys. Thank you!
- This application uses SB Admin 2 Template. Give it a star here. Licensed under the MIT license.
- The Laravel framework is open-sourced software licensed under the MIT license.