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