Giter VIP home page Giter VIP logo

satriabagsp / sipropen Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7.58 MB

SIPROPEN merupakan sistem aplikasi yang berguna untuk melakukan penghitungan proyeksi penduduk kabupaten/kota di Indonesia, dimana metode penghitungannya telah disesuaikan dengan metode proyeksi yang digunakan oleh Badan Pusat Statistik Republik Indonesia (BPS RI).

License: Other

PHP 31.10% JavaScript 0.03% Batchfile 0.04% CSS 2.79% Shell 0.12% Hack 0.28% TSQL 65.64%
projection-method yii2-basic mysql-database

sipropen's Introduction

SIPROPEN


PERSYARATAN

Persyaratan minimum oleh template proyek ini adalah server web yang mendukung PHP versi 5.4.0. ke atas.

Namun dianjurkan pengguna untuk menggunakan PHP versi 5.6.0.


INSTALLASI

Install melalui Composer

Jika Anda tidak memiliki Composer, Anda dapat menginstalnya dengan mengikuti instruksi di getcomposer.org.

Anda kemudian dapat menginstal template proyek ini menggunakan perintah berikut:

php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic sipropen

Sekarang Anda dapat mengakses aplikasi melalui URL berikut:

http://localhost/sipropen/web/

Install melalui file arsip

Ekstrak arsip yang dapat diunduh dari yiiframework.com ke direktori bernama sipropen di bawah root Web (htdocs).

Setel cookie validation key di file config/web.php dengan angka rahasia tertentu:

'request' => [
    // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
    'cookieValidationKey' => '<secret random string goes here>',
],

Sekarang Anda dapat mengakses aplikasi melalui URL berikut:

http://localhost/sipropen/web/

KONFIGURASI

Database

Unduh file database yang ada di folder Database, lalu edit file config/db.php dengan data database anda, contoh:

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

Catatan:

  • Yii tidak secara otomatis membuat database untuk Anda, database harus dibuat secara manual sebelum Anda dapat mengaksesnya di Yii.
  • Periksa dan edit file lain di direktori config / untuk menyesuaikan aplikasi Anda sesuai dengan kebutuhan anda.

sipropen's People

Contributors

satriabagsp avatar

Stargazers

 avatar

Watchers

 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.