Sign inSign up

zencomputersystems/amanpalestin

By zencomputersystems

Updated about 5 years ago

Image
0

219

zencomputersystems/amanpalestin repository overview

TN Crowdfunding Platform

  1. cd into /c/laragon/www if guna laragon or /c/xampp/htdocs if guna xampp.

  2. git clone the project. please note the specific branch we are using

    git clone --branch develop-kewangan [email protected]:teranerve/kewangan.git kewangan

  3. go into the directory

    cd kewangan

  4. copy the .env file

    cp .env.example .env

  5. use the following .env. Please note that the DB_DATABASE, DB_USERNAME, and DB_PASSWORD should match your settings.

APP_NAME="Jom Menyumbang"
APP_ENV=local
APP_KEY=base64:3H1GbwjpkcQHWWYMsIpS0q3lzWD707md9iOVHqcFpLc=
APP_DEBUG=true

APP_URL=http://kewangan.local:8000

APP_DOMAIN_CROWDFUNDING=kewangan.local
APP_DOMAIN_ANALYTICS=pdca.local

CROWDFUNDING_THEME=

APP_HOME=home

TEAM_ID=1

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=kewangan
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=5184000

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=0.0.0.0
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
[email protected]
MAIL_FROM_NAME="Sistem Jom Menyumbang"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

BILLPLZ_API_KEY=ab3d253f-f40b-4da4-82ed-04578329c725
BILLPLZ_VERSION=v4
BILLPLZ_X_SIGNATURE=S-qi6fwl54APqDIkXxsHB-vg
BILLPLZ_SANDBOX=true
BILLPLZ_URL=https://billplz-sandbox.com
BILLPLZ_DASHBOARD_URL=https://dashboard.billplz-sandbox.com
[email protected]
  1. run composer install --ignore-platform-reqs
  2. import latest sql into your database (ask from Technical Lead) or run php artisan migrate
  3. replace storage/app/public with actual content (ask from Technical Lead)
  4. run php artisan storage:link
  5. run npm install, if facing error command not found just go install Node.js then run it again.

Tag summary

Content type

Image

Digest

Size

123.7 MB

Last updated

about 5 years ago

docker pull zencomputersystems/amanpalestin