asdf in api directory

This commit is contained in:
Bob Mottram 2016-12-18 10:07:44 +00:00
parent c66ed696d2
commit a9b971b886
1 changed files with 3 additions and 1 deletions

View File

@ -921,7 +921,9 @@ __ENDCONFIG__
echo "(defvar *analytics* '(:enabled t" >> /opt/api/config/config.footer
echo ' :db "analytics"))' >> /opt/api/config/config.footer
echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" > /opt/api/launch.lisp
cp $INSTALL_DIR/asdf.lisp /opt/api
echo '(load (compile-file "asdf.lisp"))' > /opt/api/launch.lisp
echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> /opt/api/launch.lisp
echo '(load "start")' >> /opt/api/launch.lisp
turtl_setup