Justin Gilman ff18448cd4 stubs for persistance object, reformatting | il y a 8 ans | |
---|---|---|
business_logic | il y a 8 ans | |
editor | il y a 8 ans | |
example-templates | il y a 8 ans | |
htdocs | il y a 8 ans | |
libs | il y a 8 ans | |
server | il y a 8 ans | |
tests | il y a 9 ans | |
views | il y a 8 ans | |
.gitignore | il y a 8 ans | |
README.md | il y a 8 ans | |
config.inc | il y a 8 ans |
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"