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