A page templating system

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

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"