Skip to content

HolySmoke86/pyraRepo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 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

Languages

  • PHP 55.9%
  • HTML 25.2%
  • JavaScript 10.6%
  • CSS 8.3%