This is the code for the pyra repository. All contributions are welcome. Please submit your PR ;)
Just get the dependencies using :
composer install
As your mysql operator account :
CREATE USER 'dbprepo'@'localhost' IDENTIFIED BY 'dbprepo';
create database dbprepodb;
grant all privileges on dbprepodb.* to dbprepo@'%' identified by 'dbprepo';
grant all privileges on dbprepodb.* to dbprepo@localhost identified by 'dbprepo';
then :
mysql -u dbprepo -D dbprepodb -p <sql/datamodel.sql