Skip to content

shantanubhadoria/PoliticsDB-Site

Repository files navigation

Run script/governance_engine_server.pl to test the application.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

REGENERATING SCHEMA

Use the following command to regenerate schema:

    dbicdump -o dump_directory=./lib \
        -o components='["InflateColumn::DateTime","PassphraseColumn","Validation"]' \
        -o skip_load_external=1 \
        PoliticsDB::Schema \
        dbi:mysql:political_database $USER $PASS

About

History parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published