Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

project-cemetery/Numidium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Build Status

Numidium

Development paused.

Roadmap and tasks on Trello board.

Development

  • git clone git@github.com:TheNovel/Numidium.git
  • cd Numidium/app
  • composer install -o
  • php bin/console doctrine:database:create
  • php bin/console doctrine:migrations:migrate
  • php bin/console app:create-admin example@email.com pa$$word1
  • php bin/console server:start
  • yarn install
  • yarn watch

Tests (in app dir)

  • php bin/phpunit --coverage-text
  • yarn test