Giter Site home page Giter Site logo

sikd_web's Introduction

SIKD Web


Proyek ini digunakan untuk mengolah data APBD dari SIPD Kemendagri untuk menghasilkan data Spreadsheet yang akan diupload ke aplikasi SINERGI/SIKD.

Semua proyek ini akan berjalan di console/command prompt. Tidak ada yang akan berjalan di website.

DIRECTORY STRUCTURE

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  tests/              contains various tests for the basic application
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

REQUIREMENTS

Proyek ini mengharuskan install versi minimal PHP : 5.6.0.

INSTALLATION

Install composer : Kalau belum install Composer, silahkan install composer terlebih dahulu, caranya bisa dapat disini -> getcomposer.org.

Download code : https://github.com/biladina/sikd_web/archive/master.zip

Atau clone melalui git

git clone https://github.com/biladina/sikd_web.git

Setelah itu jalankan perintah update composer untuk menginstall vendor :

composer update

CONFIGURATION

Database

Edit file config/db.php, sesuaikan dbname, username, dan password database :

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

Setelah itu, aplikasi bisa dijalankan melalui console :

php yii

Atau kalau di windows :

yii.bat

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.