An unfinished system to manage all your paper documentation in an easy way.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

commands.txt 649B

123456789101112131415
  1. apt-get install mysql-client
  2. apt-get install aspell-fr aspell-it aspell-de aspell-en
  3. apt-get install wfrench wbritish-large witalian wswiss wngerman wamerican-large
  4. apt-get install tesseract-ocr-fra tesseract-ocr-deu tesseract-ocr-ita tesseract-ocr-eng tesseract-ocr-script-latn
  5. apt-get install poppler-utils
  6. cd /opt/autodoc/www/js/
  7. npm install popper.js --save
  8. npm install tooltip.js --save
  9. for i in `find node_modules -maxdepth 4 -mindepth 4 -type f | grep umd`; do cp $i .; done
  10. rm -rf node_modules
  11. npm install bs-custom-file-input --save
  12. for i in `find node_modules -name "bs-custom-file-input*" -type f`; do cp $i .; done
  13. rm -rf node_modules