GithubHelp home page GithubHelp logo

riskifebriansyah / phpindonesia.or.id-membership Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ircham/phpindonesia.or.id-membership

0.0 1.0 0.0 348 KB

Aplikasi Pendataan Member PHP Indonesia beserta data Skill, Kompetensi dan Portofolio

License: Apache License 2.0

PHP 99.36% CSS 0.31% ApacheConf 0.16% Batchfile 0.17%

phpindonesia.or.id-membership's Introduction

Membership

Kontribusi

Jika anda ingin berkontribusi dalam pembangunan aplikasi ini, berikut langkah-langkahnya :

  1. Fork repository ini dan ikuti Panduan Penggunaan Git. Ikuti langkah-langkah instalasi dan test runing aplikasi ini, pastikan berjalan dengan baik.

  2. Lihat Sitemap dan Design Pattern Aplikasi dan tentukan bagian yang akan ditangani / di-pick dengan membuat issue akan mempick bagian itu untuk meminimkan konflik.

Installation

Requirements

Untuk mengetahui ketersediaan dukungan php dan setting webserver, jalankan perintah berikut di command prompt

php requirements.php 

Pastikan PDO PostgreSQL extension dengan status OK, Jika masih warning dapat mengaktifkan extension PDO PostgreSQL melalui file php.ini .

Installing using Composer

Setelah composer di install, jalankan perintah berikut di command prompt:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer install

Preparing application

After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.

  1. Execute the init command and select dev as environment.

    php /path/to/yii-application/init
    

    Otherwise, in production execute init in non-interactive mode.

    php /path/to/yii-application/init --env=Production --overwrite=All
    
  2. Create a new database and adjust the components['db'] configuration in common/config/main-local.php accordingly.

    'db' => [
         'class' => 'yii\db\Connection',
         'dsn' => 'pgsql:host=localhost;port=5432;dbname=membership',
         'username' => 'postgres',
         'password' => 'password',
         'charset' => 'utf8',
     ],
    

    Nama database, username dan password disesuaikan saja dengan settingan di lokal komputer masing-masing.

  3. Jalankan console command yii migrate.

  4. Setting document roots dari web server anda :

    Lihat di : Panduan Instalasi

  5. Lakukan konfigurasi username dan password email anda pada file common\config\main-local.php

Progress Summary

Database design & Models

1.0 Initiation version - http://git.io/vq3Ta

  1. users
  2. profiles
  3. educations
  4. skills
  5. experiences
  6. portfolios

Pages / Area / Feature

  1. Page to show a member's basic profile (1.0 Initiation version - http://git.io/vq3Ta)

phpindonesia.or.id-membership's People

Contributors

sheillendra avatar dewaintech avatar luckynvic avatar okaprinarjaya avatar mdmunir avatar henrydewa avatar peterjkambey avatar xiaocids avatar

Watchers

Riski Febriansyah 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.