Justin Gilman ff18448cd4 stubs for persistance object, reformatting | před 8 roky | |
---|---|---|
business_logic | před 8 roky | |
editor | před 8 roky | |
example-templates | před 8 roky | |
htdocs | před 8 roky | |
libs | před 8 roky | |
server | před 8 roky | |
tests | před 9 roky | |
views | před 8 roky | |
.gitignore | před 8 roky | |
README.md | před 8 roky | |
config.inc | před 8 roky |
Bifrost is a thin REST-ful API layer to serve up twig templates as defined by database settings
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)
navigate to /usr/local/share/composer
run composer require "twig/twig:~1.0"