Explorar el Código

added dependency debian/ubuntu packages

master
root hace 5 años
padre
commit
e0217bc115
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      src/commands.txt

+ 4
- 1
src/commands.txt Ver fichero

@@ -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

Cargando…
Cancelar
Guardar