@@ -1,3 +1,6 @@ | |||
apt-get install aspell-fr aspell-it aspell-de aspell-en | |||
apt-get install tesseract-ocr-fra tesseract-ocr-deu tesseract-ocr-ita tesseract-ocr-eng | |||
cd /opt/autodoc/www/js/ | |||
npm install popper.js --save | |||
npm install tooltip.js --save | |||
@@ -6,4 +9,4 @@ rm -rf node_modules | |||
npm install bs-custom-file-input --save | |||
for i in `find node_modules -name "bs-custom-file-input*" -type f`; do cp $i .; done | |||
rm -rf node_modules | |||
rm -rf node_modules |