Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Nils Dittberner 53446ac487 Refactored a bit and removed temp files. il y a 9 ans
app Refactored a bit and removed temp files. il y a 9 ans
bin Initial commit. il y a 9 ans
config Lots of changes. Working basic search. il y a 9 ans
db Added previews, load pdf with selected page. il y a 9 ans
lib Initial commit. il y a 9 ans
log Initial commit. il y a 9 ans
public Some more things working now. il y a 9 ans
test Added previews, load pdf with selected page. il y a 9 ans
tmp Initial commit. il y a 9 ans
vendor/assets Initial commit. il y a 9 ans
.gitignore Removed Idea shit from git. il y a 9 ans
Gemfile Lots of changes. Working basic search. il y a 9 ans
Gemfile.lock Lots of changes. Working basic search. il y a 9 ans
README.md Some stuff added to categories and some views. il y a 9 ans
Rakefile Initial commit. il y a 9 ans
config.ru Initial commit. il y a 9 ans

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

Ruby 2.3.1

gem 'paperclip', '~> 5.0.0'
gem 'docsplit', '~> 0.7.6'
gem 'filewatcher', '~> 0.5.3'
  • System dependencies

Docsplit

sudo apt-get install imagemagick
sudo apt-get --no-install-recommends install graphicsmagick
sudo apt-get --no-install-recommends install poppler-data
sudo apt-get --no-install-recommends install ghostscript
sudo apt-get --no-install-recommends install tesseract-ocr
sudo apt-get --no-install-recommends install pdftk
  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...