Giter Site home page Giter Site logo

erapor6's Introduction

PENGEMBANGAN DIHENTIKAN DAN AKAN DILANJUTKAN KE VERSI BARU

Server Requirements

PHP >= 7.4.30

PHP cURL Extension

BCMath PHP Extension

Ctype PHP Extension

Fileinfo PHP extension

JSON PHP Extension

Mbstring PHP Extension

OpenSSL PHP Extension

PDO PHP Extension

Tokenizer PHP Extension

XML PHP Extension

PHP's xmlreader

PHP's xmlwriter

PHP's zip

Cara Install (Untuk Pengguna Baru)

  • Clone Repositori ini
git clone --depth=1 https://github.com/eraporsmk/erapor6.git dataweb
cd dataweb

Membuat file .env

cp .env.example .env
nano .env
  • Install Dependencies
composer install
  • Koneksi Database
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=db_name
DB_USERNAME=db_user
DB_PASSWORD=db_pass

Generate App Key

php artisan key:generate

Migration

  • Membuat struktur table
php artisan migrate
  • Jalankan seeder
php artisan db:seed

Untuk pengguna windows:

  • Panduan aplikasi & installer. silahkan download disini

Cara Install (Untuk Pengguna Lama)

  • Clone Repositori ini
git clone --depth=1 https://github.com/eraporsmk/erapor6.git dataweb
cd dataweb

Copy file .env

Copy file .env dari root folder aplikasi versi 5xx ke root folder aplikasi versi 6xx

  • Install Dependencies
composer install

Update Versi Aplikasi

php artisan erapor:update

Edit file .env untuk menampilkan foto profile

APP_URL=http://localhost:8154

Sesuaikan dengan alamat/domain yang dipakai

Kemudian tambah kode dibawah ini agar laman register tidak tersedia

REGISTRATION=false

Catatan khusus pengguna windows:

  • Konfigurasi koneksi database seperti dibawah ini
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1

DB_PORT=58154
DB_DATABASE=windows
DB_USERNAME=windows
DB_PASSWORD=windows

erapor6's People

Contributors

eraporsmk avatar imammh avatar janglapuk avatar masadi avatar muh-ramadhan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.