/pyraRepo

dbp files repository

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

What is this ?

This is the code for the pyra repository. All contributions are welcome. Please submit your PR ;)

Quick install guide

Dependencies

Just get the dependencies using :

composer install

Database

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