Skip to content

inExcelsis1710/Sistem-informasi-Desa-Marga-Agung

Repository files navigation

Sistem Informasi Desa Marga Agung

Installation Steps

There are 2 stages in the Installation Stage, namely Pre-Install & Intra-Install

Pre-Install

Prepare the tools needed, namely:

  • Composer :
  • https://getcomposer.org/download/
  • Laravel 5 :
  • https://laravel.com/docs/10.x
  • XAMPP :
  • https://www.apachefriends.org/download.html
  • Git Bash :
  • https://git-scm.com/downloads

    Intra-Install

  • Jalankan GitBash dan clone repository GitHub ini
  • https://github.com/inExcelsis1710/Sistem-informasi-Desa-Marga-Agung.git
  • Open Visual Studio Code / Kode Editor lainnya
  • Jalankan Command Prompt / Terminal sejenisnya
  • composer update
  • Jalankan XAMPP, buat database. Bisa diakses pada link berikut
  • http://localhost/phpmyadmin
  • Copy .env.example / jalankan CLI dengan command :
  • cp .env.example .env
  • Ubah file nama .env.example menjadi .env
  • http://localhost/phpmyadmin
  • Akses kembali file .env dan ubah DB_DATABASE dengan nama database yang sudah dibuat di LocalHost
  • Jalankan kembali Command Prompt / Terminal dan inputkan :
  • php artisan migrate:fresh --seed
    php artisan vendor:publish
    php artisan key:generate
  • Untuk mengakses projek ini di web, jalankan command :
  • php artisan serve

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published