Skip to content
forked from zzorba/marvelsdb

MarvelsDB - a deck builders for Marvel Champions - The Card Game

Notifications You must be signed in to change notification settings

lostie/marvelsdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarvelsDB

Very quick guide on how to install a local copy

This guide assumes you know how to use the command-line and that your machine has php and mysql installed.

  • install composer: https://getcomposer.org/download/
  • clone the repo somewhere
  • cd to it
  • run composer install (at the end it will ask for the database configuration parameters)
  • run php app/console doctrine:database:create
  • run php app/console doctrine:schema:create
  • import data into mysql
  • run php app/console server:run

About

MarvelsDB - a deck builders for Marvel Champions - The Card Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • PHP 24.4%
  • HTML 14.3%
  • CSS 1.8%