Skip to content

stephegn/chula

Repository files navigation

#chula

Small blogging/website framework.

Build Status

Codeship Status]

Task list: https://trello.com/b/EcvhEDaC/chula

##Installation

##Templating

Build

  • composer install
  • mkdir -p content/drafts content/pages
  • php -S localhost:8000 -t web

##Tests Tests have been setup in the tests/ directory using Codeception.

  • ./bin/codecept build (bin\codecept.bat build)
  • mkdir -p tests/_log
  • ``./bin/codecept(.bat) run (bin\codecept.bat run`)

###Coverage

  • ./bin/codecept run --coverage --xml --html