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