A page templating system

Justin Gilman ff18448cd4 stubs for persistance object, reformatting 8 gadi atpakaļ
business_logic 385ca07d66 moving devtool classes to seperate location, consolidating page editor, setting up default page 8 gadi atpakaļ
editor 385ca07d66 moving devtool classes to seperate location, consolidating page editor, setting up default page 8 gadi atpakaļ
example-templates 69fff25d68 updating example coreg info 8 gadi atpakaļ
htdocs 385ca07d66 moving devtool classes to seperate location, consolidating page editor, setting up default page 8 gadi atpakaļ
libs ff18448cd4 stubs for persistance object, reformatting 8 gadi atpakaļ
server 385ca07d66 moving devtool classes to seperate location, consolidating page editor, setting up default page 8 gadi atpakaļ
tests 1e2eb7d3aa changing code format to PSR-2 9 gadi atpakaļ
views 2dea190a08 Adding crazy hacks to demo the ajax path flow, editor now links directly to pages 8 gadi atpakaļ
.gitignore 601c682005 adding localconfig override file, adding default index file to example templates 8 gadi atpakaļ
README.md f96c71e971 adding rough notes to readme 8 gadi atpakaļ
config.inc ff18448cd4 stubs for persistance object, reformatting 8 gadi atpakaļ

README.md

Bifrost

Bifrost is a thin REST-ful API layer to serve up twig templates as defined by database settings

Getting Started

Ensure you have nginx and php-fpm installed and configured correctly.

run mysql -u root -p < server/base_db.sql

symlink bifrost_nginx.conf to your nginx server configuration (typically /etc/nginx/sites-enabled)

Dependencies

navigate to /usr/local/share/composer run composer require "twig/twig:~1.0"