Skip to content

sebt3/pyraRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

dbp files repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •