A page templating system

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

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"