No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Nils Dittberner 53446ac487 Refactored a bit and removed temp files. hace 9 años
app Refactored a bit and removed temp files. hace 9 años
bin Initial commit. hace 9 años
config Lots of changes. Working basic search. hace 9 años
db Added previews, load pdf with selected page. hace 9 años
lib Initial commit. hace 9 años
log Initial commit. hace 9 años
public Some more things working now. hace 9 años
test Added previews, load pdf with selected page. hace 9 años
tmp Initial commit. hace 9 años
vendor/assets Initial commit. hace 9 años
.gitignore Removed Idea shit from git. hace 9 años
Gemfile Lots of changes. Working basic search. hace 9 años
Gemfile.lock Lots of changes. Working basic search. hace 9 años
README.md Some stuff added to categories and some views. hace 9 años
Rakefile Initial commit. hace 9 años
config.ru Initial commit. hace 9 años

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

  • ...