PHPackages                             hoaaah/regisapip - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hoaaah/regisapip

ActiveProject

hoaaah/regisapip
================

Aplikasi Regisapip

00PHP

Since Oct 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hoaaah/regisapip)[ Packagist](https://packagist.org/packages/hoaaah/regisapip)[ RSS](/packages/hoaaah-regisapip/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

RegiSAPIP
=========

[](#regisapip)

Repositori ini digunakan untuk melakukan pengumpulan data peserta SPIP sesuai dengan template output peserta SA-SPIP untuk nantinya diimpor pada aplikasi SA-SPIP BPKP.

Installation
------------

[](#installation)

> I am assuming that you know how to: install and use Composer, and install additional packages/drivers that may be needed for you to run everything on your system. In case you are new to all of this, you can check my guides for installing default yii2 application templates, provided by yii2 developers, on Windows 8 and Ubuntu based Linux operating systems, posted on [www.freetuts.org](http://www.freetuts.org).

1. Create database that you are going to use for your application (you can use phpMyAdmin or any other tool that you like).
2. Now open up your console and `cd` to your web root directory, for example: `cd /var/www/html/`
3. Run the Composer `create-project` command:

    `composer create-project hoaaah/regisapip`
4. Now you need to tell your application to use database that you have previously created. Open up db.php config file in `regisapip/_protected/config/db.php` and adjust your connection credentials.
5. Back to the console. Inside your newly installed application, `cd` to the `_protected` folder.
6. Execute yii migration command that will install necessary database tables:

    `./yii migrate` or if you are on Windows `yii migrate`
7. Execute *rbac* controller *init* action that will populate our rbac tables with default roles and permissions:

    `./yii rbac/init` or if you are on Windows `yii rbac/init`

You are done, you can start your application in your browser.

> Note: Ubah konfigurasi wilayah, tahun, dan nama-nama unit peserta sesuai dengan daerah masing-masing.

```
