asdf in api directory
This commit is contained in:
parent
c66ed696d2
commit
a9b971b886
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue