feat: create readme.md added how to run app
This commit is contained in:
parent
e8e7a1fce5
commit
3111c72091
12
.env.example
12
.env.example
@ -20,12 +20,12 @@ LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
|
||||
DB_CONNECTION=sqlite
|
||||
# DB_HOST=127.0.0.1
|
||||
# DB_PORT=3306
|
||||
# DB_DATABASE=laravel
|
||||
# DB_USERNAME=root
|
||||
# DB_PASSWORD=
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=sim_rsabhk_db
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=password
|
||||
|
||||
SESSION_DRIVER=database
|
||||
SESSION_LIFETIME=120
|
||||
|
||||
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 11_Vincent Chandra Trie Novan
|
||||
|
||||
#### Laravel 12 Starter Kit + React (Inertia)
|
||||
#### Database MySQL
|
||||
|
||||
#### Panduan Konfigurasi
|
||||
|
||||
1. Clone project dari repository git ( https://git.rsabhk.co.id/vchandra22/instalasi-sim-rs )
|
||||
2. Jalankan XAMPP/LAMPP
|
||||
3. Import database mySQL dari file `sim_rsabhk_db.sql` atau direktori (./sim_rsabhk_db.sql)
|
||||
4. Buka folder yang telah diclone dari repository git menggunakan Text Editor
|
||||
5. Buka command (*pastikan direktori folder sesuai) dan jalankan perintah `composer install && npm install`
|
||||
6. cp .env.example -> .env lalu edit dan sesuaikan bagian database di file .env
|
||||
7. Jalankan perintah "php artisan key:generate, lalu `composesr run dev`
|
||||
8. Aplikasi berhasil dibuka di server lokal
|
||||
Loading…
x
Reference in New Issue
Block a user