A page templating system

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

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"